TestimoX

API Reference

Command

Get-ADXSiteCoverage

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Replication.CoverageReport ADPlayground.Replication.CoverageSummary

Computes site coverage metrics (DC counts, subnet counts, global orphaned subnets) and optional Netlogon AutoSiteCoverage.

Examples

Authored help example

Example 1: Summary view


Get-ADXSiteCoverage
        

Example 2: Summary with registry lookup (opt-in)


Get-ADXSiteCoverage -IncludeRegistry
        

Example 3: Raw dataset (Summary + Sites + Subnets)


$rep = Get-ADXSiteCoverage -Raw
        

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-ADXSiteCoverage [-Forest <string>] [-IncludeRegistry] [<CommonParameters>]
#
Parameter set: By Forest + IncludeRegistry

Parameters

Forest string optionalposition: namedpipeline: false
Forest DNS name for the summary view; defaults to the current forest.
IncludeRegistry SwitchParameter optionalposition: namedpipeline: false
Include Netlogon AutoSiteCoverage registry lookup in the summary.

Outputs

ADPlayground.Replication.CoverageReport, ADPlayground.Replication.CoverageSummary

Get-ADXSiteCoverage [-IncludeRegistryRaw] [-Raw] [-RawForest <string>] [<CommonParameters>]
#
Parameter set: By IncludeRegistryRaw + Raw

Parameters

IncludeRegistryRaw SwitchParameter optionalposition: namedpipeline: false
Include Netlogon AutoSiteCoverage registry lookup in the raw report.
Raw SwitchParameter optionalposition: namedpipeline: false
Return the raw report object (Summary + Site + Subnet details).
RawForest string optionalposition: namedpipeline: false
Forest DNS name for the raw report; null uses the current forest.

Outputs

ADPlayground.Replication.CoverageReport, ADPlayground.Replication.CoverageSummary