Fixed a broken link in editing-policy.md and a recommended link change in wdac-wizard.md

This commit is contained in:
Jordan Geurten 2021-01-05 10:47:48 -08:00
parent fdd1852fae
commit 61a2969d92
2 changed files with 4 additions and 5 deletions

View File

@ -26,10 +26,9 @@ ms.date: 10/14/2020
The WDAC Wizard makes editing and viewing WDAC policies easier than the PowerShell cmdlets or manually. The Wizard currently supports the following editing capabilities:
<ul>
<li>[Configuring policy rules](#Configuring-Policy-Rules)</li>
<li>[Adding new allow or block file rules to existing policies](#Adding-File-Rules)</li>
<li>[Removing allow or block file rules on existing policies](#Removing-File-Rules)</li>
<li></li>
<li>[Configuring policy rules](#configuring-policy-rules)</li>
<li>[Adding new allow or block file rules to existing policies](#adding-file-rules)</li>
<li>[Removing allow or block file rules on existing policies](#removing-file-rules)</li>
</ul>
## Configuring Policy Rules

View File

@ -25,7 +25,7 @@ ms.date: 10/14/2020
- Windows 10
- Windows Server 2016 and above
The Windows Defender Application Control (WDAC) policy Wizard is an open source Windows desktop application written in C# and bundled as an MSIX pacakge. The Wizard was built to provide security architects, security and system administrators with a more user-friendly means to create, edit, and merge WDAC policies. The Wizard desktop application uses the [ConfigCI PowerShell Cmdlets](https://docs.microsoft.com/powershell/module/configci/?view=win10-ps) in the backend so the output policy of the Wizard and PowerShell cmdlets is identical.
The Windows Defender Application Control (WDAC) policy Wizard is an open source Windows desktop application written in C# and bundled as an MSIX pacakge. The Wizard was built to provide security architects, security and system administrators with a more user-friendly means to create, edit, and merge WDAC policies. The Wizard desktop application uses the [ConfigCI PowerShell Cmdlets](https://docs.microsoft.com/powershell/module/configci) in the backend so the output policy of the Wizard and PowerShell cmdlets is identical.
## Downloading the application