Skip to content

Commit cffe0eb

Browse files
Merge pull request #971 from dataplat/instancecheckscontinued
so we can test
2 parents 93e7275 + 209de4e commit cffe0eb

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

RequiredModules.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
}
88
}
99

10+
'dbatools.library' = 'latest'
1011
InvokeBuild = 'latest'
1112
PSScriptAnalyzer = 'latest'
1213
Pester = 'latest'

developing/Robs-Instance.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ $Checks = 'MemoryDump'
1313
$Checks = 'HideInstance'
1414
$Checks = 'LoginAuditFailed'
1515
$Checks = 'LoginAuditSuccessful'
16+
$Checks = 'LoginCheckPolicy'
1617
$Checks = 'LoginAuditSuccessful', 'LoginAuditFailed'
1718

1819
Invoke-PerfAndValidateCheck -Checks $Checks

source/dbachecks.psd1

402 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)