Have following code snippet:

Code:
Set objWMIService = GetObject("winmgmts:\\" _
        & strComputer & "\root\CIMV2")
my computer name is RGDF-DC and I get Err.Number = 462 which tells me that cannot connect or unavailable. In this case I produce "Cannot connect" to a text file. However, when I do a remote desk top to same computer I can connect fine.

I do not understand this, can someone help? Thank you