• Home
  • /
  • Category Archives: Graph.Rest.Api

Graph.Rest.Api

Posts about Graph.Rest.Api

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…

Connect to Graph Application with your credentials

Does your company have the policy not to use ClientSecret of Certificate when connecting to the Graph Application, as ClientSecret and Certificate can be used by unauthorized persons? In a lot of posts online, I only read about using ClientSecret or if that wasn’t possible using Certificate. But I needed none of that; I wanted…