SlideShare ist ein Scribd-Unternehmen logo
1 von 22
SharePoint 2010
Permissions
Access Management Terminology
- Permissions
   - single units of access that represent specific tasks that can be performed
   at the list, site, or personalization level
   - permission levels are made up of sets of permissions
   - SharePoint ships with a core list of permissions that cannot be edited, added to or deleted
- Users
   - smallest value to which access can be granted
   - value corresponds to an account in Active Directory or another host application for user accounts
- Groups
   - a set of users who will have identical access needs
- Securable objects
   - levels within SharePoint 2010 that can be “locked down,” or secured, by setting specific user access
- Inheritance
   - used to describe how user access is created by default within SharePoint
- Security Trimming & Indexing
   - SharePoint will only show you search results for content you have access to, and for which SharePoint
   understands the security
- Audiences
   - Used to target content to specific sets of users
   - Defined in the User Profile Service Application in Central Admin
   - NOT a security setting but simply a way to display pertinent content to specific users
Topology
 Web Application
Permission Levels


- Permission Levels are collections of permissions
  - level of access that users with the assigned permission have is based on the permissions that
  make up the permission level.

- Defined at the site collection
- Managed by Site Collection Administrators
  - Customize an existing permission level
  - Copy an existing permissions level and edit the copy
  - Create a new permission level “from scratch”
Default Permission Collection
Permission Level   Description
Full Control       -Contains all permissions.
                   -Assigned to the <Site name> Owners SharePoint group, by default
                   - cannot be customized or deleted.
Design             - Can create lists and document libraries, edit pages and apply themes, borders, and
                   style
                   - Not assigned to any SharePoint group, by default.
Contribute         - Can add, edit, and delete items in existing lists and document libraries.
                   - Assigned to the <Site name> Members SharePoint group, by default.
Read               - Read-only access to the Web site
                   - Assigned to the <Site name> Visitors SharePoint group, by default.
Limited Access     - Designed to be combined with fine-grained permissions to give users access to a
                   specific list, document library, item, or document, without giving them access to the
                   entire site.
                   - To access a list or library a user must have permission to open the parent Web site
                   and read shared data such as the theme and navigation bars of the Web site.
                   - Cannot be customized or deleted.
                   - You cannot assign this permission level to users or SharePoint groups, instead,
                   SharePoint automatically assigns this permission level to users and SharePoint groups
                   when you grant them access to an object on your site that requires that they have
                   access to a higher level object on which they do not have permissions. For example, if
                   you grant users access to an item in a list and they do not have access to the list itself,
                   SharePoint automatically grants them Limited Access on the list, and also the site, if
                   needed.
Web Application Policy


- Central Administration > Manage Web Applications
- Configures policy-based access to all content in a web application
- Allow and Deny
  - Deny overrides any allow permissions

- SharePoint 2010 allows you to define policies for any available
   permission
Site Security


- Site Actions > Site Permissions
- Groups are established at the site collection
  - Can be given permissions at the site level
  - Permission inherits down from there
  - When you create a group you do not have to assign a permission
  - A group without a permission at the site can still be assigned permissions to another securable
  object

- Create a sub-site
  - Unique or Inherited Permissions
Default Groups



- Owners: Full Control
- Visitors: Read
- Members: Contribute
- Features add more groups (Designers, etc.)
- The Members group is the “default members groups”
SharePoint Groups


- Enable hierarchical membership management
  - Create a group named Site Managers
         > owned by site collection administrators
         > membership managed by owner (site collection administrators)
  - Site members (and other groups)
         > Owned by Site managers
         > Membership managed by owner (Site Managers)

- Enable Access Requests
  - Add link to request page for the group
  - Optionally enable auto-accept of access requests

- Control Member Visibility
Group Management Comparison


- Active Directory
  - Technical user interface (AD Users & Computers)
  - No provisioning (requests, workflows)
  - Difficult delegation of membership management
  - Centralized security (group membership) management

- SharePoint
  - Non-technical user interface
  - Easy delegation of group membership management
  - Optional provisioning of membership requests
  - Unified view of SharePoint groups & users
  - Only applies to SharePoint
Using Active Directory Groups


- Assigning permissions directly to AD groups
  - Possible but not recommended
         > Assumes that content will always be hosted in a web application using AD as its
  authentication provider

- Nest Active Directory groups in SharePoint groups
  - Add to a SharePoint group and give permissions (recommended)
        > user > Active Directory group > SharePoint group
  - Must be a security group (not a distribution group)
        > Distribution groups are expanded and then must be kept in sync

- Distribution groups can be used to create audiences
To Nest or Not to Nest
Users > Active Directory Group > SharePoint group

- Ideal world: Synchronization of membership between
  Active Directory and SharePoint groups
- “Intranet” sites: AD groups  SP groups to define access
       - Add site to users’ My Sites with personalization site links
       - Support easy management of access
       - Add site to users’ My Sites with personalization site links
-   “Collab” sites: Add users directly to SP groups
       - Provide My Site visibility
       - Provide visibility of user in user information list
       - Provide visibility to site owners and members
       - Support collaboration
List & Library Permissions

- List > List Settings / Library > Library Settings
- Stop Inheriting Permissions
  - Copies inherited permissions as initial explicit permissions
  - Can reset with Inherit Permissions button

- Ribbon Actions for Selected Group(s)/user(s)
  - Grant Permissions
  - Remove User (or group) Permissions
  - Edit User (or group) Permissions
  - Check permissions: Resultant set of permissions
  - Anonymous Access
Folder & Item/Document Security


