microsoft / Partner-Center-PowerShell

PowerShell module for managing Partner Center resources.
https://docs.microsoft.com/powershell/partnercenter/
MIT License
130 stars 59 forks source link

Doesn't load in Ubuntu 22.04 pwsh core 7.2.6 #399

Open knightian opened 2 years ago

knightian commented 2 years ago

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.