A collection of tools and functions to assist in everyday work with PowerShell. It makes sense to bundle a set of scripts and functions in one single place to grab them when needed. Therefore, we decided to dedicate a page to our own personal toolbox. This page will be updated when new tools will be added to our toolbox.
Invoking Microsoft Graph
There are many PowerShell modules that help connecting to Microsoft Azure. But once in a while, and especially with PowerShell Core, there is no functionality communicating with Azure. Luckily, Microsoft provides us with the Graph API where almost every service is available to be queried. These two functions can be used to get an access token for Microsoft Graph and invoke Microsoft Graph to get, post or patch endpoints.
Recent comments