Using MSAL.NET with PowerShell

There is no official PowerShell module or wrapper for MSAL libraries maintained by the Entra SDK team. Consider using higher level APIs which are officially supported:

PowerShell was designed to be able to call into .NET code and there are additional resources that describe how to do this.