Skip to content

Instantly share code, notes, and snippets.

@colhountech
Created October 26, 2023 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colhountech/c86b258c09d7f530cc1e785825c62f9e to your computer and use it in GitHub Desktop.
Save colhountech/c86b258c09d7f530cc1e785825c62f9e to your computer and use it in GitHub Desktop.
Add SSH Client feature to Windows (Powershell Script)
Get-WindowsCapability -Online | ? Name -like 'OpenSSH*'
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment