How To use PowerShell to Install and Import Modules and Connect to Azure–Step by Step
<# ========= Connect-AzureRm.ps1 ======================================= Name: Connect-AzureRm.ps1 Purpose: Connect to Azure from Powershell. Includes installing modules, importing modules, authenticating (including multi-factor) and selecting the subscription Author: Dan Stolts – dstoltsµsoft.com – http://ITProGuru.com Script Home: http://ITProGuru.com/Scripts Syntax/Execution: Copy portion of script you want to use and paste into PowerShell (or ISE) Disclaimer: […]