U r the best person who explained this concept so easily.....
@ConceptsWork3 жыл бұрын
Thank you.
@Annymosse4 жыл бұрын
Great work and keep up the spirit for knowledge sharing
@ConceptsWork4 жыл бұрын
Much appreciated
@albertnadar1234 жыл бұрын
Thank you for crisp and clear session.
@ConceptsWork4 жыл бұрын
Glad it was helpful!
@Annymosse4 жыл бұрын
O my goodness !! Thanks a lot !! You heard me !! Very thankful for this.... next I would like to see a topic on TIER 2 PKI 😘
@abhishekbhambore46793 жыл бұрын
Please share the video link for "why microsoft graph api is ODATA compliant , its not in the playlist.
@ДенисВитковский-в2н3 жыл бұрын
How Can I Use Graph API Explorer ( PUT and PATCH) to update photo users (jpeg or image Base64 )? I do not understand what mean by manual "Binary data for the image"
@hhbadarin4 жыл бұрын
Very informative, Thank You!
@karamjeetpadam4719 Жыл бұрын
best explanation i came across thanks
@ConceptsWork Жыл бұрын
Glad you liked it
@nikhilkalra15304 жыл бұрын
As usual- job well done Rishab!
@tastaslim4 жыл бұрын
a video on throtling would be great. please try to make it.
@pardhasaradhivasamsetty7693 Жыл бұрын
Thanks a lot!! very well explained.
@puthumarabu34713 жыл бұрын
I wish to read Excel using java or postman or any other way and my file is present in Microsoft Sharepoint. Pls help.
@ConceptsWork3 жыл бұрын
It will there very soon.
@jyosice2 жыл бұрын
Do global admin need to add application in azure named graph explorer before any user login for the first time in graph explorer
@ConceptsWork2 жыл бұрын
No configuration is required, Microsoft graph api portal is by default available with all tenants.
@sergeserge4783 жыл бұрын
Great article , thanks :-)
@ConceptsWork3 жыл бұрын
Glad you liked it!
@smalik19674 жыл бұрын
I am not a developer but i have been trying to understand what IPi's should be use to create/delete or update a user in Azure Active directory. I would appreciate if anyone is able to help.
@ConceptsWork4 жыл бұрын
Its already there on the channel, in the same playlist.
@smalik19673 жыл бұрын
@@ConceptsWork Thank you, It has been done and working really well.
@dancingkidkul93253 жыл бұрын
Very nice explained. I have question. How to export MS teams data size via graph and what are the prerequisites for the same?
@ConceptsWork3 жыл бұрын
Can you please elaborate ?
@dancingkidkul93253 жыл бұрын
@@ConceptsWork We have requirements to get the teams data from Sharepoint, onedrive in csv file.
@bond26014 жыл бұрын
Can you plz tell me if i grant an App API permission i.e. "get_device_compliance" under Intune, which is the corresponding RESTAPI i need to call?
@ConceptsWork4 жыл бұрын
Hello Bonuj, Can you please share the details about the kind of information you want to access.
@bond26014 жыл бұрын
@@ConceptsWork I just want to know whether device is managed/enrolled/compliance or not.
@ConceptsWork4 жыл бұрын
This can be eaisly acheived by querying the below mentioned endpoint. graph.microsoft.com/beta/deviceManagement/manageddevices('b987d825-725e-4893-85f1-6873d7be3d2f') Permission Required - DeviceManagementManagedDevices.Read.All Just replace the last guid with Intune Device id, which can be found on "endpoint.microsoft.com" Also if you want to query Azure AD device then use the below mentioned endpoint and replace the guid with Object id of the device graph.microsoft.com/beta/devices/405c685b-c1e3-4535-ad32-89ebd9027c04 Permission Required - Directory.Read.All
@bond26014 жыл бұрын
@@ConceptsWork Thankyou for your time. Yes i am aware of /devicemanagement & /device (respective permission under Graph API)but i want to know specifically what "get_device_compliance" under Intune does & which REST API i have to use when i enable this permission. There are many VPN/Wireless vendor who uses this like support.arubanetworks.com/Documentation/tabid/77/DMXModule/512/Command/Core_Download/Default.aspx?EntryId=31271
@bond26014 жыл бұрын
Or like here kzbin.info/www/bejne/enOkaWeaabt9i5o 2:08