Items & Documents will be referred to in this presentation as “Items” unless specific difference needs
to be highlighted

- Change permissions on a folder or item
    - Item > Arrow > Manage Permissions
    - When viewing the item properties in SharePoint > Edit Permissions
Inheritance

- Permissions (role assignments) are inherited from the parent
   object
- Inheritance can be broken
  - All permissions are explicit
  - Any changes to parent do not affect the child object

- Inheritance can be reinstated
  - All customizations (explicit permissions) are lost

- Use inheritance wherever possible
  - Simplicity, coherence, maintainability
Effective Permissions

- SharePoint access is based on a per URI (web address) basis
  - The permission to the URI is all that matters
  - These kids are wild: no need to ask the parents permission
  - No equivalent to NTFS (Windows folder security) Traverse Folder permission

- Explicit <or> Inherited
  - One or the other
  - Different than NTFS (inherited + explicit)

- Check Effective Permissions button
  - Shows you the actual effective permission level
Security Trimming & Indexing


- The SharePoint interface and search results are security-trimmed
  - User don’t see what they do not have permission to read

- Item-level permissions on pages in a Page Library
  - Problem: A Web Part displays items
          > Users don’t see items they don’t have access to
          > The crawler sees all items in the web part and indexes them
  - When inheritance is stopped within a site, all Web Part content on ASPX pages is not indexed
  by default
  - Site Settings > Search and Offline Availability > Indexing ASPX Page Content
Permission Levels
Publishing Feature Collection

             Manage                   - Available only with Publishing Features
             Hierarchy                turned on

                         Restricted
                           Read

            Publishing
             Feature

  Approve
SharePoint Security Notes


- Columns can not be secured uniquely (out of the box)
     - Performance
     - Conditional formatting
     - Related Lists
     - Third party solutions

- Audiences
     - Make content visible to users
     - Effect can be close to security, but it is not security
Information Management Policies

- In-place records management
      - New in SharePoint 2010
      - Record library still supported for dedicated record libraries
- Enable the feature at the site collection level
- Declare records management attributes
      - Site Collection
      - Folder
      - Content type
- Supports security at the document level without
permissions
- Information rights policies
      - Relies on Active Directory Rights Management Services
Conclusion
-   Remember: limited access is for SharePoint to manage unique permissions. It neither
    means someone is limited to access something, nor does it mean they have limited
    access to something. Ignore it
-   Permissions can be defined at creation of a site (more options) but can’t be during
    creation of a new list or library (in the GUI at least)
-   When in doubt, check effective permissions
-   Help your users, set a valid email account for ‘manage access requests’




- Finally, build sites based on a ‘team’ of people. Setting individual permissions
shouldn’t be something you do all the time, it should be in the ‘odd times
needed’ not the goto action
Q&A + Contact


 Any Questions?
 Contact Details:
 Keith Tuomi
 ktuomi@itgroove.net
 itgroove.net

Weitere ähnliche Inhalte

Was ist angesagt?

Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Nilesh Mehta
 
Introduction to the sharepoint 2013 userprofile service By Quontra
Introduction to the sharepoint 2013 userprofile service By QuontraIntroduction to the sharepoint 2013 userprofile service By Quontra
Introduction to the sharepoint 2013 userprofile service By QuontraQUONTRASOLUTIONS
 
Site Templates in SP 13
Site Templates in SP 13Site Templates in SP 13
Site Templates in SP 13Shahzad S
 
Drupal Integration with Solr for Fabulous CMS Search
Drupal Integration with Solr for  Fabulous CMS SearchDrupal Integration with Solr for  Fabulous CMS Search
Drupal Integration with Solr for Fabulous CMS SearchAcquia
 
John Burkholder: Disaster Recovery in SharePoint 2010
John Burkholder: Disaster Recovery in SharePoint 2010John Burkholder: Disaster Recovery in SharePoint 2010
John Burkholder: Disaster Recovery in SharePoint 2010SharePoint Saturday NY
 
Users, Profiles, and MySites: Managing a Changing SharePoint User population
Users, Profiles, and MySites: Managing a Changing SharePoint User populationUsers, Profiles, and MySites: Managing a Changing SharePoint User population
Users, Profiles, and MySites: Managing a Changing SharePoint User populationPaul Stork (Microsoft MVP)
 
SharePoint 2010 User Profile Sync
SharePoint 2010 User Profile SyncSharePoint 2010 User Profile Sync
SharePoint 2010 User Profile SyncNilesh Mehta
 
Charlotte SPUG - Planning for MySites and Social in the Enterprise
Charlotte SPUG - Planning for MySites and Social in the EnterpriseCharlotte SPUG - Planning for MySites and Social in the Enterprise
Charlotte SPUG - Planning for MySites and Social in the EnterpriseMichael Oryszak
 
Develop Engaging and High Performance Portal Themes That Power Exceptional Di...
Develop Engaging and High Performance Portal Themes That Power Exceptional Di...Develop Engaging and High Performance Portal Themes That Power Exceptional Di...
Develop Engaging and High Performance Portal Themes That Power Exceptional Di...shesmer
 
Share, Follow, and Sync: How SharePoint 2013 uses Personal MySites for Social...
Share, Follow, and Sync: How SharePoint 2013 uses Personal MySites for Social...Share, Follow, and Sync: How SharePoint 2013 uses Personal MySites for Social...
Share, Follow, and Sync: How SharePoint 2013 uses Personal MySites for Social...Paul Stork (Microsoft MVP)
 
Leveraging User Profiles and MySites
Leveraging User Profiles and MySitesLeveraging User Profiles and MySites
Leveraging User Profiles and MySitesDerek Cash-Peterson
 
