You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WDACConfig/WDACConfig.psd1
+4-6
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
# RootModule = ""
9
9
10
10
# Version number of this module.
11
-
ModuleVersion='0.1.6'
11
+
ModuleVersion='0.1.7'
12
12
13
13
# Supported PSEditions
14
14
CompatiblePSEditions=@("Core")
@@ -146,6 +146,9 @@ To get help and syntax on PowerShell console, type:
146
146
# ReleaseNotes of this module
147
147
ReleaseNotes=@"
148
148
149
+
## Version 0.1.7
150
+
Made the Edit-WDACConfig and Edit-SignedWDACConfig cmdlets resilient to errors and unexpected problems by improving their logic.
151
+
149
152
## Version 0.1.6
150
153
New cmdlet Set-CommonWDACConfig, Use this cmdlet to store the values for common and frequently used parameters so that you won't have to specify them again every time.
151
154
More info about it: https://github.com/HotCakeX/Harden-Windows-Security/wiki/Set-CommonWDACConfig
@@ -157,11 +160,6 @@ Added alias for many parameters for easier access.
157
160
Added new cmdlet: New-DenyWDACConfig for creating base policies with Deny rules. They can be deployed side by side other policies without conflict.
158
161
Added argument completer for many new parameters and improved the previous ones to be smarter in their suggestions.
159
162
160
-
## Version 0.1.4
161
-
Code optimization.
162
-
Implemented a check to make sure Windows 11 22H2 is being used as it's a requirement for this module to run.
163
-
Improved Remove-WDACConfig cmdlet by making the argument completers only show policies that haven't been already deleted, also applied a fix to this cmdlet for when multiple policies with the same name are deployed.
164
-
165
163
Full Change log for previous versions are available on Excel online: (Copy and paste the link in your browser if it isn't clickable)
0 commit comments