Introduction to Microsoft Graph X-Ray project
Sep 25, 2022 12:00 AM

Introduction to Microsoft Graph X-Ray project

External YouTube Channel

In this 7-minute developer focused demo, Merill Fernando and team delivers Chrome, Edge and Windows Browser extensions for going from Microsoft Azure Active Directory Portal actions to Microsoft Graph PowerShell in seconds.

Step through use case - how get a list of all dynamic groups inside my tenant. Address case the old way and then using Microsoft Graph X-Ray that shows used PowerShell, JS, Java, C#, Objective-C, and Go commands. Allows you to understand and reuse code in your project without having to deep dive into the APIs. This PnP Community demo is taken from the weekly Microsoft 365 Platform Community call recorded on September 6, 2022.

Download Extensions Chrome

https://chrome.google.com/webstore/detail/graph-x-ray/gdhbldfajbedclijgcmmmobdbnjhnpdh

Download Extensions Microsoft Edge

https://microsoftedge.microsoft.com/addons/detail/graph-xray/oplgganppgjhpihgciiifejplnnpodak

Demo Presenter - Merill Fernando (Microsoft) | @merill

Graph X-Ray :Beta:

Go from Azure Portal actions to Microsoft Graph PowerShell in seconds.

http://graphxray.merill.net/

Get group


This operation returns by default only a subset of all the available properties, as noted in the Properties section. To get properties that are not returned by default, specify them in a $select OData query option. The hasMembersWithLicenseErrors and isArchived properties are an exception and are not returned in the $select query.

https://learn.microsoft.com/en-gb/graph/api/group-get?view=graph-rest-1.0&tabs=http