ctigeek / InvokeQueryPowershellModule

A Powershell module of Cmdlets for querying most types of databases.
https://www.powershellgallery.com/packages/InvokeQuery
MIT License
58 stars 10 forks source link

Fix NullReference when using -ConnectionString #13

Closed scottscecina closed 3 years ago

scottscecina commented 6 years ago

ConfigureServerProperty() should not be doing anything when ConnectionString is specified

ctigeek commented 3 years ago

Fixed with previous PR.