Commands

Get your License

Get-AzSubscription

List Commands you have access to

Get-AzCommand

Get All commands that start with GET

Get-Command -Module Az.* -Verb Get

Connect to Exchange online (from local shell)

Install-Module ExchangeOnlineManagement
Connect-ExchangeOnline

Last updated