WDACConfig
0.0.4
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
✔️ Remove-WDACConfig [[-RemoveSign
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
✔️ Remove-WDACConfig [[-RemoveSignedPolicies]] -PolicyPaths <String[]> [-SignToolPath <String>] -CertCN <String> [-SkipVersionCheck]
✔️ Remove-WDACConfig [[-RemovePolicies]] [-PolicyIDs <String[]>] [-PolicyNames <String[]>] [-SkipVersionCheck]
✔️ New-WDACConfig [[-Get_BlockRules]] [-SkipVersionCheck]
✔️ New-WDACConfig [[-Get_DriverBlockRules]] [-SkipVersionCheck]
✔️ New-WDACConfig [[-Make_AllowMSFT_WithBlockRules]] [-Deployit] [-TestMode] [-RequireEVSigners] [-SkipVersionCheck]
✔️ New-WDACConfig [[-Deploy_LatestDriverBlockRules]] [-SkipVersionCheck]
✔️ New-WDACConfig [[-Set_AutoUpdateDriverBlockRules]] [-SkipVersionCheck]
✔️ New-WDACConfig [[-Prep_MSFTOnlyAudit]] [-LogSize <Int64>] [-SkipVersionCheck]
✔️ New-WDACConfig [[-Make_PolicyFromAuditLogs]] [-Deployit] [-TestMode] [-RequireEVSigners] [-Debugmode] [-LogSize <Int64>] [-SkipVersionCheck]
✔️ New-WDACConfig [[-Make_LightPolicy]] [-Deployit] [-TestMode] [-RequireEVSigners] [-SkipVersionCheck]
✔️ New-WDACConfig [[-Make_SuppPolicy]] -ScanLocation <String> -SuppPolicyName <String> -PolicyPath <String> [-Deployit] [-SkipVersionCheck]
✔️ Edit-WDACConfig [[-AllowNewApps_AuditEvents]] -SuppPolicyName <string> -PolicyPaths <string[]> [-Debugmode] [-LogSize <long>] [-SkipVersionCheck]
✔️ Edit-WDACConfig [[-AllowNewApps]] -SuppPolicyName <string> -PolicyPaths <string[]> [-SkipVersionCheck]
✔️ Edit-SignedWDACConfig [[-AllowNewApps_AuditEvents]] -CertPath <String> -SuppPolicyName <String> -PolicyPaths <String[]> [-SignToolPath <String>] -CertCN <String> [-Debugmode] [-LogSize <Int64>] [-SkipVersionCheck]
✔️ Edit-SignedWDACConfig [[-AllowNewApps]] -CertPath <String> -SuppPolicyName <String> -PolicyPaths <String[]> [-SignToolPath <String>] -CertCN <String> [-SkipVersionCheck]
✔️ Deploy-SignedWDACConfig -CertPath <String> -PolicyPaths <String[]> [-SignToolPath <String>] -CertCN <String> [-SkipVersionCheck]
✔️ Confirm-WDACConfig [[-ListActivePolicies]] [-SkipVersionCheck]
✔️ Confirm-WDACConfig [[-VerifyWDACStatus]] [-SkipVersionCheck]
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
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.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
- Confirm-WDACConfig.psm1
- Edit-SignedWDACConfig.psm1
- New-WDACConfig.psm1
- Deploy-SignedWDACConfig.psm1
- Edit-WDACConfig.psm1
- Remove-WDACConfig.psm1
- WDACConfig.psd1
Version History
Version | Downloads | Last updated |
---|