devblackops / building-powershell-modules-feedback

Feedback on the PowerShell Module Development book
6 stars 1 forks source link

Code Error: #5

Closed jbirley closed 4 years ago

jbirley commented 4 years ago

Section: 2.3.2 Getting module commands States: If we only wanted to see aliases available from the appx module, we can tell Get-Command to do that using the -CommandType parameter. List aliases exported from the appx module Get-Command -Module appx -CommandType Cmdlet Recommendation: Get-Command -Module appx -CommandType Alias

devblackops commented 4 years ago

Thanks!