Citrix Workspaceアプリ

シナリオ 3

このシナリオでは、特定のActive Directoryグループのユーザーに対してApp Protectionを無効にする方法について説明します。

Active Directoryグループ xd.local\sales に属する Win10Desktop ユーザーに対してApp Protectionを無効にする手順は次のとおりです。

  1. Win10Desktop の2つのブローカーアクセスポリシーを表示するには、Get-BrokerAccessPolicyRule を実行します。デリバリーグループ Win10Desktop には、Win10Desktop_AGWin10Desktop_Direct の2つのブローカーアクセスポリシーがあります。Win10Desktop のデスクトップグループUIDをメモします。

  2. Win10Desktop のブローカーアクセスポリシー規則を作成し、Active Directoryグループ xd.local\sales のユーザーからの接続をフィルターします。

    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 ルール を実行することによって取得されたデリバリーグループの デスクトップグループUID です。

  3. ADグループ xd.local\sales に属するWindows 10デスクトップユーザーに対してApp Protectionポリシーを無効にするには、次のコマンドを使用します。

    Set-BrokerAccessPolicyRule Win10Desktop_AG_Sales_Group -AllowedUsers Filtered -IncludedUsers xd.local\sales -IncludedUserFilterEnabled $true -AppProtectionScreenCaptureRequired $false -AppProtectionKeyLoggingRequired $false
    <!--NeedCopy-->
    
  4. xd.local\sales のユーザーを除く、残りのゲートウェイ接続に対してApp Protectionポリシーを有効にするには、次のコマンドを使用します。

    Set-BrokerAccessPolicyRule Win10Desktop_AG -AllowedUsers Anyauthenticated -ExcludedUserFilterEnabled $true -ExcludedUsers xd.local\sales -AppProtectionScreenCaptureRequired $true -AppProtectionKeyLoggingRequired $true
    <!--NeedCopy-->
    
  5. 検証

    Citrix Workspaceアプリがすでに開いている場合は、サインアウトします。xd.local\sales Active DirectoryグループのユーザーとしてCitrix Workspaceアプリにサインインします。保護されたリソースを起動すると、App Protectionが無効になっていることがわかります。

    Citrix Workspaceアプリからサインアウトし、xd.local\sales に属さないユーザーとして再度サインインします。保護されたリソースを起動すると、App Protectionが有効になっていることがわかります。

シナリオ 3

この記事の概要