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
Description
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