Partner-Center-PowerShell
Partner-Center-PowerShell copied to clipboard
Doesn't load in Ubuntu 22.04 pwsh core 7.2.6
The module doesn't seem to load.
I install it:
Install-Module -Name PartnerCenter
Then I load it:
Import-Module -Name PartnerCenter
Then if I try and run anything at all: such as Connect-PartnerCenter it just says:
"Connect-PartnerCenter: The 'Connect-PartnerCenter' command was found in the module 'PartnerCenter', but the module could not be loaded. For more information, run 'Import-Module PartnerCenter'."
And so if I run Import-Module PartnerCenter as it suggests, all it says is: "Import-Module: Assembly with same name is already loaded"
This is a 100% useless response not telling me anything.