Installing Powershell ISE via Powershell commands
Using PowerShell
- Open Powershell Window
- Execute following cmdlets.
1 2 3 |
Import-Module ServerManager Add-WindowsFeature PowerShell-ISE |
Using PowerShell
1 2 3 |
Import-Module ServerManager Add-WindowsFeature PowerShell-ISE |