Access Rights Problem!!
hi,
i tried to establish the connection with a remote pc using a managementscope object... but there is an error in this code
Dim scope As ManagementScope
scope = New ManagementScope( _
"\\FullComputerName\root\cimv2")
scope.Connect()
it gives an error like this:-
tha RPC server is unavailable.(exception from HRESULT:0x800706BA)
or things like that..
can you help me how can i change the rights on some other machine so that i may remotely access it..or some other solns..
regards,
kaveri