New-Item -Path $env:SYSTEMDRIVE -Name PS -ItemType Directory
(New-Object System.Net.WebClient).DownloadFile('https://github.com/PowerShell/Win32-OpenSSH/releases/download/v7.9.0.0p1-Beta/OpenSSH-Win64.zip','C:\temp\OpenSSH-Win64.zip')
Expand-Archive -Path "c:\temp\OpenSSH-Win64.Zip" -DestinationPath "C:\Program Files\OpenSSH"
. "C:\Program Files\OpenSSH\OpenSSH-Win64\install-sshd.ps1"