In addition, if you check the helper help file with powershell, you will see all the custom options available with the powershell executable
powershell /?
This allows you to use advanced functions, such as specifying window parameters, running commands directly from batch files, or running scripts (for example, above)
Peter source
share