[PowerShell] Maintain Powershell Credentials when selecting other tools in the same session
Maintain Powershell Credentials when selecting other tools in the same session. Currently if you are in a powershell session with a remote windows 10 machine, and you select another tool and then re-select powershell, your command history as well as your credentials are lost and need to be re-entered. This should persist through selecting other tools or you should implement a tabbed/blade UI similar to alt-tab environment on windows.

1 comment
-
Eli Sagie commented
Sounds like a trivial scenario: I want to open PowerShell console, enter a task and then move on to another TAB (or blade, or node, whatever you call the functions on the left hand pane) to work on something else, but when I go back to PowerShell it appears to open new session and the task status when I left to process is unknown.
Please retain the Powershell session as long as I am connected to the server.