Powershell – Launch different Powershell console from a console

powershell

If I'm working within a single powershell console, and say I want to spawn another powershell console window.

Is there a way to do this?

If you type "powershell" at the prompt – it doesn't launch a new window, just starts a new powershell instance within the current console window.

Any thoughts?

Best Answer

Start-Process powershell