Skip Ribbon Commands
Skip to main content
Navigate Up
Sign In
Tech Blog > Posts > How To Schedule a Windows Powershell Script
December 18
How To Schedule a Windows Powershell Script

Basically all you need to do is create a batch file that calls your Powershell script and schedule the batch file.  Your batch file should contain something similar to the following:

powershell -command "& 'MyScript.ps1' "

Comments

There are no comments for this post.