Home » KBArticles » SCRIPT: remote task manager

SCRIPT: remote task manager

‘requries pslist.exe from sysinternals (http://technet.microsoft.com/en-us/sysinternals/bb545021)
 Set wshShell = Wscript.CreateObject (“WScript.shell”)      
 strProfile =     inputbox(“Enter Computer Name”,”Enter Computer Name”)
        wshshell.run “cmd.exe /c pslist.exe -s 30 -r 1 \” & strprofile
        set wshshell = nothing

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.