PowerShell ISE (Integrated Scripting Environment) viene instalado por defecto en Windows 7 o Windows Server 2008 R2 pero no se muestra en el menú de Inicio. HAy dos formas de habilitar el PowerShell ISE.
1 – Usando el PowerShell
- Abrir la ventana del Powershell
- Ejecutar los siguientes cmdlets
Import-Module ServerManager
Add-WindowsFeature PowerShell-ISE
2 – Desde el Server Explorer se haría de la siguiente manera:
- Ir a Panel de Control
- Activar o desactivar las características de Windows
- Seleccionar Características
- Agregar Características
- You will get Add Features wizard with list of features provided with checkboxes
- Seleccionar el Windows PowerShell Integrated Scripting Environment (ISE)
- Click sobre Siguiente
- Click sobre Instalar