Describe the bug
When the latest version of Intersight.powershell is loaded in the same powershell session as PowerCLI modules, Set-IntersightConfiguration fails. Loading both modules in the same session is a requirement for our company. I don't have administrative rights to perform local powershell remoting.

To Reproduce
Run this (replacing <config_here> with the real configuration)
Import-Module VMware.Vim
Import-Module Intersight.Powershell
$config = @{ <config_here> }
Set-IntersightConfiguration @config
Version used
See description
Expected behavior
I expect Set-IntersightConfiguration to succeed.