Partner-Center-PowerShell icon indicating copy to clipboard operation
Partner-Center-PowerShell copied to clipboard

PowerShell module for managing Partner Center resources.

Results 95 Partner-Center-PowerShell issues
Sort by recently updated
recently updated
newest added

# Feature Request **Is your feature request related to a problem? Please describe.** MSOnline provides the functionality to get alternate domains from client tenants. This is unbelievably useful when it...

I'm asking this seriously. Is the module still maintained by anyone? Looking at the issues that have been opened and closed over the past year, the only closed issues are...

As discussed in a separate issue this [module is not being actively maintained](https://github.com/microsoft/Partner-Center-PowerShell/issues/396). We need to move forward with other technologies. At least for now, how about we document known...

Hello, Get-PartnerCustomer **Get-PartnerCustomer : (invalid_grant) error** MS Graph + Partner Center API Given Rights. My authentication is : $Credential = New-Object -TypeName System.Management.Automation.PSCredential -ArgumentList $ApplicationId, $ApplicationSecret

# Steps to reproduce > What steps can reproduce the defect? > Please share the setup, commandline for vstest.console, sample project, target framework etc. Run ``` $token = New-PartnerAccessToken -ApplicationId...

# Steps to reproduce Run 'Get-PartnerCustomerSubscription' against a tenant with an expired subscription ## Expected behavior List of subscriptions on the tenant is returned ## Actual behavior Get-PartnerCustomerSubscription : Requested...

corrected purcahse to purchase # Description Please add a meaningful description for this change. Ensure the PR has required unit tests. ## Related issue Kindly link any related issues (e.g....

# Steps to reproduce $appId = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' $SecretKEY = "XXXXX~XXXXXXXXXXXXXXXXXXXXXXX~XXXXXXX" $secret = ConvertTo-SecureString $SecretKEY -AsPlainText -Force $refreshToken = '' $credential = New-Object System.Management.Automation.PSCredential($appId, $secret) #Connect-PartnerCenter -ApplicationId $appId -Credential $credential -RefreshToken...

# Steps to reproduce Please see this error report: https://github.com/Azure/azure-powershell/issues/14288 With Az.Accounts 2.1.0 or higher installed run: ```powershell Connect-AzAccount ``` After login run ```powershell Import-Module partnercenter ``` ## Expected behavior...

# Feature Request **Is your feature request related to a problem? Please describe.** When do you think the module will be updated for the new seat-based NCE functionality? I've noticed...