Steps to reproduce
docker run -it --rm mcr.microsoft.com/powershell:6.2.3-debian-stretch-slim pwsh
New-PSSession
Expected behavior
The cmdlet works
Actual behavior
New-PSSession : This parameter set requires WSMan, and no supported WSMan client library was found. WSMan is either not installed or unavailable for this system.
BTW:
the cmdlet works w/ mcr.microsoft.com/powershell:6.2.3-ubuntu-bionic.