Office 365 and share point online ramp up in 60 minutes for on-premises share...
Office 365 and share point online ramp up in 60 minutes for on-premises share...Office 365 and share point online ramp up in 60 minutes for on-premises share...
Office 365 and share point online ramp up in 60 minutes for on-premises share...Nik Patel
 
What's new in SharePoint Server 2013 (End user - Admin – Developer)
What's new in SharePoint Server 2013 (End user - Admin – Developer)What's new in SharePoint Server 2013 (End user - Admin – Developer)
What's new in SharePoint Server 2013 (End user - Admin – Developer)Mahmoud Hamed Mahmoud
 
Enterprise Collaboration and Employee Engagement with Microsoft SharePoint My...
Enterprise Collaboration and Employee Engagement with Microsoft SharePoint My...Enterprise Collaboration and Employee Engagement with Microsoft SharePoint My...
Enterprise Collaboration and Employee Engagement with Microsoft SharePoint My...rwuhrman
 
Driving End User Adoption in SharePoint 2013 & 2010 - EPC Group
Driving End User Adoption in SharePoint 2013 & 2010 - EPC GroupDriving End User Adoption in SharePoint 2013 & 2010 - EPC Group
Driving End User Adoption in SharePoint 2013 & 2010 - EPC GroupEPC Group
 

Was ist angesagt? (15)

Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1
 
Introduction to the sharepoint 2013 userprofile service By Quontra
Introduction to the sharepoint 2013 userprofile service By QuontraIntroduction to the sharepoint 2013 userprofile service By Quontra
Introduction to the sharepoint 2013 userprofile service By Quontra
 
Site Templates in SP 13
Site Templates in SP 13Site Templates in SP 13
Site Templates in SP 13
 
Drupal Integration with Solr for Fabulous CMS Search
Drupal Integration with Solr for  Fabulous CMS SearchDrupal Integration with Solr for  Fabulous CMS Search
Drupal Integration with Solr for Fabulous CMS Search
 
John Burkholder: Disaster Recovery in SharePoint 2010
John Burkholder: Disaster Recovery in SharePoint 2010John Burkholder: Disaster Recovery in SharePoint 2010
John Burkholder: Disaster Recovery in SharePoint 2010
 
Users, Profiles, and MySites: Managing a Changing SharePoint User population
Users, Profiles, and MySites: Managing a Changing SharePoint User populationUsers, Profiles, and MySites: Managing a Changing SharePoint User population
Users, Profiles, and MySites: Managing a Changing SharePoint User population
 
SharePoint 2010 User Profile Sync
SharePoint 2010 User Profile SyncSharePoint 2010 User Profile Sync
SharePoint 2010 User Profile Sync
 
Charlotte SPUG - Planning for MySites and Social in the Enterprise
Charlotte SPUG - Planning for MySites and Social in the EnterpriseCharlotte SPUG - Planning for MySites and Social in the Enterprise
Charlotte SPUG - Planning for MySites and Social in the Enterprise
 
Develop Engaging and High Performance Portal Themes That Power Exceptional Di...
Develop Engaging and High Performance Portal Themes That Power Exceptional Di...Develop Engaging and High Performance Portal Themes That Power Exceptional Di...
Develop Engaging and High Performance Portal Themes That Power Exceptional Di...
 
Share, Follow, and Sync: How SharePoint 2013 uses Personal MySites for Social...
Share, Follow, and Sync: How SharePoint 2013 uses Personal MySites for Social...Share, Follow, and Sync: How SharePoint 2013 uses Personal MySites for Social...
Share, Follow, and Sync: How SharePoint 2013 uses Personal MySites for Social...
 
Leveraging User Profiles and MySites
Leveraging User Profiles and MySitesLeveraging User Profiles and MySites
Leveraging User Profiles and MySites
 
Office 365 and share point online ramp up in 60 minutes for on-premises share...
Office 365 and share point online ramp up in 60 minutes for on-premises share...Office 365 and share point online ramp up in 60 minutes for on-premises share...
Office 365 and share point online ramp up in 60 minutes for on-premises share...
 
What's new in SharePoint Server 2013 (End user - Admin – Developer)
What's new in SharePoint Server 2013 (End user - Admin – Developer)What's new in SharePoint Server 2013 (End user - Admin – Developer)
What's new in SharePoint Server 2013 (End user - Admin – Developer)
 
Enterprise Collaboration and Employee Engagement with Microsoft SharePoint My...
Enterprise Collaboration and Employee Engagement with Microsoft SharePoint My...Enterprise Collaboration and Employee Engagement with Microsoft SharePoint My...
Enterprise Collaboration and Employee Engagement with Microsoft SharePoint My...
 
Driving End User Adoption in SharePoint 2013 & 2010 - EPC Group
Driving End User Adoption in SharePoint 2013 & 2010 - EPC GroupDriving End User Adoption in SharePoint 2013 & 2010 - EPC Group
Driving End User Adoption in SharePoint 2013 & 2010 - EPC Group
 

Andere mochten auch

SharePoint Security Playbook [eBook]
SharePoint Security Playbook [eBook]SharePoint Security Playbook [eBook]
SharePoint Security Playbook [eBook]Imperva
 
SharePoint Permissions Overview
SharePoint Permissions OverviewSharePoint Permissions Overview
SharePoint Permissions OverviewFrancois Pienaar
 
SharePoint Security A to Z
SharePoint Security A to ZSharePoint Security A to Z
SharePoint Security A to ZSteve Goldberg
 
