I'm getting a weird access denied error for WMI on one of our servers that I can't understand. It appears to fail from any PC/Server that's attached to our domain, yet if I try it from my laptop that isn't part of the domain, it works!
I've checked all permissions in DCOM and WMI and all look correct. All required services appear to be running and all rules appear correct in the firewall. I've matched them all up with one of our other server that works and they're identical.
So if I try the command below from any PC ON the domain:
WMIC /node:10.0.2.2 /user: /password: computersystem get totalphysicalmemory
I get:
Node - 10.0.2.2 ERROR: Description = Access is denied.
If I try the exact same command from my laptop that isn't on the domain it works:
TotalPhysicalMemory 137302757376
If I try this command to any other server, from any other server/PC then it also works. It's just the above combination that fails!
The system clocks are identical between the server/PCs I've tried (to within a couple of seconds).
Anyone any idea what else I can try? I can only think of leaving the domain and re-joining it for this server.