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

Can't find all Customer Agreements through the powershell function "Get-PartnerCustomerAgreement" #386

Open CodeDeqkon opened 2 years ago

CodeDeqkon commented 2 years ago

Hello Community,

I can't find all customers with the function: "Get-PartnerCustomerAggrement". Is that issue well known?

At the beginning of my script i load all customers ID in a var and searched trough that id with the function: "Get-PartnerCustomerAggrement -CustomerId $customer.CustomerId - AgreemenType MicrosoftCustomerAgreement"

Except of 3 Customers i'll find everything.

The customers accepted it and we should get that information ... whats going wrong there? Could you help me?

Thanks for your help 👍