TestimoX

API Reference

Command

Get-ADXForeignSecurityPrincipal

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Identity.IdentityInfo ADPlayground.Users.ForeignSecurityPrincipalRecord

Lists Foreign Security Principals (FSP) and references.

Examples

Authored help example

Example 1


Get-ADXForeignSecurityPrincipal
        

Example 2


Get-ADXForeignSecurityPrincipal -ResolveOnly | Select-Object -First 10
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-ADXForeignSecurityPrincipal [-Domain <string>] [-IncludeOtherReferences] [-OrphanedOnly] [-ResolveOnly] [<CommonParameters>]
#

Parameters

Domain string optionalposition: namedpipeline: false
DNS domain to enumerate. Defaults to the current domain when omitted.
IncludeOtherReferences SwitchParameter optionalposition: namedpipeline: false
Include non-group references (ACLs on objects) in the output.
OrphanedOnly SwitchParameter optionalposition: namedpipeline: false
Return only FSPs whose targets cannot be resolved or have no references.
ResolveOnly SwitchParameter optionalposition: namedpipeline: false
Output only the resolved target object instead of reference details.

Outputs

ADPlayground.Identity.IdentityInfo, ADPlayground.Users.ForeignSecurityPrincipalRecord