29/10/2024 – DIWUG

On October 29 I’m giving for DIWUG @RapidCirkel my session “Automate your M365 Governance with Microsoft.Graph.PowerShell”. Do I see you there? Governance for your M365 tenant is important, but it’s also important to manage you governance; why set it up and don’t check it? I’ll talk about how I automated our configuration with Microsoft.Graph.PowerShell; in this session for Microsoft Team. So, let’s get our Governance and open Visual Studio Code. I’ll show my scripts and…

Privilage Identity Management

Activate your PIM role with Graph

Do you also get frustrated when you need to activate your PIM role through the Entra Admin Portal? Especially when you need to activate more roles for you work? I’ve created a little Graph PowerShell function which puts all your Eligible roles in a menu so you can select which role to activate. Prerequisites I use a Enterprise Graph Application with specific permissions (least privileged). You need the following delegated permissions. Permission Bron RoleEligibitySchedule.Read.Directory Get-MgRoleManagementDirectoryRoleEligibilitySchedule…

How to get UserNames in SPO-list with Graph

For instance, you have a SharePoint Online List with a bunch of users in it (column field ‘People’), for example ‘Users who followed training’. And now you want to check if each M365-Group member has followed training. In this post I’ll explain how I did it. I’ve created a function ‘Get-ListUsersWhoFollewedTraining’. The first step is to get a Graph API connection. The function ‘New-GraphApiConnection’ is described in this post Than you can connect to SharePoint…

12