Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Server 2010
Gets the encoded extended security identifier.
Syntax
Get-FASTSearchSecurityEncodedSid [[-SID] <String>] [[-User] <String>]
Detailed Description
This cmdlet returns a Base64 encoded security identifier for a user, group, or Windows SID (Windows security identifier).
Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
SID |
Optional |
System.String |
The Windows security identifier to encode. |
User |
Optional |
System.String |
The user or group identifier to encode. |
Input Types
Return Types
Example
---------------EXAMPLE 1-----------------
Get-FASTSearchSecurityEncodedSid -SID S-1-5-7
This example returns an encoded security identifier and user name for the Windows SID, “5-1-5-7”.
---------------EXAMPLE 2-----------------
Get-FASTSearchSecurityEncodedSid -User users
This example returns the encoded security identifier for the Windows built-in “Users” group.