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
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 ).
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
The text was updated successfully, but these errors were encountered: