PowerShell Tips, Tricks and Useful Commands (TTUC) #13 – Scheduled Jobs
PowerShell scripts can be run as a scheduled job using using Windows scheduler. Create a batch file with the following syntax/commands:
Powershell.exe “c:\scripts\mytestscript.ps1”
Exit
0 comments:
Post a Comment