-
-
StoreFrontのコンテキストに基づくApp Protection
-
Active Directoryグループに基づく
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!
シナリオ3
このシナリオでは、特定のActive Directoryグループ内のユーザーに対してApp Protectionを無効にする方法について説明します。
次の手順では、Active Directoryグループxd.local\salesの一部であるWin10Desktop
ユーザーのApp Protectionを無効にします:
-
Get-BrokerAccessPolicyRule
を実行して、Win10Desktop
の2つのブローカーアクセスポリシーを表示します。デリバリーグループ「Win10Desktop
」の場合、ブローカーアクセスポリシーは、「Win10Desktop_AG
」と「Win10Desktop_Direct
」です。Win10Desktop
のデスクトップグループUIDを書き留めておいてください。 -
Win10Desktop
のブローカーアクセスポリシー規則を作成して、「xd.local\sales
」というActive Directoryグループに属するユーザーからの接続をフィルター処理します。New-BrokerAccessPolicyRule -Name Win10Desktop_AG_Sales_Group -DesktopGroupUid <Uid_of_desktopGroup> -AllowedConnections ViaAG -AllowedProtocols HDX, RDP -AllowedUsers Filtered -AllowRestart $true -Enabled $true <!--NeedCopy-->
Uid_of_desktopGroupは、手順1でGetBrokerAccessPolicy規則を実行して取得したデリバリーグループのDesktopGroupUIDです。
-
次のコマンドを使用して、「xd.local\sales」というADグループに属するWindows 10デスクトップユーザーに対するApp Protectionポリシーを無効にします:
Set-BrokerAccessPolicyRule Win10Desktop_AG_Sales_Group -AllowedUsers Filtered -IncludedUsers xd.local\sales -IncludedUserFilterEnabled $true -AppProtectionScreenCaptureRequired $false -AppProtectionKeyLoggingRequired $false <!--NeedCopy-->
-
次のコマンドを使用して、「xd.local\sale」のユーザーを除く残りのゲートウェイ接続に対してApp Protectionポリシーを有効にします:
Set-BrokerAccessPolicyRule Win10Desktop_AG -AllowedUsers Anyauthenticated -ExcludedUserFilterEnabled $true -ExcludedUsers xd.local\sales -AppProtectionScreenCaptureRequired $true -AppProtectionKeyLoggingRequired $true <!--NeedCopy-->
-
確認
Citrix Workspaceアプリがすでに開いている場合は、サインアウトします。「xd.local\sales」というActive DirectoryグループのユーザーとしてCitrix Workspaceアプリにサインインします。保護されたリソースを起動すると、App Protectionが無効になっていることがわかります。
Citrix Workspaceアプリからサインアウトし、「xd.local\sales」に属さないユーザーとして再度サインインします。保護されたリソースを起動すると、App Protectionが有効になっていることがわかります。
共有
共有
この記事の概要
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.