David Richmondpowercel.hashnode.dev·Apr 18, 2023Get-MgGraphAllPages: The MgGraph Missing CommandPowerShell is awesome. Microsoft Graph, quirks aside, is also awesome. The latest iteration of the Microsoft Graph Powershell module, released in 2022, lets you use PowerShell cmdlets for graph management operations, to the extent that those operatio...Discuss·86 readsPowershell
Ondrej Sebeladoitpsway.com·Apr 10, 2023Adding support for selecting ALL properties using '*' wildcard in Mg Graph commands 'property' parameterProblem You may have noticed that Microsoft Graph SDK commands like Get-MgUser, Get-MgDevice, etc don't retrieve all properties by default. 👇 All object properties are returned, but most of them are empty. What you need to do, is explicitly specify...Discuss·3.2K readsAzurePowershell
Simon Diehmsimondiehm.com·Nov 17, 2022Automate AzureAD Multifactor Authentication EnrollmentOverview This article covers how to automatically enroll users in your Azure AD environment with multi-factor authentication (MFA). This is achieved using Powershell and the Microsoft Graph API. The example will use SMS-based MFA. You can also use th...Discuss·1 like·218 readsAzureAD
Jon DixonProorclapex.hashnode.dev·Sep 22, 2022APEX & Office 365 Calendar IntegrationIn my previous post, I described how to configure an Azure AD App registration to facilitate access to the Microsoft Graph APIs. I also showed you how to call an MS Graph API from Postman and create an APEX Web Credential to access MS Graph APIs from...Discuss·6 likes·2.2K readsAPEX MS Office 365 Integrationsorclapex
Jon DixonProorclapex.hashnode.dev·Sep 16, 2022APEX & Office 365 Integration - IntroductionIntroduction This blog post is the first in a series covering integrations between Oracle APEX and Microsoft Office 365. These integrations are made possible using Microsoft Graph APIs. Being able to integrate with Office 365 opens up a world of poss...Louis Moreaux and 8 others are discussing this9 people are discussing thisDiscuss·15 likes·5.4K readsAPEX MS Office 365 Integrationsorclapex
DAIKH NASSIMnhasbeen.hashnode.dev·Aug 4, 2022Simplified Excels with MS Graph APIIntroduction Today I want to share with you a way to handle Excel files (. xlsx) with the help of the Microsoft Graph API. I came across this solution during my last job as my team was our method for treating data. To be clear we needed to read dat...Discuss·132 readsexcel
shannon williamsshannon.hashnode.dev·Jun 18, 2022MS Graph API - Avoiding Exception: ErrorIrresolvableConflictIn working with Microsoft graph API, the following exception was encountered: Exception [Error] An error occurred Status Code: PreconditionFailed Microsoft.Graph.ServiceException: Code: ErrorIrresolvableConflict Message: The send or update operati...Discuss·327 readsAPIs