I want a powershell script to be run once per minute in the background. No window may appear. How do I do it?
These answers are histerical! If you want to run a powershell script as a background job try start-job .\script from the CLI within the folder you house scripts in.