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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cmd.exe permission

Status
Not open for further replies.

malaygal

IS-IT--Management
Feb 22, 2006
192
US
What is the required permission for an asp page in Server01 to query scheduled task on Server02.

Set WshShell = Server.CreateObject("WScript.shell")

WshShell.Run "cmd.exe /c schtasks /query /v /s \\Server02 /nh /fo csv > ""C:\Program Files\Serve02\Tasks.csv"

Any help will be greatly appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top