Remove-FASTSearchSecurityUserStore
删除用户存储。
语法
Default (默认值)
Remove-FASTSearchSecurityUserStore
[-Identity] <String>
[[-SecurityUserStoreToRemove] <SecurityUserStore>]
[-Confirm]
[-WhatIf]
[<CommonParameters>]
说明
此 cmdlet 删除安全用户存储。 用户存储可以是 Lotus Notes、Microsoft或声明用户存储。
有关 FAST Search Server 2010 for SharePoint cmdlet 的权限和最新信息,请参阅联机文档 (https://go.microsoft.com/fwlink/?LinkId=163227) 。
示例
示例 1 (FAST Server for SharePoint 2010)
Remove-FASTSearchSecurityUserStore -Identity wn1
此示例删除“wn1”用户存储。 将显示一个提示以确认请求。
示例 2 (FAST Server for SharePoint 2010)
Get-FASTSearchSecurityLotusNotesUserStore ln2 | remove-FASTSearchSecurityUserStore
此示例删除通过管道传递的 SecurityUserStoreToRemove 实例指定的用户存储。 将显示一个提示以确认请求。
参数
-Confirm
适用:FAST Server for SharePoint 2010
激活用户提示以确认操作。 如果已设置,则会激活提示,并且必须确认删除请求。
若要禁止显示用户提示,请将 confirm 参数设置为 false。 例如:-confirm:$false
参数属性
| 类型: | SwitchParameter |
| 默认值: | None |
| 支持通配符: | False |
| 不显示: | False |
| 别名: | cf |
参数集
(All)
| Position: | Named |
| 必需: | False |
| 来自管道的值: | False |
| 来自管道的值(按属性名称): | False |
| 来自剩余参数的值: | False |
-Identity
适用:FAST Server for SharePoint 2010
要删除的用户存储的标识。
参数属性
| 类型: | String |
| 默认值: | None |
| 支持通配符: | False |
| 不显示: | False |
参数集
(All)
| Position: | 1 |
| 必需: | True |
| 来自管道的值: | False |
| 来自管道的值(按属性名称): | True |
| 来自剩余参数的值: | False |
-SecurityUserStoreToRemove
适用:FAST Server for SharePoint 2010
MicrosoftUserStore、LotusNotesUserStore 或 ClaimsUserStore 实例,其标识用于删除用户存储。
参数属性
| 类型: | SecurityUserStore |
| 默认值: | None |
| 支持通配符: | False |
| 不显示: | False |
参数集
(All)
| Position: | 9999 |
| 必需: | False |
| 来自管道的值: | True |
| 来自管道的值(按属性名称): | False |
| 来自剩余参数的值: | False |
-WhatIf
适用:FAST Server for SharePoint 2010
显示一条描述命令作用的消息,而不执行命令。 有关详细信息,请键入以下命令:get-help about_commonparameters
参数属性
| 类型: | SwitchParameter |
| 默认值: | None |
| 支持通配符: | False |
| 不显示: | False |
| 别名: | 无线 |
参数集
(All)
| Position: | Named |
| 必需: | False |
| 来自管道的值: | False |
| 来自管道的值(按属性名称): | False |
| 来自剩余参数的值: | False |
CommonParameters
此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters。