Skip to content

Instantly share code, notes, and snippets.

@jcohen66
Created January 26, 2026 15:12
Show Gist options
  • Select an option

  • Save jcohen66/ec69ab581c0f6b06f3519bdc26f54b12 to your computer and use it in GitHub Desktop.

Select an option

Save jcohen66/ec69ab581c0f6b06f3519bdc26f54b12 to your computer and use it in GitHub Desktop.
Powershell Check If Program Installed #windows #powershell #file #installed #object #capability
Get-WindowsCapability -Online | Where-Object Name -like 'OpenSSH*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment