Link to home
Start Free TrialLog in
Avatar of J G
J G

asked on

Powershell error: Cannot connect to CIM server.

When I try to run Get-SMBOpenFile as admin  I get the following error.  How do I fix?

Get-SmbOpenFile : Cannot connect to CIM server. The account specified for this service is different from the account
specified for other services running in the same process.
At line:1 char:1
+ Get-SmbOpenFile
+ ~~~~~~~~~~~~~~~
    + CategoryInfo          : ResourceUnavailable: (MSFT_SMBOpenFile:String) [Get-SmbOpenFile], CimJobException
    + FullyQualifiedErrorId : CimJob_BrokenCimSession,Get-SmbOpenFile
ASKER CERTIFIED SOLUTION
Avatar of Michael B. Smith
Michael B. Smith
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of J G
J G

ASKER

It is not running.  The fix doesn't work.  Still getting error 1079.  ALso,  COM+ Event System is running as local service, so fix #2 doesn't work as well


Any ideas?
The WMI service is not running? What happens when you start it? What errors are in the event log?