Press enter to see results or esc to cancel.

Thoughts of a Technology Enthusiast
  • Home
  • About Me

Entries Published On August, 2017

Check SharePoint Library for folders with unique permissions

$web = Get-SPWeb “site-url” $list = $web.Lists[“list-title”] $list.Folders | Select Name, HasUniqueRoleAssignments, Folder | Export-CSV -NoTypeInformation -NoClobber -Path “.\output.csv”

Continue reading
Recent Posts

  • Check User Footprint on your SharePoint 2013 On-Premise Farm
  • Check SharePoint Library for folders with unique permissions
  • Generate list item count report in SharePoint using PowerShell
Recent Comments

  • nouman on Check SharePoint Library for folders with unique permissions
Archives

  • August 2017
  • August 2014
Categories

  • PowerShell
  • Reporting
  • SharePoint
  • Uncategorized
Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org
© Copyright 2014
Technology Blog by Usman Jamil