Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.IdentityModel.Clients.ActiveDirectory.dll missing #255

Open
tmontney opened this issue Aug 25, 2023 · 1 comment
Open

Microsoft.IdentityModel.Clients.ActiveDirectory.dll missing #255

tmontney opened this issue Aug 25, 2023 · 1 comment

Comments

@tmontney
Copy link

tmontney commented Aug 25, 2023

AppConfigurationPolicy_Export.ps1 fails on lines 86 and 88. I've reinstalled the AzureAD module (as well as the preview module) and ensured it's latest. Both PS5 and PS7 fail in this manner. I cannot find these .dll files in the AzureAD module directory.

Additionally, PS5 had an additional error: Â : The term 'Â' is not recognized as the name of a cmdlet, function... (PS7 had no issue with this.) VSCode noted the following: The character U+00a0 is not a basic ASCII character. There were 5 instances of that character on its own line. Once replaced with an empty string, it was only the LoadFrom errors that remained.

@blademansw
Copy link

@tmontney I was seeing the same issue, looks like they haven't updated the scripts to use the newer MSAL libraries.
The solution is to install a deprecated version using the command Install-Module -Name AzureAD -RequiredVersion 2.0.2.140 as per the instruction from michalorac in this issue: #254

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants