title | description |
---|---|
Using MSAL.NET with PowerShell |
How to use MSAL.NET to acquire tokens from a PowerShell script. |
There is no official PowerShell module or wrapper for MSAL libraries maintained by the Entra SDK team. Consider using maintained higher level SDKs:
PowerShell was designed to be able to call into .NET code and there are additional resources that describe how to do this.