Skip to content

WDACConfig

Violet edited this page Jul 18, 2023 · 56 revisions

WDACConfig (Windows Defender Application Control) Module

WDACConfig is an advanced PowerShell module designed with the aim of automating Application and File whitelisting in Windows using Windows Defender Application Control. You can always find its source code on GitHub and Install it from PowerShell Gallery.

This page is also available on my website.

Requirements

Features


VIDEO: How to Configure, Use and Setup Unsigned WDAC (Windows Defender Application Control) Automatically using WDACConfig PowerShell module


YouTube Video showcase Unsigned WDAC Policies




VIDEO: How to Configure, Use and Setup Signed WDAC (Windows Defender Application Control) Automatically using WDACConfig PowerShell module


YouTube Video showcase Signed WDAC Policies


How to use it

Install the module

Install-Module -Name WDACConfig -Force

Start using it

WDACConfig -<Press Tab for auto parameter completion>

To get help and syntax on PowerShell console, type:

"Get-Command -Module WDACConfig"
"Get-Help New-WDACConfig"
"Get-Help New-SupplementalWDACConfig"
"Get-Help Remove-WDACConfig"
"Get-Help Edit-WDACConfig"
"Get-Help Edit-SignedWDACConfig"
"Get-Help Deploy-SignedWDACConfig"
"Get-Help Confirm-WDACConfig"
"Get-Help New-DenyWDACConfig"
"Get-Help Set-CommonWDACConfig"
"Get-help New-KernelModeWDACConfig"
"Get-help Get-CommonWDACConfig"
"Get-help Invoke-WDACSimulation"

Cmdlets and Guides


Feedback and Feature request

If there are any feedbacks or feature requests regarding this module, please open a new discussion/issue on GitHub.

C#


Clone this wiki locally