- Published on
- Authors
- koskila
How to add AdditionalHeaders to Invoke-PnPGraphMethod?
This article explains how to easily add additional headers to the Graph API calls you make in PowerShell using Invoke-PnPGraphMethod commandlet. There's a convenient sample for you to copy-paste and some basic explanations on what we're doing below. Background Every now and then, I need to make some Graph API calls from PowerShell. And there's a convenient PowerShell commandlet available to make it easy to do just that - Invoke-PnPGraphMethod.


