WDACConfig
0.0.6
This is an advanced PowerShell module for WDAC (Windows Defender Application Control) and automates a lot of tasks.
🟢 Please see the GitHub page for Full details and everything about the module: https://github.com/HotCakeX/Harden-Windows-Security/wiki/WDACConfig
🛡️ Here is the list of parameters the module supports
✔️ New-WDACConfig [[-Get_BlockRule
This is an advanced PowerShell module for WDAC (Windows Defender Application Control) and automates a lot of tasks.
🟢 Please see the GitHub page for Full details and everything about the module: https://github.com/HotCakeX/Harden-Windows-Security/wiki/WDACConfig
🛡️ Here is the list of parameters the module supports
✔️ New-WDACConfig [[-Get_BlockRules]]
✔️ New-WDACConfig [[-Get_DriverBlockRules]]
✔️ New-WDACConfig [[-Make_AllowMSFT_WithBlockRules]] [-Deployit] [-TestMode] [-RequireEVSigners]
✔️ New-WDACConfig [[-Deploy_LatestDriverBlockRules]]
✔️ New-WDACConfig [[-Set_AutoUpdateDriverBlockRules]]
✔️ New-WDACConfig [[-Prep_MSFTOnlyAudit]] [-LogSize <Int64>]
✔️ New-WDACConfig [[-Make_PolicyFromAuditLogs]] [-Deployit] [-TestMode] [-RequireEVSigners] [-Debugmode] [-LogSize <Int64>]
✔️ New-WDACConfig [[-Make_LightPolicy]] [-Deployit] [-TestMode] [-RequireEVSigners]
✔️ New-WDACConfig [[-Make_SuppPolicy]] -ScanLocation <String> -SuppPolicyName <String> -PolicyPath <String> [-Deployit]
✔️ Remove-WDACConfig [[-RemoveSignedPolicies]] -PolicyPaths <String[]> [-SignToolPath <String>] -CertCN <String>
✔️ Remove-WDACConfig [[-RemovePolicies]] [-PolicyIDs <String[]>] [-PolicyNames <String[]>]
✔️ Edit-WDACConfig [[-AllowNewApps_AuditEvents]] -SuppPolicyName <string> -PolicyPaths <string[]> [-Debugmode] [-LogSize <long>]
✔️ Edit-WDACConfig [[-AllowNewApps]] -SuppPolicyName <string> -PolicyPaths <string[]>
✔️ Edit-WDACConfig [[-Merge_SupplementalPolicies]] -SuppPolicyName <String> -PolicyPaths <String[]> -SuppPolicyPaths <String[]>
✔️ Edit-SignedWDACConfig [[-AllowNewApps_AuditEvents]] -CertPath <String> -SuppPolicyName <String> -PolicyPaths <String[]> [-SignToolPath <String>] -CertCN <String> [-Debugmode] [-LogSize <Int64>]
✔️ Edit-SignedWDACConfig [[-AllowNewApps]] -CertPath <String> -SuppPolicyName <String> -PolicyPaths <String[]> [-SignToolPath <String>] -CertCN <String>
✔️ Edit-SignedWDACConfig [[-Merge_SupplementalPolicies]] -CertPath <String> -SuppPolicyName <String> -PolicyPaths <String[]> [-SignToolPath <String>] -CertCN <String> -SuppPolicyPaths <String[]>
✔️ Deploy-SignedWDACConfig -CertPath <String> -PolicyPaths <String[]> [-SignToolPath <String>] -CertCN <String>
✔️ Confirm-WDACConfig [[-ListActivePolicies]]
✔️ Confirm-WDACConfig [[-VerifyWDACStatus]]
✔️ Confirm-WDACConfig [[-CheckSmartAppControlStatus]]
To get help and syntax on PowerShell console, type:
"Get-Command -Module WDACConfig"
"Get-Help Confirm-WDACConfig"
"Get-Help Deploy-SignedWDACConfig"
"Get-Help Edit-SignedWDACConfig"
"Get-Help Edit-WDACConfig"
"Get-Help New-WDACConfig"
"Get-Help Remove-WDACConfig"
Minimum PowerShell version
7.3
See the version list below for details.
Installation Options
Owners
Copyright
(c) 2023
Package Details
Author(s)
- HotCakeX
Tags
WDAC Windows-Defender-Application-Control Windows Security Microsoft Application-Control MDAC
Cmdlets
New-WDACConfig Remove-WDACConfig Deploy-SignedWDACConfig Confirm-WDACConfig Edit-WDACConfig Edit-SignedWDACConfig
Functions
New-WDACConfig Remove-WDACConfig Deploy-SignedWDACConfig Confirm-WDACConfig Edit-WDACConfig Edit-SignedWDACConfig
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## Version
0.0.6 New feature: Confirm-WDACConfig -CheckSmartAppControlStatus. Checks the status of Smart App Control and reports the results on the console. Improved Confirm-WDACConfig -ListActivePolicies by showing the number of deployed non-system WDAC policies and base policies on the console.
0.0.5 New feature: Edit-SignedWDACConfig -Merge_SupplementalPolicies. It can merge multiple deployed Signed supplemental policies into 1 and deploy it, remove the individual ones, all happening automatically. Very useful to keep Supplemental policies below 32 since that's the limit.
0.0.4 New feature: Merge multiple deployed Supplemental policies into 1 and deploy it, remove the individual ones, all happening automatically. Very useful to keep Supplemental policies below 32 since that's the limit.
0.0.3 Completed self-updating feature. Changed icon, added syntaxes.
0.0.2 Testing self updating procedure with the new PowerShell gallery repo
0.0.1 Renamed the previous repository in order to comply with proper nested modules and improve the readability and mangement of the module. Added 2 new features too, rebootlessly add new apps to non-signed deployed WDAC policies. You could do it with Signed policies, now you can do the same with non-signed policies.
FileList
- WDACConfig.nuspec
- New-WDACConfig.psm1
- Confirm-WDACConfig.psm1
- Edit-SignedWDACConfig.psm1
- Remove-WDACConfig.psm1
- WDACConfig.psd1
- Deploy-SignedWDACConfig.psm1
- Edit-WDACConfig.psm1
Version History
Version | Downloads | Last updated |
---|---|---|
0.4.9 | 1,151 | 11/16/2024 |
0.4.8.2 | 1,774 | 11/4/2024 |
0.4.8.1 | 331 | 11/2/2024 |
0.4.7 | 947 | 10/27/2024 |
0.4.6 | 1,841 | 10/12/2024 |
0.4.5 | 4,152 | 9/7/2024 |
0.4.4 | 1,783 | 8/20/2024 |
0.4.3 | 1,516 | 8/5/2024 |
0.4.2 | 1,372 | 7/9/2024 |
0.4.1 | 160 | 7/1/2024 |
0.4.0 | 427 | 6/7/2024 |
0.3.9 | 75 | 6/4/2024 |
0.3.8 | 478 | 4/28/2024 |
0.3.7 | 95 | 4/21/2024 |
0.3.6 | 61 | 4/16/2024 |
0.3.5 | 354 | 3/16/2024 |
0.3.4 | 171 | 3/2/2024 |
0.3.4-Beta1 | 8 | 3/2/2024 |
0.3.3 | 123 | 2/21/2024 |
0.3.2 | 103 | 2/10/2024 |
0.3.1 | 190 | 1/22/2024 |
0.3.0 | 142 | 1/9/2024 |
0.2.9 | 66 | 1/2/2024 |
0.2.8 | 41 | 12/27/2023 |
0.2.8-Beta3 | 10 | 12/27/2023 |
0.2.8-Beta2 | 7 | 12/27/2023 |
0.2.8-Beta1 | 9 | 12/26/2023 |
0.2.7 | 190 | 12/12/2023 |
0.2.6 | 222 | 10/10/2023 |
0.2.5 | 26 | 10/6/2023 |
0.2.4 | 42 | 9/25/2023 |
0.2.3 | 34 | 9/19/2023 |
0.2.2 | 66 | 9/5/2023 |
0.2.1 | 121 | 8/13/2023 |
0.2.0 | 83 | 7/18/2023 |
0.1.9 | 47 | 7/9/2023 |
0.1.8 | 97 | 6/2/2023 |
0.1.7 | 15 | 5/28/2023 |
0.1.6 | 12 | 5/25/2023 |
0.1.5 | 38 | 5/18/2023 |
0.1.4 | 12 | 5/14/2023 |
0.1.3 | 12 | 5/13/2023 |
0.1.2 | 27 | 5/3/2023 |
0.1.1 | 8 | 5/1/2023 |
0.1.0 | 25 | 4/22/2023 |
0.0.9 | 15 | 4/15/2023 |
0.0.8 | 7 | 4/14/2023 |
0.0.7 | 18 | 4/10/2023 |
0.0.6 (current version) | 19 | 4/5/2023 |
0.0.5 | 15 | 4/4/2023 |
0.0.4 | 14 | 4/3/2023 |
0.0.3 | 8 | 4/2/2023 |
0.0.2 | 22 | 4/2/2023 |
0.0.1 | 8 | 4/2/2023 |