heres a script to delete an specific task in a machine..
can anyone please be able to help to add a script for me to be able to delete that specific Task from multiple servers..
I have a list of the server in txt file..
Thanks
Dim objShell As Object
Set objShell = CreateObject("Wscript.Shell")
objShell.Exec ("schtasks /delete /tn ""MyTaskName""")
Set objShell = Nothing
can anyone please be able to help to add a script for me to be able to delete that specific Task from multiple servers..
I have a list of the server in txt file..
Thanks
Dim objShell As Object
Set objShell = CreateObject("Wscript.Shell")
objShell.Exec ("schtasks /delete /tn ""MyTaskName""")
Set objShell = Nothing