wow-6432

Results 2 issues of wow-6432

If new-hvmanualapplication encounters an error, it will crash a PowerShell loop. Ex: $MultipleApps foreach ($app in $MutipleApps) { new-hvmanualapplication @params } If $app[5] can't be created for whatever reason (already...

New-HVManualApplication does not appear to support any ErrorAction other than Continue. It also does not seem to honor even that action.