icinga-powershell-framework
icinga-powershell-framework copied to clipboard
Allow local DB connections
Hi,
With Integrated Security = True, currently there is no possibility to pass into Open-IcingaMSSQLConnection a local server connection (like server=(localdb)\myInstance, as described here ).
The port separated with a comma will always be there: https://github.com/Icinga/icinga-powershell-framework/blob/262f0c432f61882aeb270ca45949de715afe0738/lib/mssql/Open-IcingaMSSQLConnection.psm1#L69C55-L69C67
Maybe there are some workarounds meanwhile? Trying to use Invoke-IcingaCheckMSSQLHealth for a Server\Instance...
Thank you