Hello,
I’m looking to see if this is possible to add a specific process to a Scheduled Task using Command Line or PowerShell and would like to guide me to the right direction.
I have looked in the documentation for Command Line but no luck there.
Hello,
I’m looking to see if this is possible to add a specific process to a Scheduled Task using Command Line or PowerShell and would like to guide me to the right direction.
I have looked in the documentation for Command Line but no luck there.
The way I’ve seen it is to trace the command that would submit the task and use the PowerShell invoke-restmethod to duplicate the call in REST services.