This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
从缓存中删除 Broker 用户
在某些情况下,管理员无法从缓存中删除 Broker 用户,或者有时在运行 Get-BrokerUser
时,用户会显示来自 AD 的错误 SID。
从 AD 中删除用户并重新创建,但 Broker 缓存中仍具有以前的用户 SID 时,就会发生这种情况。
要解决此问题,请执行以下操作:
- 从 Active Directory 中删除用户。
-
对每个已删除的帐户运行
Get-BrokerUser
。 未在任何位置引用的帐户不会返回任何结果。 对于引用的用户,运行Get-BrokerUser
后您将获得一个值。 现在,您必须找出向用户分配的资源,并手动从这些资源中删除相关用户。例如:
- 确认是否已将用户分配给某个应用程序:
Get-BrokerApplication
- 确认是否已将用户分配给某个应用程序组:
Get-BrokerApplicationGroup
- 确认是否已将用户分配给某个访问策略:
Get-BrokerAccessPolicyRule
- 确认是否已将用户分配给某个授权策略:
Get-BrokerAppEntitlementPolicyRule
- 确认是否已将用户分配给某个桌面授权策略:
Get-BrokerEntitlementPolicyRule
- 确认是否已将用户分配给某个桌面组会话延迟:
Get-BrokerSessionLinger
- 确认用户是否在 VDA 上运行任何会话:
Get-BrokerSession
- 确认是否已将用户分配给某个合并组中的资源:
Get-BrokerMergedResource
- 确认是否已将用户分配给某个资源组:
Get-BrokerMergeGroup
- 确认命令是否已为用户排队:
Get-BrokerMachineCommand
- 确认是否已将用户分配给某个专用桌面:
Get-BrokerMachine
- 确认是否已将用户分配给某个区域首选项:
Get-BrokerUserZonePreference
- 确认是否已将用户分配给某个应用程序:
- 手动从资源中删除用户。
- 运行
Get-BrokerUser
命令确认是否已从所有资源中删除用户。 -
从所有资源中删除用户后,请运行以下命令从缓存中删除相应的用户。
Update-BrokerNameCache -Users -Purge -UnusedFor 0 <!--NeedCopy-->
共享
共享
在本文中
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.