Quantcast
Channel: Scripting Blog
Viewing all articles
Browse latest Browse all 2129

PowerTip: Show all Installed Capabilities on Windows 10

$
0
0

Summary: Identify if capabilities like OpenSSH are installed in your Windows 10 Operating System

A picture containing scissors

Description automatically generated

Hey, Doctor Scripto. I was curious if there was a way to see if a workstation has a capability installed on it like OpenSSH. I’m trying to report on this for my environment.

Absolutely! You can run the following line on a workstation to show the installed Capabilities like OpenSSH

Get-WindowsCapability -Online | Where-Object { $_.State -eq ‘Installed’ }

PowerShell, Doctor Scripto, PowerTip, Sean Kearney

The post PowerTip: Show all Installed Capabilities on Windows 10 appeared first on Scripting Blog.


Viewing all articles
Browse latest Browse all 2129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>