Storman: An Old Workhorse that’s Still Valuable

There probably aren’t a lot of people who use the Storage Management page in SharePoint these days, but I find it really helpful. When we do migrations it’s invaluable, especially when we are looking at a “legacy” – read: classic – pyramid of a Site Collection, with lots of nested subsites. Sure, there are fancier…

Maturity Model for Microsoft 365

It’s been a long time since I posted about Sadie Van Buren’s SharePoint Maturity model in these posts: Applause for Sadie Van Buren’s SharePoint Maturity Model From Annoyance to Harmonizer: Cloud Computing’s Maturity Curve SharePoint Adoption and Success: Navigating the Chasm of Despair and more… As a part of the Microsoft 365 Community Docs, we’ve…

PnP PowerShell to Retrieve SharePoint List Items: Get-PnPListItem with -Query

This should be one of the most obvious tools in the toolkit. PnP PowerShell is awesome, and we so often want to retrieve a set of items in a list. Get-PnPListItem is the magic cmdlet to do so. This post is yet another of the many where I get to admit being an idiot about…