SharePoint Permissions Worst Practices
SharePoint Permissions Worst PracticesSharePoint Permissions Worst Practices
SharePoint Permissions Worst PracticesBobby Chang
 
SharePoint 2013 Security (IT Pro)
SharePoint 2013 Security (IT Pro)SharePoint 2013 Security (IT Pro)
SharePoint 2013 Security (IT Pro)fabianmoritz
 
SharePoint Information Architecture Best Practices
SharePoint Information Architecture Best PracticesSharePoint Information Architecture Best Practices
SharePoint Information Architecture Best PracticesStephanie Lemieux
 
Introduction to SharePoint Information Architecture
Introduction to SharePoint Information ArchitectureIntroduction to SharePoint Information Architecture
Introduction to SharePoint Information ArchitectureGregory Zelfond
 
Alles Meta oder was?
Alles Meta oder was?Alles Meta oder was?
Alles Meta oder was?steffen meier
 
SharePoint 2013 Einführung und Anwenderschulung
SharePoint 2013 Einführung und AnwenderschulungSharePoint 2013 Einführung und Anwenderschulung
SharePoint 2013 Einführung und AnwenderschulungLocatech IT Solutions GmbH
 
Introduction to Information Architecture
Introduction to Information ArchitectureIntroduction to Information Architecture
Introduction to Information ArchitectureMike Crabb
 

Andere mochten auch (14)

SharePoint Security Playbook [eBook]
SharePoint Security Playbook [eBook]SharePoint Security Playbook [eBook]
SharePoint Security Playbook [eBook]
 
SharePoint Permissions Overview
SharePoint Permissions OverviewSharePoint Permissions Overview
SharePoint Permissions Overview
 
SharePoint Security A to Z
SharePoint Security A to ZSharePoint Security A to Z
SharePoint Security A to Z
 
SharePoint Permissions Worst Practices
SharePoint Permissions Worst PracticesSharePoint Permissions Worst Practices
SharePoint Permissions Worst Practices
 
Metadaten und Dokumentation
Metadaten und DokumentationMetadaten und Dokumentation
Metadaten und Dokumentation
 
SharePoint 2013 Security (IT Pro)
SharePoint 2013 Security (IT Pro)SharePoint 2013 Security (IT Pro)
SharePoint 2013 Security (IT Pro)
 
Security & Compliance in SharePoint 2010 und SharePoint 2013
Security & Compliance in SharePoint 2010 und SharePoint 2013Security & Compliance in SharePoint 2010 und SharePoint 2013
Security & Compliance in SharePoint 2010 und SharePoint 2013
 
Webdesign mit SharePoint 2013
Webdesign mit SharePoint 2013Webdesign mit SharePoint 2013
Webdesign mit SharePoint 2013
 
SharePoint Information Architecture Best Practices
SharePoint Information Architecture Best PracticesSharePoint Information Architecture Best Practices
SharePoint Information Architecture Best Practices
 
Introduction to SharePoint Information Architecture
Introduction to SharePoint Information ArchitectureIntroduction to SharePoint Information Architecture
Introduction to SharePoint Information Architecture
 
Alles Meta oder was?
Alles Meta oder was?Alles Meta oder was?
Alles Meta oder was?
 
SharePoint 2013 Einführung und Anwenderschulung
SharePoint 2013 Einführung und AnwenderschulungSharePoint 2013 Einführung und Anwenderschulung
SharePoint 2013 Einführung und Anwenderschulung
 
Introduction to Information Architecture
Introduction to Information ArchitectureIntroduction to Information Architecture
Introduction to Information Architecture
 
2010 09 29 10-00 seffen engeser
2010 09 29 10-00 seffen engeser2010 09 29 10-00 seffen engeser
2010 09 29 10-00 seffen engeser
 

Ähnlich wie Mother always said "Did You Ask?": SharePoint 2010 Permissions

Managing permissions in SharePoint
Managing permissions in SharePointManaging permissions in SharePoint
Managing permissions in SharePointpearce.alex
 
SharePoint Administration & Permissions
SharePoint Administration & PermissionsSharePoint Administration & Permissions
SharePoint Administration & PermissionsCraig Jahnke
 
MOSS2007 Security
MOSS2007 SecurityMOSS2007 Security
MOSS2007 Securitydropkic
 
Permissions designed to scale
Permissions designed to scalePermissions designed to scale
Permissions designed to scaleJamie Aliperti
 
SharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbiesSharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbiesSachchin Annam
 
Everything you need to know about sharing files in SharePoint & OneDrive - SP...
Everything you need to know about sharing files in SharePoint & OneDrive - SP...Everything you need to know about sharing files in SharePoint & OneDrive - SP...
Everything you need to know about sharing files in SharePoint & OneDrive - SP...Drew Madelung
 
Best Practices for Security in Microsoft SharePoint 2013
Best Practices for Security in Microsoft SharePoint 2013Best Practices for Security in Microsoft SharePoint 2013
Best Practices for Security in Microsoft SharePoint 2013AntonioMaio2
 
Easy Learning Presentation Moss 2007 Usman
Easy Learning Presentation Moss 2007 UsmanEasy Learning Presentation Moss 2007 Usman
Easy Learning Presentation Moss 2007 UsmanUsman Zafar Malik
 
SPS Twin Cities - Congratulations You Inherited a SharePoint Site
SPS Twin Cities - Congratulations You Inherited a SharePoint SiteSPS Twin Cities - Congratulations You Inherited a SharePoint Site
SPS Twin Cities - Congratulations You Inherited a SharePoint SiteDon Donais
 
