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

Broken with PowerShell 6.2.3 #16

Open
zammitt opened this issue Oct 31, 2019 · 0 comments
Open

Broken with PowerShell 6.2.3 #16

zammitt opened this issue Oct 31, 2019 · 0 comments

Comments

@zammitt
Copy link

zammitt commented Oct 31, 2019

The AzureAD PowerShell module does not work on PowerShell version 6.2.3:

PS C:\Users\alex> Import-Module AzureAD
Import-Module : Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified.
At line:1 char:1
+ Import-Module AzureAD
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (:) [Import-Module], FileNotFoundException
+ FullyQualifiedErrorId : System.IO.FileNotFoundException,Microsoft.PowerShell.Commands.ImportModuleCommand

PS C:\Users\alex> Get-Host | Select-Object Version

Version
-------
6.2.3
@zammitt zammitt changed the title PowerShell Core Support Does not work on PowerShell 6.2.3 Oct 31, 2019
@zammitt zammitt changed the title Does not work on PowerShell 6.2.3 Cannot import module on PowerShell 6.2.3 Oct 31, 2019
@zammitt zammitt changed the title Cannot import module on PowerShell 6.2.3 Broken with PowerShell 6.2.3 Oct 31, 2019
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

1 participant