Forum Discussion
primalcode
Dec 07, 2022Copper Contributor
Using RDP Web Client unable to type into Windows powershell 7. Only return and CTRL V works
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 https://github.com/PowerShell/PowerShell/issues/12751
1 Reply
- Varun_GhildiyalIron ContributorCheck 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.