July 2018
Beginner
552 pages
13h 18m
English
dbachecks is a module that combines several modules into a highly configurable SQL Server health-tracking/maintenance solution. It builds on three separate modules, as follows:
In effect, it consists of dozens of checks-sets of Pester tests—that each ensures a specific health criterion, such as orphaned files, storage, network latency, correct Service Principal Names in AD, and so on.
Each can be executed individually, or in tag-based groups:
# Execute only the PowerPlan checkInvoke-DbcCheck -Check PowerPlan# Execute all instance-related checksInvoke-DbcCheck -Check Instance ...
Read now
Unlock full access