linux to windows powershell over ssh
From thelinuxwiki
description
Microsoft Windows [Version 10.0.18363.2274]
install openssh server on windows
from powershell on windows...
check software status
PS C:\WINDOWS\system32> Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'
install openssh-server
PS C:\WINDOWS\system32> Add-WindowsCapability -Online -Name OpenSSH.Server
Path : Online : True RestartNeeded : False
at this point the software is installed but config files have NOT be created yet.