Get-FASTSearchSecurityDecodedSid
Applies to: SharePoint Server 2010
Gets the user identifier and SID from the encoded security identifier.
Syntax
Get-FASTSearchSecurityDecodedSid [-EncodedSID] <String>
Detailed Description
This cmdlet decodes an encoded security identifier (SID) and returns the user/group identifier (the common name) and Windows SID.
Parameters
Parameter | Required | Type | Description |
---|---|---|---|
EncodedSID |
Required |
System.String |
The encoded extended security identifier that will be decoded. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Get-FASTSearchSecurityDecodedSid -EncodedSID aebaaaaaaaaakiaaaaaccaqaaa
This example retrieves the Windows SID and user or group identifier for an encoded security identifier.