Test-MtAdTrustDetails
SYNOPSIS
Lists detailed information about all Active Directory trusts.
SYNTAX
Test-MtAdTrustDetails [-ProgressAction <ActionPreference>] [<CommonParameters>]
DESCRIPTION
This test retrieves comprehensive details about all domain trusts configured in Active Directory. Trust details include target domain, trust direction, trust type, SID filtering status, and whether the trust is within the same forest. This information is essential for security audits and trust management.
EXAMPLES
EXAMPLE 1
Test-MtAdTrustDetails
Returns $true if trust data is accessible, $false otherwise. The test result includes detailed trust configuration information.
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.