Skip to content

Update/donwload more modules at the same time #28

Open
@paddy75

Description

Helllo,

I'm using this code to download two modules:
Initialize-ModulePortable -Name 'ADEssentials' -Download -Path "$ScriptDirectory\Modules" Initialize-ModulePortable -Name 'PSWriteHTML' -Download -Path "$ScriptDirectory\Modules"
in the folder I get back this result
folder
:
If i look inside the ADEssentials.ps1 I see that there are all modules added.
PSWriteHTML.psd1
PSEventViewer.pds1
ADEssentials.psd1

Why the PSWriteHTML.psd1 is also added?
When I change the download order, this has no effect. Every time it is addes to the ADEssentials.psd1 file.
Correct me if I'm wrong, but normaly in this file only the module should be addes for the provides module??

Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions