I have a Batch file in legacy Windows 2000 server from a windows 7 environment.
Using schtasks to create a task and run the same through it gives me result ERROR : THE REQUEST IS NOT SUPPORTED. Is there a different approach to invoke the script remotely.
PS: I cannot install any 3rd party software to work around it.
You could just use
wmicFor more information simply open
cmd.exeand typewmic /?EDIT: I actually just realised you are using Windows 2000 and you would probably need to enable wmi on the server, see this link