ironmaidenrule Posted November 27, 2013 Posted November 27, 2013 Having a bit of a problem with Powershell and WMIC commands that is proving difficult to find an answer for. I am trying to invoke WMIC commands to do stuff remotely, however I keep getting the error message "Provider is not capable of the attempted operation". The is regardless of what users or privileges I state in the command, has anybody got a resolution for this?
Bueno Posted December 1, 2013 Posted December 1, 2013 Can you show me an example of a WMIC command which you are attempting to execute on the remove machines? (one which returns this error)
Arthur Posted December 1, 2013 Posted December 1, 2013 Instead of running WMIC remotely via PowerShell, why not use the Get-WMiObject or Get-CimInstance cmdlets? As already mentioned, can you post an example?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now