github HotCakeX/Harden-Windows-Security WDACConfigv0.2.2
WDACConfig module update v0.2.2

What's Changed

  1. Significantly improved the Invoke-WDACSimulation cmdlet's performance. It's faster, better and outputs CSV file for the result of the simulation.
  2. Added new parameter for Deploy-SignedWDAC cmdlet, called -Deploy. When used, it will deploy the signed policy on the current system, otherwise it will only create the signed policy. This is specially useful for when you want to deploy the policy somewhere else using the Citool.exe built-in tool.
  3. Changed all the -Deployit parameter names to -Deploy.
  4. Added -Deploy parameter for New-WDACConfig -PrepMSFTOnlyAudit and New-WDACConfig -PrepDefaultWindowsAudit. This allows you to deploy those audit policies remotely to collect audit logs.
  5. Added error handling for Get-CommonWDACConfig cmdlet when the user configuration json file is nonexistent.
  6. Added Filepicker UI for -CertPath parameter of all the cmdlets that use it.
  7. Removed -DeployLatestDriverBlockRules parameter from New-WDACConfig cmdlet and instead added the optional -Deploy parameter to New-WDACConfig -GetDriverBlockRules, it does the same task.
  8. Removed -DeployLatestBlockRules parameter from New-WDACConfig cmdlet and instead added the optional -Deploy parameter to New-WDACConfig -GetBlockRules, it does the same task.
  9. The Confirm-WDACConfig now runs all 3 checks if you use it without passing any parameters.
  10. Improved the UX by implementing file picker UI for when you need to browse for the SignTool.exe in Edit-SignedWDACConfig, Remove-WDACConfig and Deploy-SignedWDACConfig
  11. Improved the self updating mechanism and its messages.
  12. Fixed a bug in an edge case where Remove-WDACConfig cmdlet wouldn't auto complete policy names if one of the policies didn't have a friendly name.
  13. Remove-WDACConfig cmdlet now shows -PolicyNames first above the -PolicyIDs for more convenience.

PR: #101

Don't miss a new Harden-Windows-Security release

NewReleases is sending notifications on new releases.