Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'
Start-Service sshd Set-Service -Name sshd -StartupType 'Automatic'