dbachecks
dbachecks copied to clipboard
✔ SQL Server Environmental Validation
Add new v5 checks using the initfields method to gather the information in the most efficient manner for each of the Instance Unique checks - Validating that the performance is...
## Bug Report ### General Troubleshooting steps - [X] Verified running the latest release of dbachecks? Does `(Find-Module dbachecks).Version match (Get-Module dbachecks).Version.ToString()` Yes  - [X] Verified errors are not...
## Feature Request Report any database(s) on AlwaysOn cluster that is not part of any Availability group. ## New Check I think this doesnt exists in dbachecks or dbatools but...
Database level checks need some Pester V5 love Each check needs rewritten and added to: \checks\Databasev5.Tests.ps1 We will also need to improve performance by reducing the trips to the instance/database...
## Bug Report ### General Troubleshooting steps - [x] Verified running the latest release of dbachecks? Does `(Find-Module dbachecks).Version match (Get-Module dbachecks).Version.ToString()` Yep - [X] Verified errors are not related...
Introducing Agent checks to Pester V5. Each check needs rewritten and added to \checks\Agentv5.Tests.ps1 - [x] DatabaseMailEnabled - [x] AgentServiceAccount - [x] DbaOperator - [ ] FailsafeOperator - [ ]...
How can we make one SQL query to gather information that we are not getting from SMO when the information that we need is dynamic dependant on the tags chosen...
All It Blocks should have `-Skip:$Skip` and all skip values should be held in a config with a name skip.GROUP.UNIQUETAG ie `$skip = Get-DbcConfigValue skip.instance.ErrorLogCount`
## Feature Request Please add a new series of checks to confirm that Azure VMs adhere to the documented best practices published by Microsoft. To be clear is the is...
# A New PR THANK YOU - We love to get PR's and really appreciate your time and help to improve this module ## Accepting a PR Before we accept...