SPO

How to install the latest SPO PowerShell Module

Summary It’s a good practice to ensure the latest version of the SharePoint Online Module is installed, because it’s constantly being updated with new and improved features. I’m just sharing a quick PowerShell script that ensures the latest SharePoint online PowerShell module is installed. There 2 different ways to install this module. Download and install […]

SharePoint / Script to locate documents encrypted with passwords

Summary A customer asked if there was a method to identity documents stored in SharePoint online that were encrypted with passwords. Since nothing like this existed, it was created using PowerShell. I’m sharing this because the logic in the script may be useful for others. The Code Takeaways This scripts loops though a specified document […]