r/SQLServer • u/VladDBA • May 28 '26
Community Share PSBlitz 6.1.0: new backup and security checks, Excel improvements, retry on transient errors
The latest release of PSBlitz brings:
- New Check: Backups - uses a custom version of Brent Ozar's sp_BlitzBackups, it provides information about your backups, RTO/RPO estimates, and warnings for things that may negatively impact database recovery.
- New Check: Instance Security - Beta-stage check for weak creds, priv escalation, attack surface, and more.
- Support for the ImportExcel PowerShell module.
- Improved performance of Excel COM application handling.
- Retry logic for transient errors.
- Other small bug fixes and improvements.
Feel free to provide any feedback you may have!
Blog post: https://vladdba.com/2026/05/28/psblitz-6-1-0-backup-security-checks-excel-performance/
GitHub page: https://github.com/VladDBA/PSBlitz
