benpiper/aws-powershell

Logic in Install Script

kblankenship11 opened this issue · 0 comments

In your install script it checks to see if a module exists by running Get-Module, but that checks if a module is installed and imported. I think you might have meant Get-InstalledModule. As it sits now every time I run the script, AWS-powershell is installed.

Either way I love your course and scripts, thank you!!