Used as part of the Powershell pester
Execute code using Pester. The third parameter can be anything. The fourth is the payload. Example here executes notepad
Pester.bat [/help|?|-?|/?] "$null; notepad"
Execute code using Pester. Example here executes calc.exe
Pester.bat ;calc.exe
Execute code using Pester. Example here executes calc.exe
Pester.bat ;calc.exe