From 6bd03639dffe3486af77a0a2787313d837dad889 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:22:21 -0400 Subject: [PATCH] Update citool-commands.md --- .../citool-commands.md | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/windows/security/threat-protection/windows-defender-application-control/citool-commands.md b/windows/security/threat-protection/windows-defender-application-control/citool-commands.md index fa19bafcc1..5a2d7b7e72 100644 --- a/windows/security/threat-protection/windows-defender-application-control/citool-commands.md +++ b/windows/security/threat-protection/windows-defender-application-control/citool-commands.md @@ -12,27 +12,26 @@ ms.custom: template-how-to # Manage Windows Defender Application Control (WDAC) Policies with CI Tool -CI Tool makes Windows Defender Application Control (WDAC) policy management easier for IT admins. CI Tool can be used to manage Windows Defender Application Control policies and CI Tokens. -This article will describe how to use CI Tool to update and manage policies. CI Tool is currently included in box in Windows 11 22H2. +CI Tool makes Windows Defender Application Control (WDAC) policy management easier for IT admins. CI Tool can be used to manage Windows Defender Application Control policies and CI Tokens. This article describes how to use CI Tool to update and manage policies. CI Tool is currently included in Windows 11, version 22H2. ## Policy Commands | Command | Description | Alias | |--------|---------|---------| -| --update-policy | Add or update a policy on the current system | -up | -| --remove-policy | Remove a policy indicated by PolicyGUID from the system | -rp | +| --update-policy `` | Add or update a policy on the current system | -up | +| --remove-policy `` | Remove a policy indicated by PolicyGUID from the system | -rp | | --list-policies | Dump information about all policies on the system, whether they are active or not | -lp | ## Token Commands | Command | Description | Alias | |--------|---------|---------| -| --add-token <--token-id ID> | Deploy a token onto the current system, with an optional specific ID. | -at | -| --remove-token | Remove a Token indicated by ID from the system. | -rt | +| --add-token `` <--token-id ID> | Deploy a token onto the current system, with an optional specific ID. | -at | +| --remove-token `` | Remove a Token indicated by ID from the system. | -rt | | --list-tokens | Dump information about all tokens on the system | -lt | ->[!NOTE] ->Regarding --add-token, if is specified, a pre-existing token with should not exist. +> [!NOTE] +> Regarding --add-token, if `` is specified, a pre-existing token with `` should not exist. ## Miscellaneous Commands @@ -49,16 +48,18 @@ This article will describe how to use CI Tool to update and manage policies. CI ```powershell PS C:\Users\ CITool --update-policy "\Windows\Temp\{BF61FE40-8929-4FDF-9EC2-F7A767717F0B}.cip" Operation Successful - Press Enter to Continue + Press Enter to Continue ``` 2. Refresh the WDAC policies + ```powershell PS C:\Users\ CITool --refresh Operation Successful ``` 3. Remove a specific WDAC policy by its policy ID + ```powershell PS C:\Users\ CiTool --remove-policy "{BF61FE40-8929-4FDF-9EC2-F7A767717F0B}" Operation Successful @@ -66,9 +67,10 @@ This article will describe how to use CI Tool to update and manage policies. CI ``` 4. Display the help menu + ```powershell PS C:\Users\ CITool -h - + ----------------------------- Policy Commands --------------------------------- --update-policy /Path/To/Policy/File Add or update a policy on the current system @@ -100,4 +102,4 @@ This article will describe how to use CI Tool to update and manage policies. CI --help Display this message aliases: -h - ``` \ No newline at end of file + ```