microsoft / ReportingServicesTools

Reporting Services Powershell Tools
MIT License
458 stars 213 forks source link

GetWMICOMException with PowerShell to remote host #414

Open AlexandroMG opened 1 year ago

AlexandroMG commented 1 year ago

Hi all.

I'm finding an issue when try to request the command gwmi Win32_ComputerSystem to a remote host via PowerShell. Error seems like this one: Issue with GetWMICOM

I tried to launch the same one over a different VM and it worked properly Working with GetWMICOM

I can access via remote desktop to both servers and can run commands and PowerShell in local with the same account I'm using to access remotely, even in Admin mode. I reviewed the Security rules and the user is set in both hosts as Admin.

Any clue about what could be happening? Thanks in advance