Skip to content

Commit

Permalink
so that we can check the db tags
Browse files Browse the repository at this point in the history
  • Loading branch information
SQLDBAWithABeard committed Sep 4, 2023
1 parent 06c96ac commit ef5903c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions developing/Robs-Instance.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ $Checks = 'LoginAuditSuccessful', 'LoginAuditFailed'
Set-DbcConfig -Name skip.security.PublicPermission -Value $false
$Checks = 'PublicRolePermission'
$Checks = 'PUblicPermission'
$Checks = 'Database'
$Checks = 'AgentServiceAccount', 'DbaOperator', 'DatabaseMailProfile', 'AgentMailProfile'

$DatabaseTags = (Get-DbcCheck -Group Database).UniqueTag

$Checks = $DatabaseTags[1..5]


Invoke-PerfAndValidateCheck -Checks $Checks
Invoke-PerfAndValidateCheck -Checks $Checks -PerfDetail
Expand Down

0 comments on commit ef5903c

Please sign in to comment.