We have our client machine firewall set to block remote powershell except from a few specific sources, one of them being the Universal server. There are times where remote powershell would be handy for troubleshooting, and rather than RDP to the server I would like to be able to use the web terminal.
We use a custom host in PSU that might not work with interactive remoting sessions. Although I don’t think it’s a cred-ssp problem, I will have to play around with it to know for sure.
I don’t know if this is related. But when I enter a remote debugging shell using PowerShell, I never get the prompt.
I also don’t encounter any errors.
enter-pssession -session $Session
Enter-PSHostProcess -Id 9680
Debug-Runspace -Id 55
Debugging Runspace: Runspace55
To end the debugging session type the 'Detach' command at the debugger prompt, or type 'Ctrl+C' otherwise.