Test-MtAdSubnetTotalCount
SYNOPSIS
Counts the total number of Active Directory subnets.
SYNTAX
Test-MtAdSubnetTotalCount [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
This test retrieves the total count of subnets configured in Active Directory. Subnets define the network boundaries for Active Directory sites and are used to determine which site a client belongs to for authentication and replication.
EXAMPLES
EXAMPLE 1
Test-MtAdSubnetTotalCount
Returns $true if subnet data is accessible. The test result includes the total count of subnets.
PARAMETERS
-ProgressAction
Determines how PowerShell responds to progress updates generated by a script, cmdlet, or provider, such as the progress bars generated by Write-Progress.
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.