Executing Scripts

There are a few ways you can execute PowerShell scripts, and you will need to consider your Execution Policy but another option is to convert your PowerShell script into an executable file, see The De Facto Guide for Converting a PS1 to EXE (7 Ways) for some details on this.