Project

O365Essentials

A module that helps to manage some tasks on Office 365/Azure via undocumented API

Stars144
Forks24
Open issues13
PowerShell Gallery downloads29834
Releasev1.0.2
Language: PowerShell Updated: 2026-04-02T21:43:18.0000000+00:00

Documentation

Install O365Essentials

Install O365Essentials from PowerShell Gallery.

Install O365Essentials from PowerShell Gallery:

Install-Module -Name O365Essentials -Scope CurrentUser -AllowClobber

Import the module and connect interactively:

Import-Module O365Essentials
Connect-O365Admin -Verbose

Prefer PowerShell 7 or newer so REST errors are easier to read.