Quantcast
Channel: Windows Server – Up & Running Inc – Tech How To's
Viewing all articles
Browse latest Browse all 502

SOLVED: VIDEO: How to connect to AzureAD AzureRM & AzureCLI using PowerShell

$
0
0
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…

Viewing all articles
Browse latest Browse all 502

Trending Articles