In Powershell 5.1 if the Sqlserver module is loaded before Module RemoteDesktopManager the modul is not working.
I run this:
Import-Module SqlServer
Get-RDMDataSource
If I run this:
Get-RDMDataSource
Import-Module SqlServer
Get-RDMDataSource
This is the versions of the modules.
https://www.powershellgallery.com/packages/RemoteDesktopManager/2021.2.0.32
https://www.powershellgallery.com/packages/SqlServer/21.1.18256
Hi,
Looks like loading SqlServer module first interferes with out reflection code.
I'll take a look and see if there's anything I can do to prevent this issue.
Regards
Jonathan Lafontaine
Hi,
A fix for this issue will be available in the next release.
Regards
Jonathan Lafontaine
Hi,
I installed RemoteDesktopManager modul 2021.2.0.41, and I still have problems.
Running SqlServer modul 21.1.18256.
You are right, PS5.1 has further problems I missed the first time around.
A new build will be available shortly.
Jonathan Lafontaine
You should be able to update to 2021.2.0.42 which will hopefully fix all your issues related to SqlServer.
Jonathan Lafontaine
Thank you, now it is working.