Remote ShutDown
The forum thread has not been reviewed by Editors yet. Readers are advised to use their best judgement before accessing this thread.
This thread will be reviewed shortly.
If you think this thread contain inappropriate content, please report to webmaster.
Hello,This thread will be reviewed shortly.
If you think this thread contain inappropriate content, please report to webmaster.
Using Wmi Win32_OperatingSystem class . Im able to shutdown my local computer.
But for the same if i try with remote system it show access denied.Can any one
Help regd this.Thanks in advance .
Wther should i use the the moniker as impersonateLevel or debug Shutdown .
Can i use the Vb Script ,with some Syntax change in .net.
Coding as follow :
OpSysSet=GetObject("winmgmts:{(Debug,RemoteShutdown)}//"
& ComputerName & "/root/cimv2").ExecQuery(
"Select * from Win32_OperatingSystem where Primary=true");
