Mismatch when using PowerShell API with SQL Monitor
marquee
Posts: 1 New member
Web Server version: 13.0.29.23859
Base Monitor version: 13.0.29.23859
I am trying to connect to SQL Monitor using the PowerShell API and when I run command
Base Monitor version: 13.0.29.23859
I am trying to connect to SQL Monitor using the PowerShell API and when I run command
Connect-SqlMonitor -ServerUrl $serverURL -AuthToken $authToken
I get this error, I am using the latest versions.
Exception: Mismatch between versions. Connected to SQL Monitor v. pre-13.0.5, but this PowerShell module was downloaded from SQL Monitor v. 13.0.6.14034. Download and import the PowerShell module again.
Tagged:
Answers
Many thanks for your updates on the internally logged ticket, just updating the post here as well for anyone else who may be searching for resolution.
Resolved by adding -SkipCertificateCheck
Tom Claringbold | Redgate Software
Have you visited our Help Center?