How to add PowerShell ISE from PowerShell
Today I wanted to execute PowerShell ISE on one of SharePoint Server, but I couldn’t find it. I searched for it but on this server I haven’t installed it. I have already forgotten how to add PowerShell ISE to Windows Server 2008R2. It’s not included in default settings because PowerShell ISE is not necessary for Windows Server. And I think it’s true.
But I want to find PowerShell ISE but not truth. I couldn’t remember which feature should I add on Windows Server, but I could remember two strings for PowerShell to add PowerShell ISE. So here they are:
ps> import-module servermanager ps> add-windowsfeature powershell-ise
It adds windows feature.



PostgreSQL in Docker: when DBeaver lies (and psql saves the day)
SharePoint onPrem: Create ContentType with the specific ID
Send props from Child class component to Parent state component in React App