Enterprise Document Management Sharepoint2010 - PSUG
Enterprise Document Management Sharepoint2010 - PSUGEnterprise Document Management Sharepoint2010 - PSUG
Enterprise Document Management Sharepoint2010 - PSUGSaed Shela
 
JIIT PORTAL based on Drupal
JIIT PORTAL based on DrupalJIIT PORTAL based on Drupal
JIIT PORTAL based on DrupalPrashant Saini
 
Everything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDriveEverything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDriveDrew Madelung
 
SharePoint Team Site Permissions #Share4Biz
SharePoint Team Site Permissions #Share4BizSharePoint Team Site Permissions #Share4Biz
SharePoint Team Site Permissions #Share4BizVeronique Palmer
 
Joomla! ACL - Joomla!Day Germany
Joomla! ACL - Joomla!Day GermanyJoomla! ACL - Joomla!Day Germany
Joomla! ACL - Joomla!Day GermanySander Potjer
 
Salesforce Libraries Overview (May 2012)
Salesforce Libraries Overview (May 2012)Salesforce Libraries Overview (May 2012)
Salesforce Libraries Overview (May 2012)Chris Cranis
 
What's new in SharePoint Online - London SharePoint User Group March 2018
What's new in SharePoint Online - London SharePoint User Group March 2018What's new in SharePoint Online - London SharePoint User Group March 2018
What's new in SharePoint Online - London SharePoint User Group March 2018Chirag Patel
 
Joomla Access Control List (ACL) at JoomlaDay London, UK #jduk11
Joomla Access Control List (ACL) at JoomlaDay London, UK #jduk11Joomla Access Control List (ACL) at JoomlaDay London, UK #jduk11
Joomla Access Control List (ACL) at JoomlaDay London, UK #jduk11Sander Potjer
 
Fastman Permissions Manager
Fastman Permissions ManagerFastman Permissions Manager
Fastman Permissions ManagerFastman
 

Ähnlich wie Mother always said "Did You Ask?": SharePoint 2010 Permissions (20)

Managing permissions in SharePoint
Managing permissions in SharePointManaging permissions in SharePoint
Managing permissions in SharePoint
 
SharePoint Administration & Permissions
SharePoint Administration & PermissionsSharePoint Administration & Permissions
SharePoint Administration & Permissions
 
MOSS2007 Security
MOSS2007 SecurityMOSS2007 Security
MOSS2007 Security
 
Permissions designed to scale
Permissions designed to scalePermissions designed to scale
Permissions designed to scale
 
SharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbiesSharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbies
 
Everything you need to know about sharing files in SharePoint & OneDrive - SP...
Everything you need to know about sharing files in SharePoint & OneDrive - SP...Everything you need to know about sharing files in SharePoint & OneDrive - SP...
Everything you need to know about sharing files in SharePoint & OneDrive - SP...
 
Best Practices for Security in Microsoft SharePoint 2013
Best Practices for Security in Microsoft SharePoint 2013Best Practices for Security in Microsoft SharePoint 2013
Best Practices for Security in Microsoft SharePoint 2013
 
Easy Learning Presentation Moss 2007 Usman
Easy Learning Presentation Moss 2007 UsmanEasy Learning Presentation Moss 2007 Usman
Easy Learning Presentation Moss 2007 Usman
 
Permissions level in SPO
Permissions level in SPOPermissions level in SPO
Permissions level in SPO
 
SPS Twin Cities - Congratulations You Inherited a SharePoint Site
SPS Twin Cities - Congratulations You Inherited a SharePoint SiteSPS Twin Cities - Congratulations You Inherited a SharePoint Site
SPS Twin Cities - Congratulations You Inherited a SharePoint Site
 
Enterprise Document Management Sharepoint2010 - PSUG
Enterprise Document Management Sharepoint2010 - PSUGEnterprise Document Management Sharepoint2010 - PSUG
Enterprise Document Management Sharepoint2010 - PSUG
 
JIIT PORTAL based on Drupal
JIIT PORTAL based on DrupalJIIT PORTAL based on Drupal
JIIT PORTAL based on Drupal
 
Everything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDriveEverything you need to know about sharing files in SharePoint and OneDrive
Everything you need to know about sharing files in SharePoint and OneDrive
 
SharePoint Team Site Permissions #Share4Biz
SharePoint Team Site Permissions #Share4BizSharePoint Team Site Permissions #Share4Biz
SharePoint Team Site Permissions #Share4Biz
 
Joomla! ACL - Joomla!Day Germany
Joomla! ACL - Joomla!Day GermanyJoomla! ACL - Joomla!Day Germany
Joomla! ACL - Joomla!Day Germany
 
Salesforce Libraries Overview (May 2012)
Salesforce Libraries Overview (May 2012)Salesforce Libraries Overview (May 2012)
Salesforce Libraries Overview (May 2012)
 
What's new in SharePoint Online - London SharePoint User Group March 2018
What's new in SharePoint Online - London SharePoint User Group March 2018What's new in SharePoint Online - London SharePoint User Group March 2018
What's new in SharePoint Online - London SharePoint User Group March 2018
 
Joomla Access Control List (ACL) at JoomlaDay London, UK #jduk11
Joomla Access Control List (ACL) at JoomlaDay London, UK #jduk11Joomla Access Control List (ACL) at JoomlaDay London, UK #jduk11
Joomla Access Control List (ACL) at JoomlaDay London, UK #jduk11
 
Fastman Permissions Manager
Fastman Permissions ManagerFastman Permissions Manager
Fastman Permissions Manager
 
Mcts chapter 4
Mcts chapter 4Mcts chapter 4
Mcts chapter 4
 

Mehr von Regroove

What's New in Microsoft 365 - June 2022
What's New in Microsoft 365 - June 2022What's New in Microsoft 365 - June 2022
What's New in Microsoft 365 - June 2022Regroove
 
New Microsoft Features - Victoria O365 User Group April 2022
New Microsoft Features - Victoria O365 User Group April 2022New Microsoft Features - Victoria O365 User Group April 2022
New Microsoft Features - Victoria O365 User Group April 2022Regroove
 
New Microsoft Features - Victoria O365 User Group February 2022
New Microsoft Features - Victoria O365 User Group February 2022New Microsoft Features - Victoria O365 User Group February 2022
New Microsoft Features - Victoria O365 User Group February 2022Regroove
 
Regroove Teams Tips from Victoria O365 User Group Feb 2022
Regroove Teams Tips from Victoria O365 User Group Feb 2022Regroove Teams Tips from Victoria O365 User Group Feb 2022
Regroove Teams Tips from Victoria O365 User Group Feb 2022Regroove
 
What's new in Microsoft 365 January 20 2022
What's new in Microsoft 365 January 20 2022What's new in Microsoft 365 January 20 2022
What's new in Microsoft 365 January 20 2022Regroove
 
What's new in Microsoft 365 November 2021
What's new in Microsoft 365 November 2021What's new in Microsoft 365 November 2021
What's new in Microsoft 365 November 2021Regroove
 
What's new in Microsoft 365 October 2021
What's new in Microsoft 365 October 2021What's new in Microsoft 365 October 2021
What's new in Microsoft 365 October 2021Regroove
 
What's new in Microsoft 365 September 2021
What's new in Microsoft 365 September 2021What's new in Microsoft 365 September 2021
What's new in Microsoft 365 September 2021Regroove
 
What's New in Microsoft 365 @ Victoria O365 User Group Virtual Meet-up August...
What's New in Microsoft 365 @ Victoria O365 User Group Virtual Meet-up August...What's New in Microsoft 365 @ Victoria O365 User Group Virtual Meet-up August...
What's New in Microsoft 365 @ Victoria O365 User Group Virtual Meet-up August...Regroove
 
What's new in Microsoft 365 July 2021
What's new in Microsoft 365 July 2021What's new in Microsoft 365 July 2021
What's new in Microsoft 365 July 2021Regroove
 
What's new in Microsoft 365 June 2021
What's new in Microsoft 365 June 2021What's new in Microsoft 365 June 2021
What's new in Microsoft 365 June 2021Regroove
 
Microsoft office 365 what's new for May 2021
Microsoft office 365 what's new for May 2021Microsoft office 365 what's new for May 2021
Microsoft office 365 what's new for May 2021Regroove
 
Microsoft Office 365 What's New for April 2021
Microsoft Office 365 What's New for April 2021Microsoft Office 365 What's New for April 2021
Microsoft Office 365 What's New for April 2021Regroove
 
Microsoft Office 365 What's New for March 2021
Microsoft Office 365 What's New for March 2021Microsoft Office 365 What's New for March 2021
Microsoft Office 365 What's New for March 2021Regroove
 
Microsoft Office 365 What's New for February 2021
Microsoft Office 365 What's New for February 2021Microsoft Office 365 What's New for February 2021
Microsoft Office 365 What's New for February 2021Regroove
 
Victoria Office 365 Users Group - Microsoft Teams Breakout Rooms
Victoria Office 365 Users Group - Microsoft Teams Breakout RoomsVictoria Office 365 Users Group - Microsoft Teams Breakout Rooms
Victoria Office 365 Users Group - Microsoft Teams Breakout RoomsRegroove
 
Microsoft Office 365 What's New for January 2021
Microsoft Office 365 What's New for January 2021Microsoft Office 365 What's New for January 2021
Microsoft Office 365 What's New for January 2021Regroove
 
Microsoft Office 365 What's New for November 2020
Microsoft Office 365 What's New for November 2020Microsoft Office 365 What's New for November 2020
Microsoft Office 365 What's New for November 2020Regroove
 
Microsoft Office 365 What's New for October 2020
Microsoft Office 365 What's New for October 2020Microsoft Office 365 What's New for October 2020
Microsoft Office 365 What's New for October 2020Regroove
 
Microsoft Office 365 What's New for September 2020 with Recap of Ignite 2020
Microsoft Office 365 What's New for September 2020 with Recap of Ignite 2020Microsoft Office 365 What's New for September 2020 with Recap of Ignite 2020
Microsoft Office 365 What's New for September 2020 with Recap of Ignite 2020Regroove
 

Mehr von Regroove (20)

What's New in Microsoft 365 - June 2022
What's New in Microsoft 365 - June 2022What's New in Microsoft 365 - June 2022
What's New in Microsoft 365 - June 2022
 
New Microsoft Features - Victoria O365 User Group April 2022
New Microsoft Features - Victoria O365 User Group April 2022New Microsoft Features - Victoria O365 User Group April 2022
New Microsoft Features - Victoria O365 User Group April 2022
 
New Microsoft Features - Victoria O365 User Group February 2022
New Microsoft Features - Victoria O365 User Group February 2022New Microsoft Features - Victoria O365 User Group February 2022
New Microsoft Features - Victoria O365 User Group February 2022
 
Regroove Teams Tips from Victoria O365 User Group Feb 2022
Regroove Teams Tips from Victoria O365 User Group Feb 2022Regroove Teams Tips from Victoria O365 User Group Feb 2022
Regroove Teams Tips from Victoria O365 User Group Feb 2022
 
