Get-FASTSearchSecurityEncodedSid
Gets the encoded extended security identifier.
Syntax
Get-FASTSearchSecurityEncodedSid
[[-SID] <String>]
[[-User] <String>]
[<CommonParameters>]
Description
This cmdlet returns a Base64 encoded security identifier for a user, group, or Windows SID (Windows security identifier).
For permissions and the most current information about FAST Search Server 2010 for SharePoint cmdlets, see the online documentation, (https://go.microsoft.com/fwlink/?LinkId=163227).
Examples
---------------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.
Parameters
-SID
The Windows security identifier to encode.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-User
The user or group identifier to encode.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |