We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f849cff commit c8111edCopy full SHA for c8111ed
source/checks/Instancev5.Tests.ps1
@@ -3,7 +3,7 @@
3
# Gather the instances we know are not contactable
4
5
BeforeDiscovery {
6
- # Gather the instances we know are not contactable
+ # Gather the instances we know are not contactable
7
[string[]]$NotContactable = (Get-PSFConfig -Module dbachecks -Name global.notcontactable).Value
8
# Get all the tags in use in this run
9
$Tags = Get-CheckInformation -Check $Check -Group Instance -AllChecks $AllChecks -ExcludeCheck $ChecksToExclude
0 commit comments