Situatie
PowerShell ISE vine ca preinstalat in windows 7 si Windows Server 2008 R2 dar nu este afisat in Start Menu. Pentru acest lucru, el trebuie activat si pentru asta vom folosi PowerShell.
Solutie
Deschidem PowerShell si rulam urmatoarele comenzi:
Import-Module ServerManager
Add-WindowsFeature PowerShell-ISE
Putem observa ca in Start Menu deja avem instalat modulul Powershell ISE
Acum putem incepe sa scriem scripturi in Powershell ISE
Leave A Comment?