Skip to content

Commit 1080e66

Browse files
Test-DbaKerberos - Add comprehensive Kerberos diagnostics command (#9959)
1 parent 0f79a2d commit 1080e66

4 files changed

Lines changed: 1209 additions & 0 deletions

File tree

dbatools.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@
675675
'Test-DbaComputerCertificateExpiration',
676676
'Test-DbaConnection',
677677
'Test-DbaConnectionAuthScheme',
678+
'Test-DbaKerberos',
678679
'Test-DbaDbCollation',
679680
'Test-DbaDbCompatibility',
680681
'Test-DbaDbCompression',

dbatools.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ if ($PSVersionTable.PSVersion.Major -lt 5) {
439439
'Test-DbaDbCompatibility',
440440
'Test-DbaDbCollation',
441441
'Test-DbaConnectionAuthScheme',
442+
'Test-DbaKerberos',
442443
'Test-DbaInstanceName',
443444
'Repair-DbaInstanceName',
444445
'Stop-DbaProcess',

0 commit comments

Comments
 (0)