Those steps which you have to take to be able using Enter-PSSession command on your Linux box. Step1. Install PowerShell Core.Go to and follow Microsoft documentation: https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-linux?view=powershell-7.1 Step2. To make Enter-PSSession working on Linux you have to install gss-ntlmssp apt install gss-ntlmssp Step3. Enable PSRemoting on Windows machine Enable-PSRemoting –Force…