ISE
What is ISE?
ISE is Microsoft IDE for PowerShell, It built-in in Windows and Server (on servers you need to install it by running: Import-Module ServerManager;Add-WindowsFeature PowerShell-ISE
- We can put our logic and test it without to save the file first (like many other IDE)
- It supports Add-on, you can find them here (link)
- It built with Powershell Integration you can have from you script the option to change almost anything you want
In my environment, you can see I have my UserName in the prompt and I have a Hart in the beginning.
you got the access by using the object $psISE
This is how ISE look like in Version 2.
If you have version 2 Please update to version 5, all my articles will be on version 5 on Windows 10.
If you have Windows 7, you can upgrade to version 5 as well.
Without Steroid Add-on
After I upgrade my environment to Version 5
With Steroid Add-on