How To Connect To Office 365 Using The New Azure AD PowerShell Module

In this article, I’ll show you how I connect to Office 365 using PowerShell and Manage my Office 365 tenant.

Before you start, make sure you Install the Azure Active Directory Module for Office 365 management using my previous article.

Once the module Is Installed, I’ll Import the module:

Import-module azuread

To connect to Office 365 I use:

Connect-AzureAD

At the prompt, I’ll enter my Office 365 User ID

To view all available cmdlets on the module I type:

Get-command -module azuread


Posted

in

,

by