VladDBA / PSBlitz

a PowerShell-based tool that outputs SQL Server health and performance diagnostics data to either Excel or HTML, and saves execution plans and deadlock graphs as .sqlplan and .xdl files.
https://vladdba.com/2022/09/15/psblitz-easily-outputs-sql-server-diagnostic-data/
Other
78 stars 17 forks source link

New parameter -SkipChecks #254

Open VladDBA opened 1 month ago

VladDBA commented 1 month ago

Add a new parameter to skip checks based on a comma-delimited list of check names. Will think about granularity when I start working on it