Tuesday, February 26, 2013

PowerShell ISE sessions and tabs

Many times I heard a question "How to wipe/clean ISE session?". It is easy. You do not need to close whole ISE.

All opened files in ISE share same Runtime and so do all global variables.

To create new Runtime just create new tab: Ctrl + T.
Before
After

New tab ( "Powershell 4" in this case ) will start with new, clean Runspace.

No comments:

Post a Comment