Powershell 7: Use Powershell 7 as WinRM shell

Hi,

to enter a Powershell 7 shell over WinRM setup the machines as followed:

On the target machine install Powershell 7 and select enable powershell remoting during the setup.

On the client machine set enter session

PS D:\> $PSSessionConfigurationName = 'PowerShell.7'
PS D:\>  enter-pssession myHost.myDomain.org

Michael