March 27th, 2015

PowerTip: Use PowerShell to Find Installed Optional Features

Doctor Scripto
Scripter

Summary: Learn how to use Windows PowerShell to find installed optional features in Windows.

Hey, Scripting Guy! Question How can I use Windows PowerShell to see what optional features are installed in a copy of Windows?

Hey, Scripting Guy! Answer Use the Get-WindowsOptionalFeature cmdlet, and if you are looking at a version of Windows
           that is running, use the –Online switch:

Get-WindowsOptionalFeature -Online

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.