TestimoX

API Reference

Command

Get-ADXSubnets

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Replication.SubnetInfoEx ADPlayground.Replication.SubnetSummary

Lists AD subnets with site binding and orphaned flag. TODO: Implement via ADPlayground.Replication.TopologyService.

Examples

Generated fallback example

Generated fallback example from parameter set 'By Forest'.


Get-ADXSubnets -Forest 'Value'
        

Generated fallback example from parameter set 'By Summary + SummaryForest'.


Get-ADXSubnets -SummaryForest 'Value'
        

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

Parameters

Forest string optionalposition: namedpipeline: false
Forest DNS name to query for raw subnets. Defaults to current forest.

Outputs

ADPlayground.Replication.SubnetInfoEx, ADPlayground.Replication.SubnetSummary

Get-ADXSubnets [-Summary] [-SummaryForest <string>] [<CommonParameters>]
#
Parameter set: By Summary + SummaryForest

Parameters

Summary SwitchParameter optionalposition: namedpipeline: false
Outputs an aggregate summary instead of raw subnet rows.
SummaryForest string optionalposition: namedpipeline: false
Forest name when emitting the summary view.

Outputs

ADPlayground.Replication.SubnetInfoEx, ADPlayground.Replication.SubnetSummary