Installing AWS PowerShell Module On windows

The AWS PowerShell Module for Windows PowerShell Provides developers and administrators manage their AWS services from the Windows PowerShell scripting environment

When you give the module import command it will download from the PowerShell Gallary and it will install.

To Install the AWSPowerShell Module provide the below command.

Install-Module -Name awspowershell

Once you give the command it will ask for install and import the module from NuGet provider, give Yes to proceed further.

Once you give it proceed it will take you to the next one which is Untrusted repository, give Yes.

Once its Approved, it will download and start install.

Now the module as been installed. Now we want to Import this module.

By default we can’t Import this module, so first we want to change the execution policy. To change the execution policy give the below command.

set-executionpolicy – ExecutionPolicy Unrestricted

Now you can execute the Import Module command

Import-Module awspowershell

Once after importing the module you can access all the AWS cmdlet which can be used in Powershell.

You can also check the AWS Services, and each services cmdlets we are providing.

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft and AWS

Leave a Reply

Your email address will not be published. Required fields are marked *