You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context "Testing SQL and Windows names match on <_.Name>" {
406
+
It "should have matching names on <_.Name>"-Skip:$skip {
407
+
$Psitem.ServerNameMatch.renamerequired| Should -BeFalse -Because "SQL and Windows names should match but configured name $($Psitem.ServerNameMatch.configuredServerName) does not match $($Psitem.ServerNameMatch.netName)"
Set-PSFConfig-Module dbachecks -Name skip.instance.networklatency -Validation bool -Value $false-Initialize -Description "Skip the check for network latency"
284
284
Set-PSFConfig-Module dbachecks -Name skip.instance.linkedserverconnection -Validation bool -Value $false-Initialize -Description "Skip the check for linked server connection"
285
285
Set-PSFConfig-Module dbachecks -Name skip.instance.maxmemory -Validation bool -Value $false-Initialize -Description "Skip the check for max memory"
286
+
Set-PSFConfig-Module dbachecks -Name skip.instance.orphanedfile -Validation bool -Value $false-Initialize -Description "Skip the check for orphaned file"
287
+
Set-PSFConfig-Module dbachecks -Name skip.instance.servernamematch -Validation bool -Value $false-Initialize -Description "Skip the check for server name match"
0 commit comments