The script is executed successfully with below info
Get-Process-Id$PID
Try {
Get-VirtualPortGroup
}
Catch {
Get-Process-Id$PID
$_|Select*
$_.Exception.InnerException|Select*
}
VM | WS | PM | NPM |
879849472 | 78389248 | 197062656 | 90068 |
Do I need to modify any parameters?