Why I did a major facepalm when I learned how easy JSON in PowerShell really is!

You learn something new every day. For months I have been doing Graph API calls trough PowerShell with JSON requests. If you copy/paste a JSON request body right into your favorite PowerShell editor you will get a lot of errors. To have a request that your editor can understand you need to do it like … Continue reading Why I did a major facepalm when I learned how easy JSON in PowerShell really is!

Getting started with Graph API and PowerShell

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 … Continue reading Getting started with Graph API and PowerShell