Intento ejecutar el powershellscript desde c #. Primero me puse el ExecutionPolicyque Unrestrictedy el script se está ejecutando ahora de PowerShell ISE. Ahora este es c # mi código: class Program { private static PowerShell ps; static void Main(string[] args) { ps = PowerShell.Create();...