Posted by: kurtsh | July 5, 2023

HOWTO: Automate attribute settings in the M365 admin portal

<blatantly stolen from Merill Fernando>

imageHere’s a quick Microsoft Graph productivity tip. Need to figure out the Graph attribute for a setting in the admin portal?

  1. Use the Graph X-Ray chrome extension (and yes, it works in Microsoft Edge), make the change in the UI and view the Graph API call that saves the change.
    https://graphxray.merill.net/
    image
  2. Unfortunately, not all admin portals use Microsoft Graph. In these instances, you can use a diff tool like Partial Diff to compare the json file to quickly figure out what changed.
    https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff
    image

Categories