Pull docker image
docker pull mcr.microsoft.com/powershell:latest
Run container
docker run -it --rm mcr.microsoft.com/powershell:latest
Install WSMan-Module
Install-Module -Name PSWSMan
Import-Module PSWSMan
Install-WSMan
Connect to PSRemoting enabled system
Enter-PSSession -Computername {ip/host} -Credential domain\user -Authentication Negotiate