Create a manifest for nested PowerShell modules
问题 I'm having a minor issue with nested, PowerShell modules. Get-Module correctly identifies the ExportedCommands , but the ModuleType is listed as Script , rather than Manifest : PS>get-module ModuleType Name ExportedCommands ---------- ---- ---------------- Script Bar Get-Bar Script Foo Get-Foo Directory structure: |-Modules |-Foobar |-Foobar.psd1 |-Bar |-Bar.psm1 |-Foo |-Foo.psm1 Foobar.psd1: ... # Script module or binary module file associated with this manifest ModuleToProcess = '' #