Skip to content

Instantly share code, notes, and snippets.

@IAMPetro
Created December 12, 2016 02:15
Show Gist options
  • Save IAMPetro/e09bfc0927e4a8a92cc9247047a5d941 to your computer and use it in GitHub Desktop.
Save IAMPetro/e09bfc0927e4a8a92cc9247047a5d941 to your computer and use it in GitHub Desktop.
SharePoint: Browser File Handling Permissions
# To view a library's properties we can pipe the information into the Get-Member cmdlet
$library | Get-Member
# We will do the same thing for the $web variable but with the inclusion of the sort function
$web | Get-Member | Sort-Object Name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment