Identify Folders Breaking Permission Inheritance in SharePoint using PowerShell

Last week, I got contacted ​by a fellow MVP regarding a problem he had coming up with a PowerShell script to help him identify all folders in a specific library on which the permissions’ inheritance had been broken. His script had to be able to start looking at a specific parent folder inside the library […]

Read More Identify Folders Breaking Permission Inheritance in SharePoint using PowerShell

Register a Script Safe Domain for your SharePoint 2013 Site Collection using PowerShell

​Every now and then, I go mess around in the SharePoint object model using PowerShell to see if there are any hidden gems that could be of interest. Today, I’ve discovered a per-site collection setting called ScriptSafeDomains that contains a list of all domains from which SharePoint will allow loading scripts from. In order for […]

Read More Register a Script Safe Domain for your SharePoint 2013 Site Collection using PowerShell