July 2020

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 […]

SharePoint PerfWiz Replacement

What is SharePoint Perfwiz and why do we need a replacement? SharePoint Perfwiz was a tool used by Product Support to create performance log counters on SharePoint servers to troubleshoot performance issues. This tool has been deprecated but there is still a need to collect performance data for those pesky performance issues. The Perfwiz tool […]