List GDAP-relationships with reseller customers using Microsoft Graph and PowerShell
Description
Here’s a script to list GDAP-relationships with your reseller customers based on CSV export in Partner Center, using Microsoft Graph and PowerShell.
Prerequisites
Make an export of your reseller customers by:
- Go to the Customers workspace in Partner Center
- Go to Indirect resellers in the left-hand menu, chose a reseller and click View customers on the right side.
- Click Export on the options menu for this reseller.
Now you have the CSV file required for the script to use as reference. No modifications needed.
Example:
Details
- Fill out the following in the script:
- Name or ID of reseller
- Path to CSV export from Partner Center
- Path for generated report
PowerShell Script
Microsoft references
Similar posts