What's new in Microsoft 365 January 20 2022
What's new in Microsoft 365 January 20 2022What's new in Microsoft 365 January 20 2022
What's new in Microsoft 365 January 20 2022
 
What's new in Microsoft 365 November 2021
What's new in Microsoft 365 November 2021What's new in Microsoft 365 November 2021
What's new in Microsoft 365 November 2021
 
What's new in Microsoft 365 October 2021
What's new in Microsoft 365 October 2021What's new in Microsoft 365 October 2021
What's new in Microsoft 365 October 2021
 
What's new in Microsoft 365 September 2021
What's new in Microsoft 365 September 2021What's new in Microsoft 365 September 2021
What's new in Microsoft 365 September 2021
 
What's New in Microsoft 365 @ Victoria O365 User Group Virtual Meet-up August...
What's New in Microsoft 365 @ Victoria O365 User Group Virtual Meet-up August...What's New in Microsoft 365 @ Victoria O365 User Group Virtual Meet-up August...
What's New in Microsoft 365 @ Victoria O365 User Group Virtual Meet-up August...
 
What's new in Microsoft 365 July 2021
What's new in Microsoft 365 July 2021What's new in Microsoft 365 July 2021
What's new in Microsoft 365 July 2021
 
What's new in Microsoft 365 June 2021
What's new in Microsoft 365 June 2021What's new in Microsoft 365 June 2021
What's new in Microsoft 365 June 2021
 
Microsoft office 365 what's new for May 2021
Microsoft office 365 what's new for May 2021Microsoft office 365 what's new for May 2021
Microsoft office 365 what's new for May 2021
 
Microsoft Office 365 What's New for April 2021
Microsoft Office 365 What's New for April 2021Microsoft Office 365 What's New for April 2021
Microsoft Office 365 What's New for April 2021
 
Microsoft Office 365 What's New for March 2021
Microsoft Office 365 What's New for March 2021Microsoft Office 365 What's New for March 2021
Microsoft Office 365 What's New for March 2021
 
Microsoft Office 365 What's New for February 2021
Microsoft Office 365 What's New for February 2021Microsoft Office 365 What's New for February 2021
Microsoft Office 365 What's New for February 2021
 
Victoria Office 365 Users Group - Microsoft Teams Breakout Rooms
Victoria Office 365 Users Group - Microsoft Teams Breakout RoomsVictoria Office 365 Users Group - Microsoft Teams Breakout Rooms
Victoria Office 365 Users Group - Microsoft Teams Breakout Rooms
 
Microsoft Office 365 What's New for January 2021
Microsoft Office 365 What's New for January 2021Microsoft Office 365 What's New for January 2021
Microsoft Office 365 What's New for January 2021
 
Microsoft Office 365 What's New for November 2020
Microsoft Office 365 What's New for November 2020Microsoft Office 365 What's New for November 2020
Microsoft Office 365 What's New for November 2020
 
Microsoft Office 365 What's New for October 2020
Microsoft Office 365 What's New for October 2020Microsoft Office 365 What's New for October 2020
Microsoft Office 365 What's New for October 2020
 
Microsoft Office 365 What's New for September 2020 with Recap of Ignite 2020
Microsoft Office 365 What's New for September 2020 with Recap of Ignite 2020Microsoft Office 365 What's New for September 2020 with Recap of Ignite 2020
Microsoft Office 365 What's New for September 2020 with Recap of Ignite 2020
 

Kürzlich hochgeladen

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 

Kürzlich hochgeladen (20)

Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 

