Test-MtAdGroupMemberTrustDetails
SYNOPSIS
Provides detailed breakdown of trust members by group in Active Directory.
SYNTAX
Test-MtAdGroupMemberTrustDetails [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
This test provides a detailed analysis of which Active Directory groups contain members from trusted domains. It identifies groups with foreign security principals or members with SIDs from external domains, showing the breakdown per group. This helps administrators understand cross-domain access patterns and identify which groups grant access to external users or groups.
EXAMPLES
EXAMPLE 1
Test-MtAdGroupMemberTrustDetails
Returns $true if group member data is accessible, $false otherwise. The test result includes detailed breakdown of trust members by group.
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-MtAdGroupMemberTrustDetails