March 21st, 2013

PowerTip: Use PowerShell to See Status of AD Optional Features

Doctor Scripto
Scripter

Summary: Learn how to use Windows PowerShell to show the status of optional features in AD DS.

Hey, Scripting Guy! Question How can I use Windows PowerShell and the Active Directory module to determine the status of optional features in AD DS?

Hey, Scripting Guy! Answer Use the Get-ADOptionalFeature Windows PowerShell cmdlet. You can use a wildcard for the filter to simplify returning results.

Get-ADOptionalFeature -Filter *

 

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.