Mother always said "Did You Ask?": SharePoint 2010 Permissions

  • 2. Access Management Terminology - Permissions - single units of access that represent specific tasks that can be performed at the list, site, or personalization level - permission levels are made up of sets of permissions - SharePoint ships with a core list of permissions that cannot be edited, added to or deleted - Users - smallest value to which access can be granted - value corresponds to an account in Active Directory or another host application for user accounts - Groups - a set of users who will have identical access needs - Securable objects - levels within SharePoint 2010 that can be “locked down,” or secured, by setting specific user access - Inheritance - used to describe how user access is created by default within SharePoint - Security Trimming & Indexing - SharePoint will only show you search results for content you have access to, and for which SharePoint understands the security - Audiences - Used to target content to specific sets of users - Defined in the User Profile Service Application in Central Admin - NOT a security setting but simply a way to display pertinent content to specific users
  • 4. Permission Levels - Permission Levels are collections of permissions - level of access that users with the assigned permission have is based on the permissions that make up the permission level. - Defined at the site collection - Managed by Site Collection Administrators - Customize an existing permission level - Copy an existing permissions level and edit the copy - Create a new permission level “from scratch”
  • 5. Default Permission Collection Permission Level Description Full Control -Contains all permissions. -Assigned to the <Site name> Owners SharePoint group, by default - cannot be customized or deleted. Design - Can create lists and document libraries, edit pages and apply themes, borders, and style - Not assigned to any SharePoint group, by default. Contribute - Can add, edit, and delete items in existing lists and document libraries. - Assigned to the <Site name> Members SharePoint group, by default. Read - Read-only access to the Web site - Assigned to the <Site name> Visitors SharePoint group, by default. Limited Access - Designed to be combined with fine-grained permissions to give users access to a specific list, document library, item, or document, without giving them access to the entire site. - To access a list or library a user must have permission to open the parent Web site and read shared data such as the theme and navigation bars of the Web site. - Cannot be customized or deleted. - You cannot assign this permission level to users or SharePoint groups, instead, SharePoint automatically assigns this permission level to users and SharePoint groups when you grant them access to an object on your site that requires that they have access to a higher level object on which they do not have permissions. For example, if you grant users access to an item in a list and they do not have access to the list itself, SharePoint automatically grants them Limited Access on the list, and also the site, if needed.
  • 6. Web Application Policy - Central Administration > Manage Web Applications - Configures policy-based access to all content in a web application - Allow and Deny - Deny overrides any allow permissions - SharePoint 2010 allows you to define policies for any available permission
  • 7. Site Security - Site Actions > Site Permissions - Groups are established at the site collection - Can be given permissions at the site level - Permission inherits down from there - When you create a group you do not have to assign a permission - A group without a permission at the site can still be assigned permissions to another securable object - Create a sub-site - Unique or Inherited Permissions
  • 8. Default Groups - Owners: Full Control - Visitors: Read - Members: Contribute - Features add more groups (Designers, etc.) - The Members group is the “default members groups”
  • 9. SharePoint Groups - Enable hierarchical membership management - Create a group named Site Managers > owned by site collection administrators > membership managed by owner (site collection administrators) - Site members (and other groups) > Owned by Site managers > Membership managed by owner (Site Managers) - Enable Access Requests - Add link to request page for the group - Optionally enable auto-accept of access requests - Control Member Visibility
  • 10. Group Management Comparison - Active Directory - Technical user interface (AD Users & Computers) - No provisioning (requests, workflows) - Difficult delegation of membership management - Centralized security (group membership) management - SharePoint - Non-technical user interface - Easy delegation of group membership management - Optional provisioning of membership requests - Unified view of SharePoint groups & users - Only applies to SharePoint
  • 11. Using Active Directory Groups - Assigning permissions directly to AD groups - Possible but not recommended > Assumes that content will always be hosted in a web application using AD as its authentication provider - Nest Active Directory groups in SharePoint groups - Add to a SharePoint group and give permissions (recommended) > user > Active Directory group > SharePoint group - Must be a security group (not a distribution group) > Distribution groups are expanded and then must be kept in sync - Distribution groups can be used to create audiences
  • 12. To Nest or Not to Nest Users > Active Directory Group > SharePoint group - Ideal world: Synchronization of membership between Active Directory and SharePoint groups - “Intranet” sites: AD groups  SP groups to define access - Add site to users’ My Sites with personalization site links - Support easy management of access - Add site to users’ My Sites with personalization site links - “Collab” sites: Add users directly to SP groups - Provide My Site visibility - Provide visibility of user in user information list - Provide visibility to site owners and members - Support collaboration
  • 13. List & Library Permissions - List > List Settings / Library > Library Settings - Stop Inheriting Permissions - Copies inherited permissions as initial explicit permissions - Can reset with Inherit Permissions button - Ribbon Actions for Selected Group(s)/user(s) - Grant Permissions - Remove User (or group) Permissions - Edit User (or group) Permissions - Check permissions: Resultant set of permissions - Anonymous Access
  • 14. Folder & Item/Document Security Items & Documents will be referred to in this presentation as “Items” unless specific difference needs to be highlighted - Change permissions on a folder or item - Item > Arrow > Manage Permissions - When viewing the item properties in SharePoint > Edit Permissions
  • 15. Inheritance - Permissions (role assignments) are inherited from the parent object - Inheritance can be broken - All permissions are explicit - Any changes to parent do not affect the child object - Inheritance can be reinstated - All customizations (explicit permissions) are lost - Use inheritance wherever possible - Simplicity, coherence, maintainability
  • 16. Effective Permissions - SharePoint access is based on a per URI (web address) basis - The permission to the URI is all that matters - These kids are wild: no need to ask the parents permission - No equivalent to NTFS (Windows folder security) Traverse Folder permission - Explicit <or> Inherited - One or the other - Different than NTFS (inherited + explicit) - Check Effective Permissions button - Shows you the actual effective permission level
  • 17. Security Trimming & Indexing - The SharePoint interface and search results are security-trimmed - User don’t see what they do not have permission to read - Item-level permissions on pages in a Page Library - Problem: A Web Part displays items > Users don’t see items they don’t have access to > The crawler sees all items in the web part and indexes them - When inheritance is stopped within a site, all Web Part content on ASPX pages is not indexed by default - Site Settings > Search and Offline Availability > Indexing ASPX Page Content
  • 18. Permission Levels Publishing Feature Collection Manage - Available only with Publishing Features Hierarchy turned on Restricted Read Publishing Feature Approve
  • 19. SharePoint Security Notes - Columns can not be secured uniquely (out of the box) - Performance - Conditional formatting - Related Lists - Third party solutions - Audiences - Make content visible to users - Effect can be close to security, but it is not security
  • 20. Information Management Policies - In-place records management - New in SharePoint 2010 - Record library still supported for dedicated record libraries - Enable the feature at the site collection level - Declare records management attributes - Site Collection - Folder - Content type - Supports security at the document level without permissions - Information rights policies - Relies on Active Directory Rights Management Services
  • 21. Conclusion - Remember: limited access is for SharePoint to manage unique permissions. It neither means someone is limited to access something, nor does it mean they have limited access to something. Ignore it - Permissions can be defined at creation of a site (more options) but can’t be during creation of a new list or library (in the GUI at least) - When in doubt, check effective permissions - Help your users, set a valid email account for ‘manage access requests’ - Finally, build sites based on a ‘team’ of people. Setting individual permissions shouldn’t be something you do all the time, it should be in the ‘odd times needed’ not the goto action
  • 22. Q&A + Contact Any Questions? Contact Details: Keith Tuomi ktuomi@itgroove.net itgroove.net