PowerShell with Tabs Window Management

Is there a way to run one powershell window and have multiple tabs in this window that you can jump between without have several powershell windows open?


Solution 1:

If you are using a GUI, PowerShell ISE (Integrated Scripting Environment) will do this. ISE will allow you to have multiple scripts open and once and run them independently.

enter image description here

Solution 2:

PowerShell runs very nicely in ConEmu.

ConEmu screenshot

Solution 3:

You can now use the Windows Terminal: https://github.com/microsoft/terminal

Screenshot