Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cartydave

  1. cartydave

    vbscript to shudown computer but still run shutdown scripts

    Thanks tsuji But that's what I'm currently doing, but shutdown scripts don't run. set objWMI = GetObject("winmgmts:{impersonationLevel=impersonate}!//" & strComputer & "") set colOS = objWMI.ExecQuery("Select * from Win32_ComputerSystem") Set objWMIService =...
  2. cartydave

    vbscript to shudown computer but still run shutdown scripts

    I am familiar with using the shutdown -m command and the WMI method of shutting down a remote computer. The problem with both of these is that neither allow shutdown scripts to run. Does anyone know of a method to shutdown a remote computer while allowing shutdown scripts to run?

Part and Inventory Search

Back
Top