Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In Windows 7, WMI implemented the Win32_OptionalFeature class. This class retrieves the status of the optional features that are present on a computer.
You can use Windows PowerShell cmdlets to query the status of optional features. All of the examples in this topic use the Get-WmiObject cmdlet. For more information, see Get-WmiObject.
To retrieve all instances of optional features present on a computer
PowerShell |
---|
|
To query for an optional feature by specifying the feature name
PowerShell |
---|
|
Note
The name property is case-sensitive.
To query for optional features by specifying the install state
PowerShell |
---|
|
For more information about the possible values for the InstallState property, see Win32_OptionalFeature.