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.
Ok, so my tenant is healthy.
Discover more from SharePains
Subscribe to get the latest posts sent to your email.
