API Reference
Command
Get-ADXForeignSecurityPrincipal
Lists Foreign Security Principals (FSP) and references.
Examples
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
- DNS domain to enumerate. Defaults to the current domain when omitted.
- IncludeOtherReferences SwitchParameter
- Include non-group references (ACLs on objects) in the output.
- OrphanedOnly SwitchParameter
- Return only FSPs whose targets cannot be resolved or have no references.
- ResolveOnly SwitchParameter
- Output only the resolved target object instead of reference details.
Outputs
ADPlayground.Identity.IdentityInfo, ADPlayground.Users.ForeignSecurityPrincipalRecord