次の方法で共有


Get-FASTSearchSecurityEncodedSid

エンコードされた拡張セキュリティ識別子を取得します。

構文

Get-FASTSearchSecurityEncodedSid
   [[-SID] <String>]
   [[-User] <String>]
   [<CommonParameters>]

説明

このコマンドレットは、ユーザー、グループ、または Windows SID (Windows セキュリティ識別子) の Base64 でエンコードされたセキュリティ識別子を返します。

FAST Search Server 2010 for SharePoint コマンドレットに関するアクセス許可と最新の情報については、オンライン ドキュメント (https://go.microsoft.com/fwlink/?LinkId=163227) を参照してください。

--------------- 例 1 -----------------

Get-FASTSearchSecurityEncodedSid -SID S-1-5-7

この例では、Windows SID のエンコードされたセキュリティ識別子とユーザー名 "5-1-5-7" を返します。

--------------- 例 2 -----------------

Get-FASTSearchSecurityEncodedSid -User users

次の使用例は、Windows 組み込みの "Users" グループのエンコードされたセキュリティ識別子を返します。

パラメーター

-SID

エンコードする Windows セキュリティ識別子。

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

エンコードするユーザーまたはグループ識別子。

Type:String
Position:2
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False
Applies to:FAST Server for SharePoint 2010