Forum Discussion
Fromelard
Oct 14, 2020Iron Contributor
SharePoint - How to Reset Inheritance Permission set into an SP DocLib folder or file
When we are importing File Server content into SharePoint using dedicated tools for, we can import permission set configured at the sub levels (subfolders or documents). That import can create some i...
Osmundo
Jun 15, 2022Copper Contributor
I have the same issue with this script, it stops at item collection and never runs the actual resetting. Anybody found the solution?
AdamDodds
Mar 09, 2023Copper Contributor
I know you asked well over 6 months ago but if anyone else faces the same problem, here is how I fixed it
For a root SharePoint site it should be set out like this:
#Config Variables
$SiteURL = "https://company.sharepoint.com/"
$ListTitle = "Documents"
$foldertoscope = "/Shared Documents/"