Get-FASTSearchSecurityCompleteGroupExpansion
這會取得使用者的完整群組擴充資訊。
Syntax
Get-FASTSearchSecurityCompleteGroupExpansion
[-Identity] <String>
[-User] <String>
[-ExtraProperties]
[[-XmlFile] <String>]
[[-Worker] <WorkerPoolNode>]
[<CommonParameters>]
Description
這個 Cmdlet 會取得用於建立使用者搜尋安全性篩選所執行之群組擴充和 Aliaser 處理的疑難排解資訊。
群組擴充資訊包括使用者、包含使用者的擴充群組 (也就是,使用者是該群組的成員),以及包含其他擴充群組的所有群組。
Aliaser 處理資訊包括根據規則運算式和 XML Aliaser 對應定義的所有使用者和群組對應。
如需 FAST Search Server 2010 for SharePoint Cmdlet 的許可權和最新資訊,請參閱線上檔 (https://go.microsoft.com/fwlink/?LinkId=163227) 。
範例
---------------範例 1-----------------
Get-FASTSearchSecurityCompleteGroupExpansion -Identity ln1 -User user1
此範例會尋找所有父系並處理所有別名對應,以擷取使用者存放區 「ln1」 中 「user1」 的完整群組擴充資訊,其中顯示所有使用者存放區中的所有對等使用者和群組。
參數
-ExtraProperties
若有指定,命令會取得解析傳回之所有主體 (使用者和群組) 的額外屬性。
Type: | SwitchParameter |
Position: | 3 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-Identity
使用者存放區的身分識別,其中包含要擴充的使用者。
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-User
要擴充的使用者或群組識別碼。
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-Worker
選用的 Worker 參數會針對處理要求的安全性工作者,指定 WorkerPoolNode 物件。
Type: | WorkerPoolNode |
Position: | 9999 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |
-XmlFile
XML 檔案的絕對路徑,檔案可從安全性管理員存取及寫入。 若有指定,就會以 XML 將完整的擴充資訊寫入這個檔案。
Type: | String |
Position: | 4 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Applies to: | FAST Server for SharePoint 2010 |