In this short video we explain and demonstrate how to connect PowerShell to AzureAD AzureRM & AzureCLI: How to Connect to AzureAD? Launch a PowerShell as an administrator Make sure you are running PowerShell 5.0 or newer: $PSVersionTable.PSVersion Install the required module: Install-Module MSOnline Sign into Azure: Connect-MsolService Run your commands: Get-Command -Module MSOnline How to Connect to AzureRM (aka. Azure Resource Manager – ARM)? Launch a PowerShell as an administrator Make sure you are…
↧