Using RDP Web Client unable to type into Windows powershell 7. Only return and CTRL V works

Copper Contributor

Can not type into powershell 7 from a server 2019 box via web client. Problem existed since release of powershell 7. Also seen by other users and logged in powershell github The console in the remote desktop fails · Issue #12751 · PowerShell/PowerShell (github.com)

1 Reply
Check the PowerShell settings: You may need to adjust the PowerShell settings to allow input from a web client. Run Set-ExecutionPolicy RemoteSigned to allow remote scripts to be executed.