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
Set-PSFConfig-Module dbachecks -Name app.sqlinstance -Value $null-Initialize -Description "List of SQL Server instances that SQL-based tests will run against"
27
27
Set-PSFConfig-Module dbachecks -Name app.computername -Value $null-Initialize -Description "List of Windows Servers that Windows-based tests will run against"
28
28
Set-PSFConfig-Module dbachecks -Name app.sqlcredential -Value $null-Initialize -Description "The universal SQL credential if Trusted/Windows Authentication is not used"
29
29
Set-PSFConfig-Module dbachecks -Name app.wincredential -Value $null-Initialize -Description "The universal Windows if default Windows Authentication is not used"
Set-PSFConfig-Module dbachecks -Name app.maildirectory -Value (Convert-Path-Path "$env:localappdata\dbachecks\dbachecks.mail") -Initialize -Description "Files for mail are stored here"
Set-PSFConfig-Module dbachecks -Name app.maildirectory -Value "$home\dbachecks\dbachecks.mail"-Initialize -Description "Files for mail are stored here"
Set-PSFConfig-Module dbachecks -Name app.maildirectory -Value "$env:localappdata\dbachecks\dbachecks.mail"-Initialize -Description "Files for mail are stored here"
37
+
}
33
38
34
39
Set-PSFConfig-Module dbachecks -Name app.cluster -Value $null-Initialize -Description "One host name for each cluster for the HADR checks"
0 commit comments