How to Find Files Exceeding Maximum URL Length using PowerShell in SharePoint Online

​Microsoft Office Excel files stored in deep Folder, sub-folder structures with long names often result in an error when they exceed the maximum file URL length of 218 characters. I wanted to proactively scan the entire SharePoint Online environment for Excel files with long URLs. Though i have found that up to 259 characters it

SharePoint Online – Issue with Classic vs Modern Look

​I recently created a Microsoft Office 365 development environment via https://aka.ms/offdp I was creating an environment to do some SharePoint Modern theming (I created a new Communication Site via the modern Admin interface on my new tenant), but noticed the classic (rather the older) Change the Look interface: ​However, on existing client’s tenants, I noticed Change

Get-SPOSite Issue and Work Around

We all know that Get-SpoSite cmdlet contains more than one parameter set and you may only use parameters from one parameter set and you may not combine parameters from different parameter sets. Moreover, it retrieves and returns properties of all site collections that match the given criteria. But sometimes you run into weird issues when