How to Run Powershell Commands Automatically
In order to run Powershell commands before and after backup tasks, use the corresponding fields in the Options tab. The C:\Windows\System32\WindowsPowerShell\v1.0\Powershell.exe C:\scripts\myscript.ps1 Check the external utility and enter the above path as shown below: The command may also be passed as an argument, like this: C:\Windows\System32\WindowsPowerShell\v1.0\PowerShell.exe -Command {enter commands here} Important Please make sure […]