TestimoX

API Reference

Command

Get-ADXGpoWmiLinkHealth

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.WmiLinkHealthRow

Emits malformed WMI link attributes (gPCWQLFilter/gPCWMIFilter) so they can be inspected or repaired.

Examples

Authored help example

Example 1: Review malformed WMI links across the forest


Get-ADXGpoWmiLinkHealth
        

Example 2: Inspect malformed WMI links in a single domain before cleanup


Get-ADXGpoWmiLinkHealth -DomainName 'contoso.com' | Format-Table DomainName, DisplayName, AttributeName, AttributeValue -AutoSize
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-ADXGpoWmiLinkHealth [-DomainName <string>] [<CommonParameters>]
#

Parameters

DomainName string optionalposition: 0pipeline: false
DNS domain to scan. When omitted, scans all domains in the forest.

Outputs

ADPlayground.Gpo.WmiLinkHealthRow