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

Out of date dependencies breaking import #3

Open
jrdnr opened this issue Jan 30, 2020 · 0 comments
Open

Out of date dependencies breaking import #3

jrdnr opened this issue Jan 30, 2020 · 0 comments

Comments

@jrdnr
Copy link

jrdnr commented Jan 30, 2020

Cannot Import-Module HAWK because:

Import-module : The required module 'AzureAD' with version '2.0.2.16' is not loaded. Load the module or remove the module from 'RequiredModules' in the file 'C:\Program
Files\WindowsPowerShell\Modules\CloudConnect\1.1.2\CloudConnect.psd1'.
At line:1 char:1

  • Import-module Hawk
  •   + CategoryInfo          : ResourceUnavailable: (C:\Program File...oudConnect.psd1:String) [Import-Module], MissingMemberException
      + FullyQualifiedErrorId : Modules_InvalidManifest,Microsoft.PowerShell.Commands.ImportModuleCommand
    

The current version of AzureAD is 2.0.2.76

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