Retrieves all of the entries from the QAMTrustees table who are also listed within the QAMSecurityIndex table, denoting an indexed trustee.
Syntax:
Get-QIndexedTrustees [-TrusteeName [<String>]] [-Domain [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
TrusteeName |
(Optional) Specify the name of the trustee to be searched. If this parameter is not specified, all indexed trustees are returned. |
Domain |
(Optional) Specify the domain of the trustee to be searched. If this parameter is not specified, all domains are queried to locate indexed trustees. |
Examples:
Example | Description |
---|---|
Get-QIndexedTrustees -TrusteeName Administrator -Domain MyDomain |
Retrieves all indexed accounts from the QAMTrustees table where the account name is Administrator and the domain is MyDomain. |
Details retrieved:
Detail | Description |
---|---|
Sid | The security identifier (SID) assigned to the account. |
PreWindows2000Name | The logon name (Pre-Windows 2000) of the Active Directory account. |
Domain | The name of the domain where the account resides. |
TrusteeType | The type of trustee (account). |