Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 675 Bytes

File metadata and controls

13 lines (9 loc) · 675 Bytes
title description
Using MSAL.NET with PowerShell
How to use MSAL.NET to acquire tokens from a PowerShell script.

Using MSAL.NET with PowerShell

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.