Re: simple query -> SWbemObjectSet: Access denied

Tech-Archive recommends: Speed Up your PC by fixing your registry



it does not work on w2k3.

but i found the solution in defiining
Set Service = Locator.ConnectServer("REMOTEMACHINE", "root\cimv2")
instead of
Set Service = Locator.ConnectServer()

helps and it works

.