From the course: Learning PowerShell

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Office 365 PowerShell

Office 365 PowerShell - PowerShell Tutorial

From the course: Learning PowerShell

Start my 1-month free trial

Office 365 PowerShell

- [Instructor] As more and more organizations move their workloads to cloud technologies, the question becomes, can we actually manage those technologies with PowerShell? The answer? A resounding absolutely, yes. So we're going to take a look at how to connect Office 365 and PowerShell and what we can actually do to manage this environment. First off, they're actually two ways we can do this. There's a relatively newer module, which is called the Azure Active Directory PowerShell for Graph module. I know that's kind of a bit of a mouth-full, but it's actually real easy to install. Install-module-name AzureAD from an administrative PowerShell session, and you get these commands. The other way that we connect is a way that's been around for a few years now. And it's using the Azure Active Directory Module for Windows PowerShell. And this has a couple requirements. First off, you have to install the 64-bit version of…

Contents