Tag: Graph API

Microsoft Forms: New Excel Sync for SharePoint and OneDrive
Microsoft Forms: New Excel Sync for SharePoint and OneDrive
Blog Posts

As someone who’s always looking for ways to make workflows more efficient, I’m excited about the upcoming update in Microsoft Forms! Starting in mid-October 2024, Microsoft Forms will introduce a brand-new data sync solution for Excel on the web, impacting both SharePoint Online and OneDrive. This update promises to deliver higher reliability, replacing the older… READ MORE

Detecting GraphStrike’s Achilles heel with KQL
Detecting GraphStrike’s Achilles heel with KQL
Blog Posts

Some time ago, I stumbled upon an interesting blog post by Alex Reid, writing about the development process of an offensive tool called “GraphStrike”. The concept of this offensive tool is quite simple – this tool is a C2 beacon that routes its traffic over Microsoft’s Graph API. This kind of traffic is quite stealthy… READ MORE

Advanced SharePoint File Management: A Power Automate Tutorial
Advanced SharePoint File Management: A Power Automate Tutorial
How Tos

Advanced SharePoint File Management: A Power Automate Tutorial Welcome to Damien’s tutorial where we unravel the complexities of SharePoint file management using Power Automate. In this in-depth guide, we’ll cover the entire process of deleting files and folders through the Graph API and SharePoint API, showcasing the power of automation in maintaining an organized SharePoint… READ MORE

Create and Populate Excel Fast Via Graph or Office Scripts
Create and Populate Excel Fast Via Graph or Office Scripts
Webinars

Create and Populate Excel Fast Via Graph or Office Scripts Damien Bird delves into the intricacies of efficiently exporting large volumes of data from the Power Platform to Excel using Power Automate. This session will explore the dynamic capabilities offered by Office Scripts and the Graph API, providing you with valuable insights into streamlining your… READ MORE

Assigning Azure Active Directory Roles for users and service principals using Python, az rest and Graph API
Assigning Azure Active Directory Roles for users and service principals using Python, az rest and Graph API
Blog Posts

I recently got the question on how to assign Azure AD roles to Azure AD users and app registration (service principal (SPN)) using the Azure AD Graph API with the az cli & az rest command. Here’s an example Python script to assign the Global Administrator role to a user: (replace the ‘valid-user-principal-object-id’ with the objectId of the user object) A copy of the Python code can be found on… READ MORE

Manage Users using the Graph API in Power Automate
Manage Users using the Graph API in Power Automate
Blog Posts

When you manage user accounts within Power Automate, you can user the Office 365 Users connector, but sometimes the Graph API can give you more possibilities. Office 365 Users Connector The Office 365 Users connector gives some help with user management with the following actions: Get relevant people Get trending documents Get user photo Get user… READ MORE

Using the Graph API Powershell SDK
Using the Graph API Powershell SDK
Blog Posts

Introduction For a while, when using Graph API and PowerShell I have been using my own implementations of communicating with Graph API as outlined in the following posts: Getting started with Microsoft Graph and PowerShell Authenticating with Graph API Using a Device Code However, at Ignite 2019, it was announced there is a Graph API… READ MORE

Getting started with Graph API and PowerShell
Getting started with Graph API and PowerShell
Blog Posts

If you haven’t heard about Microsoft Graph API lately, you have probably been living outside of civilization. Graph API is Microsoft’s master communication service that connects and handles data between almost any Azure or Microsoft 365 service in the background. If you are already used to PowerShell and modules, the toolkits you use to work… READ MORE