Fixing Long Path Names in Windows for Synced SharePoint Files

Although both Windows and SharePoint can handle longer path and file names than they used to, both are still far behind user behavior, which leans more toward encyclopedic names than the old 8.3 standard of yesteryear. Windows 10’s maximum path length is 260 characters, and you might think that’s plenty to accomplish whatever a person might need, but you’d be wrong. I frequently find folders […]

Read Me 3 Comments

Sharepoint Online Powershell Module on an Exchange Server

I have a massive Powershell script that performs end user service provisioning across a number of on-premises and Microsoft 365 services. Recently, I needed to add some code for setting security options for Sharepoint sites hosted on Sharepoint Online. Since the original purpose of this script was to provision and configure Exchange mailboxes, it runs within the Exchange Management Shell. It turns out that this […]

Read Me Leave comment