Today I came across an article by Wictor Wilen describing health scores in SharePoint 2013.

Iโ€™m using Office 365 so that article isnโ€™t describing what I need. Iโ€™m finding that my tenant is very slow but is there a way to check my farm?

OfficeDev PnP PowerShell (https://github.com/OfficeDev/PnP-PowerShell) giving a very easy answer. The Get-SPOHealthScore CmdLet.

As always Iโ€™m first connecting to my tenant:

Connect-SPOnline https:/ /mytenant.sharepoint.com

Then when Iโ€™m connected:

Get-SPOHealthScore

This now returns my health score between 0-10. Where 0 is the best possible.

healthscore

Ok, so my tenant is healthy.


Discover more from SharePains

Subscribe to get the latest posts sent to your email.

Related Posts

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.