Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 416 Bytes

Install AWS PowerShell Module.md

File metadata and controls

11 lines (6 loc) · 416 Bytes

This step installs the AWS PowerShell Module

The Blueprint first gets the Execution Policy of the current PowerShell session.

Then, checks if the Execution Policy is set to Unrestricted.

If it's not, it then sets the Execution Policy to Unrestricted for the current PowerShell session.

Next, it checks if the AWSPowerShell module is installed.

If it's not installed, it then goes ahead to install the module.