Ejemplo n.º 1
0
 internal static Collection <PSObject> InvokeAndAssertForNoErrors(this System.Management.Automation.PowerShell powershell)
 {
     return(powershell.InvokeAndAssertForErrors(null));
 }