May 6th, 2013

PowerTip: Use PowerShell to Find Status of Optional Features in Windows

Doctor Scripto
Scripter

Summary: Use Windows PowerShell 3.0 in Windows 8 to identify the status of optional features in Windows. Hey, Scripting Guy! Question How can I use Windows PowerShell 3.0 in Windows 8 to identify the status of optional features in Windows?

Hey, Scripting Guy! Answer Use the Get-WindowsOptionalFeature cmdlet from the DISM module and sort by StateMake sure you use the Online switch to evaluate your current version of Windows.

Get-WindowsOptionalFeature -Online | sort state

Note   Run this command with elevated permissions.  

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.