Get-FASTSearchSecurityDecodedSid
Gets the user identifier and SID from the encoded security identifier.
Syntax
Default (Default)
Get-FASTSearchSecurityDecodedSid
[-EncodedSID] <String>
[<CommonParameters>]
Description
This cmdlet decodes an encoded security identifier (SID) and returns the user/group identifier (the common name) and Windows SID.
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-FASTSearchSecurityDecodedSid -EncodedSID aebaaaaaaaaakiaaaaaccaqaaa
This example retrieves the Windows SID and user or group identifier for an encoded security identifier.
Parameters
-EncodedSID
Applicable: FAST Server for SharePoint 2010
The encoded extended security identifier that will be decoded.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | True |
| 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.