because Im getting an error on Connect-DbaInstance -ConnectionString $connstring
error: ```
Connect-DbaInstance: The 'Connect-DbaInstance' command was found in the module 'dbatools', but the module could not be loaded. For more information, run 'Import-Module dbatools'.
I tried to do import-module dbatools
But there is an another error: `Import-Module: Unable to find type [System.Diagnostics.FileVersionInfo].`
How to overcome these errors?