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

no valid module file was found in any module directory #23

Closed
jakobems opened this issue Aug 23, 2018 · 2 comments
Closed

no valid module file was found in any module directory #23

jakobems opened this issue Aug 23, 2018 · 2 comments

Comments

@jakobems
Copy link

Hi,

when I try to import the module I'm getting this error:

Import-Module : The specified module 'IntunePfxImport.psd1' was not loaded because no valid module file was found in any module directory.
At line:1 char:1

  • Import-Module IntunePfxImport.psd1
  •   + CategoryInfo          : ResourceUnavailable: (IntunePfxImport.psd1:String) [Import-Module], FileNotFoundException
      + FullyQualifiedErrorId : Modules_ModuleNotFound,Microsoft.PowerShell.Commands.ImportModuleCommand
    
    

I'm a PS noob but should there not be anywhere the Microsoft.Management.Powershell.PFXImport.dll file?

Thanks for help and best regards
Jakob

@darba
Copy link
Contributor

darba commented Dec 20, 2018

Hi Jakob,

I've updated the readme documentation. You need to make sure you first build the solution and have the correct path to the psd module when you try to import it.

This feature isn't live yet but should be soon.

Cheers!

@darba darba closed this as completed Jan 16, 2019
@darba
Copy link
Contributor

darba commented Jan 16, 2019

Closing this out. Let me know if this is still an issue and we will re-open things.

Cheers

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