QuickFix: New-MgUser -AccountEnabled
October 23, 2024 Leave a comment
If like me you just spent twenty minutes trying to make sense of this:

Windows Power Essentials Tips & Tricks
October 23, 2024 Leave a comment
If like me you just spent twenty minutes trying to make sense of this:

August 29, 2024 Leave a comment
I have been writing some tools recently that use Application Authentication to connect to Microsofts Graph API. Part of the tool installation process is that it requests access to the various API permissions, there is a great resource for finding those here: Graph Permissions
The difficulty I found though, was when requesting permissions programmatically, you do not use the familiar name like ‘Sites.Read.All’ instead you use a resource access object which contains some guids.
Read more of this post