murrahjm/Infoblox-Classy

Missing infoblox.psm1

Opened this issue · 4 comments

I'm very eager to test your module, but I can't load it due to a missing .psm1 file ..

Import-Module : The module to process 'Infoblox.psm1', listed in field 'ModuleToProcess/RootModule' of module manifest 'C:\foo\Infoblox-Classy\Infoblox.psd1' was not processed because no valid module was found in any module directory.

I actually create the psm1 file at build time when I compile the module. if you just want to download and run it, you can find it on the powershell gallery here: https://www.powershellgallery.com/packages/InfobloxCmdlets/1.1.61

is it possible to make the psm1 file available as a release on github?
since there is no download available from the powershell gallery and the Install-Module commands wont work in a corporate environment since it is not possible to connect to the repository.

I'll check out the github releases feature, that looks interesting. In the meantime, you can download the individual files from the powershell gallery website under the "file list" heading. Technically you should only need the psd1 and psm1, unless you also want the help files.

gosh so there is, sorry didn't see that, the files are hidden by default and I followed the "How to download link" which says there "is no download link"