1
2
3
4
Install-Module -Name PartnerCenter -AllowClobber -Scope AllUsers
Connect-PartnerCenter
Get-PartnerAuditRecord -Start (Get-Date).AddDays(-89) | select ResourceType,organizationName,id,name
Get-Partner