Returns the account aliases. This can be used to see the group membership for a specific trustee. For example, if one of these groups (aliases) has access to a resource, the original account will also have this same access.
Syntax:
Get-QAccountAliases [-AccountSid] <String> [-AccountDomain] <String> [<CommonParameters>]
Parameter | Description |
---|---|
AccountSid |
Specify the security identifier (SID) of the account. |
AccountDomain | Specify the name of the domain the account is in. |
Examples:
Example | Description |
---|---|
Get-QAccountAliases -AccountSid S-1-5-21-3765505745-248418262-535198764-1133 mydomain.dge.dev.hal.com | Returns the aliases related to the specified account. |
Details retrieved:
Detail | Description |
---|---|
Sid | The security identifier (SID) assigned to the account aliases. |
DomainDnsName | The DNS name of the domain where the account is located. |
TrusteeType | The type of account. |