Invoke-Pester -Script .\PlainPester
Note - Need version 1.2.0 of OperationValidation Module
Get-OperationValidation -Path OVF
Invoke-OperationValidation -Path OVF
Invoke-OperationValidation -Path OVF -Overrides @{MatterMostRoot = 'http://localhost:8065'}
bundle install [other cmd line arguments here]
bundle exec inspec check .
pwsh -Command "Import-Module ..\..\inspecster\Pester.psd1; Invoke-Pester Inspecster"