Get-FASTSearchSecurityEncodedSid
Gets the encoded extended security identifier.
Syntax
Default (Default)
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
Applicable: FAST Server for SharePoint 2010
The Windows security identifier to encode.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-User
Applicable: FAST Server for SharePoint 2010
The user or group identifier to encode.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 2 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.