What's Changed
- Added VS Code workspace file to offer easy debugging of the module.
- Implemented a lot of best practices in the code to make it safer, faster and better.
Invoke-WDACSimulationis now a lot faster and supports more file rules.- Added progress bar to
Invoke-WDACSimulation. More cmdlets will have it in the future. - Added verbose messages all over the module. Use the common parameter
-Verbosewith each cmdlet to get extra messages about what's happening under the hood. - Changed a lot of messages that used be displayed with
-Debugparameter to be displayed when-Verboseis used. - Improved Windows build number detection
- Bumped required PowerShell version to
7.4.0due to the new features implemented. - Completely restructured and reengineered the WDACConfig module
- Increased the required version for
SignTool.exeto10.0.22621.2428which is available in the latest SDK
PR: #160