PowerTip: Use PowerShell to See Status of AD Optional Features

Doctor Scripto

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 *

 

0 comments

Discussion is closed.

Feedback usabilla icon