AvoidErrors
  • HOME
  • WINDOWS
  • APPLE
  • MS OFFICE
  • RASPBERRY PI
  • WORDPRESS
  • TECH TIPS
  • LINUX
  • VIRTUALIZATION
  • FORUM
No Result
View All Result
AvoidErrors
No Result
View All Result

How To Install Azure PowerShell Module In Windows 10

Miguel by Miguel
November 22, 2017 - Updated on July 22, 2019
in Windows
0
Share on FacebookShare on Reddit
RECOMMENDED: Transfer Windows and Installed Data to Another Hard Drive

Do you do your IT work through Microsoft Azure, and sure you know that most of the tasks are done using Azure portal, also some tasks can be done through PowerShell as well.

By installing Azure PowerShell it will add “cmdlets”, Azure services can be using by Portal and PowerShell, In this tutorial iam going to explain step by step how you can install Azure PowerShell module in Windows 10, and also this steps working with Windows 7, 8, 8.1, follow the below steps to guranatee a successful result.

1. In the first, you have to make sure that you have the right version of “PowerShellGet” you can make sure of that by running the below command, and the result must match the below screenshot.

Get-Module PowerShellGet -list | Select-Object Name,Version,Path

2. Rerun PowerShell but with Administrator privileges.

3. Run the below command to start the installation process of Azure PowerShell.

Install-Module AzureRM -AllowClobber

– Type “A” and hit Enter to continue the installation, and the installation process will start to download and install the required files, just like the below screenshot.

4. The AzureRM module is a roll-up module for the Azure Resource Manager cmdlets. When you install the AzureRM module, any Azure PowerShell module not previously installed is downloaded and from the PowerShell Gallery.

5. After the module is installed successfully, you will need to load the module with your current PowerShell session, and you should do that with a PowerShell that running with Administrator privileges, use the below command to load the module.

Import-Module AzureRM

– And also I had tested it by running the command “Login-AzureRmAccount” which enables you to log in to your Azure account, check the below screenshot.

Summary

After this tutorial, you should be able to know how you can install Azure PowerShell on Windows 10, and how to connect to your Azure Account.

Previous Post

How to Turn On/Off Gaming Mode in Windows 10

Next Post

Enable Auto Complete Feature in Windows 10

Miguel

Miguel

I started this tech blog back in 2011 as a place to write down processes I took to fix my client systems and network. Now I write some tips and tricks to help others with the tech issues that one might encounter.

Related Posts

Windows

Fix .net Framework 3.5 Missing on Windows 11

by Rhousse
August 13, 2022
Clean Install Windows 11 Without USB
Windows

How to turn off Delivery Optimization on Windows 11

by Muhammad Imran Habib
August 13, 2022

Subscribe to get weekly tutorials direct to your inbox!

Windows

Fix .net Framework 3.5 Missing on Windows 11

by Rhousse
August 13, 2022
Clean Install Windows 11 Without USB
Windows

How to turn off Delivery Optimization on Windows 11

by Muhammad Imran Habib
August 13, 2022
How to Enable Dark Mode on Windows 11
Windows

How to Prevent Users from Changing Proxy Settings in Windows 11

by Muhammad Imran Habib
August 13, 2022
How to Check Laptop Battery Details in Windows 10
Windows

How to Create a New Custom Power Plan in Windows 11

by Muhammad Imran Habib
August 13, 2022
  • Disclaimer & Privacy Policy
  • FAQ
© 2022 Powered by Cloudways
No Result
View All Result
  • HOME
  • WINDOWS
  • APPLE
  • MS OFFICE
  • RASPBERRY PI
  • WORDPRESS
  • TECH TIPS
  • LINUX
  • VIRTUALIZATION
  • FORUM

© 2022 AvoidErrors Powered by Cloudways | Privacy

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
This website uses cookies. By continuing to use this website you are giving consent to cookies being used. Visit our Privacy and Cookie Policy.