PowerShell–Running a script from a bat file
You may have a need to run a PS1 script at a certain schedule. The easiest way to do this is using a bat file. However, your systems (servers at least!) should have the ExecutionPolicy set to Default which means that no scripts will run. Bellow is an example of using a bat file to […]