Test-MtAdUpnSuffixesDetails
SYNOPSIS
Retrieves detailed information about UPN (User Principal Name) suffixes configured in the forest.
SYNTAX
Test-MtAdUpnSuffixesDetails [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
This test retrieves detailed information about 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. Understanding the configured UPN suffixes helps assess the authentication landscape and identify potential misconfigurations or unused suffixes.
EXAMPLES
EXAMPLE 1
Test-MtAdUpnSuffixesDetails
Returns $true if UPN suffix data is accessible. The test result includes detailed information about 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.
INPUTS
OUTPUTS
System.Boolean
NOTES
RELATED LINKS
https://maester.dev/docs/commands/Test-MtAdUpnSuffixesDetails