Exemplo n.º 1
0
 private static ProcessResult CallPowershellCommand(string command)
 {
     return(ProcessHelper.Run("powershell.exe", "-NonInteractive -NoProfile -Command \"& { " + command + " }\""));
 }