Skip to content

PSBlitz v3.0.0

Compare
Choose a tag to compare
@VladDBA VladDBA released this 11 Apr 19:14
· 212 commits to main since this release
46bf1a7

What's new:

🎉 As of this release, PSBlitz is capable of also exporting the report to HTML, making Excel/Office no longer a hard requirement for running PSBlitz. 🎉

Enhancements

#66 - Add HTML as a report output format
This adds both a command line parameter -ToHTML which switches report format to HTML when Y is provided as a value, as well as a prompt during interactive mode.
#69 - Add option to create a zip archive of the output files
This adds both a command line parameter -ToZip also creates a zip archive of all the output files when Y is provided as a value, as well as a prompt during interactive mode.

Bug fixes

#68 - Reference invalid in the in-depth check Intro sheet of the XLSX format of the report

Minor code cleanup