Test-MtAdUpnSuffixesCount
SYNOPSIS
Retrieves the count of UPN (User Principal Name) suffixes configured in the forest.
SYNTAX
Test-MtAdUpnSuffixesCount [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
This test retrieves the count of UPN suffixes configured in the Active Directory forest. UPN suffixes allow users to log on with a user principal name in the format user@suffix. Multiple UPN suffixes are often used in organizations with multiple domains or brands, or during mergers and acquisitions.
EXAMPLES
EXAMPLE 1
Test-MtAdUpnSuffixesCount
Returns $true if UPN suffix data is accessible. The test result includes the count of configured UPN suffixes.
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.