show the ExampleGreeter module details after installing it
This commit is contained in:
parent
acd6ab7c3a
commit
edeb555a6e
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue