Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Install-Module should have a -Passthru parameter #14

Closed
@HemantMahawar

Description

@HemantMahawar

This is useful in atleast following 2 scenario

  • Allows to use the installed module in the pipeline (Think Install-Module | Get-DscResource as one example)
  • Allows the scripters to notify the end user that module got installed and its location

Workaround is an extra call to Get-Module -ListAvailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions