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!
场景 2
此场景介绍如何禁用从基于浏览器的访问启动的连接的应用程序保护,以及如何为从 Citrix Workspace 应用程序启动的连接启用应用程序保护。
以下是禁用名为 Win10Desktop 的交付组的应用程序保护(当连接从浏览器启动时)并为从 Citrix Workspace 应用程序启动的连接启用应用程序保护的步骤:
-
创建智能访问策略:
-
创建一个智能访问策略,用于筛选从 Citrix Workspace 应用程序启动的连接,如前一个场景 禁用某些设备类型的应用程序保护 中所定义。创建以下表达式,以检查 User Agent 字符串中的 CitrixReceiver:
HTTP.REQ.HEADER("User-Agent").CONTAINS("CitrixReceiver") <!--NeedCopy-->在此场景中,智能访问策略为
cwa。
-
创建另一个智能访问策略,用于筛选未从 Citrix Workspace 应用程序启动的连接,
HTTP.REQ.HEADER("User-Agent").CONTAINS("CitrixReceiver").NOT。在此情况下,此智能访问策略为 browser。
-
-
创建代理访问策略规则:
-
运行
GetBrokerAccessPolicyRule以查看Win10Desktop的两个代理访问策略。对于交付组Win10Desktop,代理访问策略为Win10Desktop_AG和Win10Desktop_Direct。记下Win10Desktop的桌面组 UID。 -
使用以下命令为
Win10Desktop创建代理访问策略,以筛选从 Citrix Workspace 应用程序启动的连接:New-BrokerAccessPolicyRule -Name Win10Desktop_AG_CWA -DesktopGroupUid <Uid_of_desktopGroup> -AllowedConnections ViaAG -AllowedProtocols HDX, RDP -AllowedUsers AnyAuthenticated -AllowRestart $true -Enabled $true -IncludedSmartAccessFilterEnabled $true <!--NeedCopy-->Uid_of_desktopGroup 是在步骤 1 中通过运行 GetBrokerAccessPolicy 规则获得的交付组的桌面组唯一标识符。
-
使用以下命令,通过引用智能访问标签
cwa,仅为通过 CWA 的连接启用应用程序保护策略:Set-BrokerAccessPolicyRule Win10Desktop_AG_CWA -IncludedSmartAccessTags Primary_HDX_Proxy:cwa -AppProtectionScreenCaptureRequired $true -AppProtectionKeyLoggingRequired $true <!--NeedCopy-->Primary_HDX_Proxy 是在步骤 1“创建智能访问策略”中记下的 VPN 虚拟服务器名称。
-
使用以下命令禁用通过浏览器建立的其余连接的应用程序保护策略:
Set-BrokerAccessPolicyRule Win10Desktop_AG -IncludedSmartAccessTags Primary_HDX_Proxy:browser -AppProtectionScreenCaptureRequired $false -AppProtectionKeyLoggingRequired $false <!--NeedCopy-->
-
-
验证
如果 Citrix Workspace 应用程序已打开,请退出。再次登录 Citrix Workspace 应用程序,并通过访问网关从外部连接启动所需资源。您可以看到该资源的应用程序保护策略已启用。通过外部连接从浏览器启动同一资源,您可以看到应用程序保护策略已禁用。
共享
共享
在本文中
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.