Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Nested Modules

$
0
0

Hello,

I'm having trouble with my Powershell module...

I have a script module named mymodule and I have created a module manifest. Everything is working fine so far.

I also created a binary module with a couple of functions that I want to be available with the above module.

I edited the manifest file adding the second module as a nested module and then added the Export-ModuleMember command on the first module to export the command from the nested module.

When I import the main module, the command from the nested module is not available on the powershell window. It is available in the main module though. I tested this by creating a function on the main module calling the function from the nested module.

Also, if the nested module is script, everything works fine.

Best regards,

Chris


Viewing all articles
Browse latest Browse all 6937

Trending Articles