Project

PSWinDocumentation.O365HealthService

PSWinDocumentation.O365HealthService is a Powershell module that has a single goal of getting Office 365 Health Status

Stars23
Forks11
Open issues1
PowerShell Gallery downloads693713
Releasev1.0.4
Language: PowerShell Updated: 2026-02-14T21:45:05.0000000+00:00

Documentation

Install PSWinDocumentation.O365HealthService

Install PSWinDocumentation.O365HealthService from PowerShell Gallery.

Install the module from PowerShell Gallery:

Install-Module -Name PSWinDocumentation.O365HealthService -Scope CurrentUser
Import-Module PSWinDocumentation.O365HealthService

If you want HTML reports, install PSWriteHTML as well:

Install-Module -Name PSWriteHTML -Scope CurrentUser