show the ExampleGreeter module details after installing it

This commit is contained in:
Rui Lopes 2017-10-29 18:40:43 +00:00
parent acd6ab7c3a
commit edeb555a6e
1 changed files with 2 additions and 1 deletions

View File

@ -70,5 +70,6 @@ Pop-Location
Write-Host 'Installing and using the ExampleGreeter module...'
Install-Module ExampleGreeter
Get-Module ExampleGreeter
Import-Module ExampleGreeter
Get-Module ExampleGreeter | Format-List
Write-Greeting 'World'