SlideShare uma empresa Scribd logo
1 de 13
Baixar para ler offline
World Class Web Solutions




INTRODUCTION TO SHAREPOINT


GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM           MARCH 9, 2009
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


Agenda

    SharePoint Administration Overview


    Membership and Role Providers


    Logical Administration Levels


    Farm Administration


    Site Collection Administration


    Site Administration


    List and Library Administration


    Workflows


    The Importance of Best Practices


    Governance




                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


SharePoint Administration Overview

    SharePoint is designed to be flexible and allow multiple ways of

    authenticating and authorizing users

    Authentication and Authorization uses the new standard .NET Provider

    model = increases flexibility

    It is also intended to offload the burden from the IT Team onto end users

    – therefore it has to allow delegation of administration

    The logical concepts in SharePoint – site collections, sites, lists, libraries,

    and pages – can all be individually managed by non-technical people

    OOTB Workflows even allow basic content approval for publishing


    SharePoint manages its own groups, allowing staff to self-provision user

    permissions

    Information Management policies can be enforced to handle auditing

    and usage, and there is full logging



                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


Membership and Role Providers

    Authentication and Authorization uses the new standard .NET Provider

    model – Membership and Role Providers

    OOTB SharePoint uses the Active Directory providers. SharePoint can also

    use Kerberos and Windows NT accounts, SQL Server database, and Web
    Single SignOn (SSO).

    Other Forms Based Authentication (FBA), ADAM, and LDAP integration

    are possible

    Configurations are done in the web.config of each application = a little

    manual

    In Central Administration you can set up different authentication “zones”

    for a web application to support multiple authentication types (example
    for an Extranet or Internet)

    Shared Service Provider can import user profiles via these providers


    These profiles can be added to SharePoint Groups




                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


Logical Administration Levels

    The following are the major administration levels in SharePoint:


         Central Administration – manage the whole farm
    

         Shared Service Provider(s) – groups related settings like
    
         search

         Site Collection – Settings for toplevel site and all subsites
    

         Site – Manage settings for an individual site and its elements
    

         Page – Each page can be customized
    

         Lists and Libraries – Permissions, metadata, and content
    
         approval

         Workspace – Documents can have workspaces (= a site)
    


                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


Farm Administration

    A SharePoint Farm is a collection of servers connected to each other


    Farm Administration manages the settings for all of these in 2 logical

    levels:

         Central Administration – manage the whole farm
    

         Shared Service Provider(s) – groups related settings like search
    
         settings or profile imports

    In Central Administration you can specify the Farm Administrators


    Service Accounts are used to run SharePoint services


    Automatic Jobs are run on a schedule set by an administrator


    Farm Admins can backup and restore entire content databases


    IM Policies, Auditing, and Logging settings are specified here





                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


Site Collection Administration

    Each Site Collection can have its own unique settings


    Each Site Collection has its own gallery for web parts, master pages, and

    site and list templates

    Features can be turned on or off individually for an entire site collection


    Metadata (Site Columns and Content Types) can be managed at the root


    Site Collections have a recycle bin for administrators to restore

    accidentally deleted content

    When setting up a new site collection, you have to specify a primary and

    secondary administrator

    Several groups are created OOTB including Viewers, Contributors, and

    Owners.

    Unused site collections can be set to automatically be deleted to free up

    space


                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


Site Administration

    Each Site can have its own unique settings but will usually

    inherit the parent site collection’s settings by default

    Each Site has its own pages and lists


    Features can be turned on or off individually for a site


    Metadata (Site Columns and Content Types) can be managed

    at the site level too

    When setting up a new site, you have to specify a site owner


    A site is created using a Site Definition (OOTB) OR a Site

    Template (OOTB Site Def + customizations)




                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


List and Library Administration

    Lists and libraries are created automatically if the site

    definition or template includes them. You can always
    manually add a new list or library

    Security is inherited from the site level but can be

    customized. Per item security is available

    Users can have permission to read content in a list,

    contribute to it (modify content), or manage the list settings

    Views can be created or customized to show or hide list

    columns

    Settings on a list can include available workflows,

    searchability, alerts, and RSS Feeds


                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


Workflows

    OOTB Workflows can be used to handle approval and

    delegation tasks

    Available workflows include content publishing approval

    (including for web page content) and translation

    Many people use workflow created in Visual Studio,

    SharePoint Designer, or a 3rd party workflow solution to
    enhance the administration of SharePoint




                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


The Importance of Best Practices

    “Best Practices” refers to the fact that in SharePoint there

    are many ways to do something, but some ways are better
    than others

    Best Practices are encouraged because they avoid common

    technical impediments and increase the chance of future
    modifications being successful

    Best Practices tend to be created by the SharePoint

    community through trial and error, and require discipline to
    research and apply them

    Each year there is a dedicated Best Practices Conference and

    many blogs speak about these and share their learning



                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


Governance

    “Governance” is a Best Practice. It is considered critical to the

    best use of a portal

    It refers to the process of establishing and following a set of Best

    Practice policies for managing a SharePoint Farm

    Examples of Governance topics include: End user training and

    support, establishing portal disaster recovery procedures, and
    content approval and archiving guidelines

    Governance is usually managed by a top-level team who help

    decide what policies will be applied, and how

    Governance varies for each organization as it is very Business-

    focused rather than technical

    Governance Lifecycle - ongoing process often predating the

    creation of the SharePoint Portal and ending after the Portal’s
    end of life


                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
INTRODUCTION TO SHAREPOINT


Summary

    SharePoint Administration occurs at different levels


         Farm, Site Collection, Site, Page, List / Library, Workspace
    

    Authentication and Authorization model is very flexible and

    relies on native .NET Provider Model

    Administrators have lots of control over permissions, look

    and feel, and functionality of a portal

    Workflows can be used to manage content


    Best Practices are important for best results with a portal


    Governance is a Best Practice that is critical to a portal’s

    success


                                                                             MARCH 9, 2009
GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM
THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE

Mais conteúdo relacionado

Mais procurados

Overview of Sense/Net ECMS
Overview of Sense/Net ECMSOverview of Sense/Net ECMS
Overview of Sense/Net ECMSSense/Net Inc.
 
Permissions designed to scale
Permissions designed to scalePermissions designed to scale
Permissions designed to scaleJamie Aliperti
 
Sense/Net 6.0 technical
Sense/Net 6.0 technicalSense/Net 6.0 technical
Sense/Net 6.0 technicalSense/Net Inc.
 
Sense/Net ECM Product Presentation
Sense/Net ECM Product PresentationSense/Net ECM Product Presentation
Sense/Net ECM Product PresentationKristóf Molnár
 
SharePoint 2010 Architecture
SharePoint 2010 ArchitectureSharePoint 2010 Architecture
SharePoint 2010 ArchitectureVishal Gupta
 
ARCHIVE - XCC 2.0, New presentation is here: http://www.slideshare.net/timet...
ARCHIVE -  XCC 2.0, New presentation is here: http://www.slideshare.net/timet...ARCHIVE -  XCC 2.0, New presentation is here: http://www.slideshare.net/timet...
ARCHIVE - XCC 2.0, New presentation is here: http://www.slideshare.net/timet...TIMETOACT GROUP
 
Internet Sites with Microsoft Office SharePoint Server 2007
Internet Sites with Microsoft Office SharePoint Server 2007Internet Sites with Microsoft Office SharePoint Server 2007
Internet Sites with Microsoft Office SharePoint Server 2007goodfriday
 
In-Fisherman.com - Building an Enterprise Level Drupal Site
In-Fisherman.com - Building an Enterprise Level Drupal SiteIn-Fisherman.com - Building an Enterprise Level Drupal Site
In-Fisherman.com - Building an Enterprise Level Drupal SiteMediacurrent
 
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
 

Mais procurados (11)

Overview of Sense/Net ECMS
Overview of Sense/Net ECMSOverview of Sense/Net ECMS
Overview of Sense/Net ECMS
 
Permissions designed to scale
Permissions designed to scalePermissions designed to scale
Permissions designed to scale
 
Sense/Net 6.0 technical
Sense/Net 6.0 technicalSense/Net 6.0 technical
Sense/Net 6.0 technical
 
Sense/Net ECM Product Presentation
Sense/Net ECM Product PresentationSense/Net ECM Product Presentation
Sense/Net ECM Product Presentation
 
SharePoint 2010 Architecture
SharePoint 2010 ArchitectureSharePoint 2010 Architecture
SharePoint 2010 Architecture
 
ARCHIVE - XCC 2.0, New presentation is here: http://www.slideshare.net/timet...
ARCHIVE -  XCC 2.0, New presentation is here: http://www.slideshare.net/timet...ARCHIVE -  XCC 2.0, New presentation is here: http://www.slideshare.net/timet...
ARCHIVE - XCC 2.0, New presentation is here: http://www.slideshare.net/timet...
 
Internet Sites with Microsoft Office SharePoint Server 2007
Internet Sites with Microsoft Office SharePoint Server 2007Internet Sites with Microsoft Office SharePoint Server 2007
Internet Sites with Microsoft Office SharePoint Server 2007
 
In-Fisherman.com - Building an Enterprise Level Drupal Site
In-Fisherman.com - Building an Enterprise Level Drupal SiteIn-Fisherman.com - Building an Enterprise Level Drupal Site
In-Fisherman.com - Building an Enterprise Level Drupal Site
 
Sp fest 2012 sp2010 on the cloud
Sp fest 2012   sp2010 on the cloudSp fest 2012   sp2010 on the cloud
Sp fest 2012 sp2010 on the cloud
 
SharePoint Installation and Upgrade: Untangling Your Options
SharePoint Installation and Upgrade: Untangling Your Options SharePoint Installation and Upgrade: Untangling Your Options
SharePoint Installation and Upgrade: Untangling Your Options
 
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
 

Destaque

New World Of 2010 Share Point Administration
New World Of 2010 Share Point AdministrationNew World Of 2010 Share Point Administration
New World Of 2010 Share Point AdministrationMike Watson
 
Getting SharePoint 2010 Deployment Right
Getting SharePoint 2010 Deployment RightGetting SharePoint 2010 Deployment Right
Getting SharePoint 2010 Deployment RightMike Watson
 
Building the Perfect SharePoint 2010 Farm
Building the Perfect SharePoint 2010 FarmBuilding the Perfect SharePoint 2010 Farm
Building the Perfect SharePoint 2010 FarmMichael Noel
 
Sharepoint 2010 intro
Sharepoint 2010 introSharepoint 2010 intro
Sharepoint 2010 introYap Woon Han
 
Introduction to SharePoint 2010
Introduction to SharePoint 2010Introduction to SharePoint 2010
Introduction to SharePoint 2010Rushi Waghmare
 
Welcome to sharepoint
Welcome to sharepointWelcome to sharepoint
Welcome to sharepointanimca60
 
Introduction to sharepoint 2010
Introduction to sharepoint 2010Introduction to sharepoint 2010
Introduction to sharepoint 2010Sachchin Annam
 

Destaque (7)

New World Of 2010 Share Point Administration
New World Of 2010 Share Point AdministrationNew World Of 2010 Share Point Administration
New World Of 2010 Share Point Administration
 
Getting SharePoint 2010 Deployment Right
Getting SharePoint 2010 Deployment RightGetting SharePoint 2010 Deployment Right
Getting SharePoint 2010 Deployment Right
 
Building the Perfect SharePoint 2010 Farm
Building the Perfect SharePoint 2010 FarmBuilding the Perfect SharePoint 2010 Farm
Building the Perfect SharePoint 2010 Farm
 
Sharepoint 2010 intro
Sharepoint 2010 introSharepoint 2010 intro
Sharepoint 2010 intro
 
Introduction to SharePoint 2010
Introduction to SharePoint 2010Introduction to SharePoint 2010
Introduction to SharePoint 2010
 
Welcome to sharepoint
Welcome to sharepointWelcome to sharepoint
Welcome to sharepoint
 
Introduction to sharepoint 2010
Introduction to sharepoint 2010Introduction to sharepoint 2010
Introduction to sharepoint 2010
 

Semelhante a Griffon Solutions Introduction To Share Point Administration And Governance

SharePoint 2013 Site Administration
SharePoint 2013 Site AdministrationSharePoint 2013 Site Administration
SharePoint 2013 Site AdministrationLearning SharePoint
 
SharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbiesSharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbiesSachchin Annam
 
What Makes Migrating to the Cloud Different Than On-Premises
What Makes Migrating to the Cloud Different Than On-PremisesWhat Makes Migrating to the Cloud Different Than On-Premises
What Makes Migrating to the Cloud Different Than On-PremisesChristian Buckley
 
O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...
O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...
O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...NCCOMMS
 
Advanced SharePoint Server Concepts
Advanced SharePoint Server ConceptsAdvanced SharePoint Server Concepts
Advanced SharePoint Server ConceptsLearning SharePoint
 
Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Nilesh Mehta
 
Microsoft SharePoint server 2010 Governance v1
Microsoft SharePoint server 2010 Governance v1Microsoft SharePoint server 2010 Governance v1
Microsoft SharePoint server 2010 Governance v1Nilesh Mehta
 
DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010Spencer Harbar
 
Migrating very large site collections
Migrating very large site collectionsMigrating very large site collections
Migrating very large site collectionskiwiboris
 
Planning Your Migration to SharePoint Online #SPBiz60
Planning Your Migration to SharePoint Online #SPBiz60Planning Your Migration to SharePoint Online #SPBiz60
Planning Your Migration to SharePoint Online #SPBiz60Christian Buckley
 
Why Permissions Drive your Governance Strategy
Why Permissions Drive your Governance StrategyWhy Permissions Drive your Governance Strategy
Why Permissions Drive your Governance StrategyChristian Buckley
 
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdfVirtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdfTechSoup
 
SharePoint Training
SharePoint TrainingSharePoint Training
SharePoint TrainingJohn Mongell
 
Migrating Very Large Site Collections (SPSDC)
Migrating Very Large Site Collections (SPSDC)Migrating Very Large Site Collections (SPSDC)
Migrating Very Large Site Collections (SPSDC)kiwiboris
 

Semelhante a Griffon Solutions Introduction To Share Point Administration And Governance (20)

Griffon Solutions Introduction To Share Point Why Share Point
Griffon Solutions   Introduction To Share Point   Why Share PointGriffon Solutions   Introduction To Share Point   Why Share Point
Griffon Solutions Introduction To Share Point Why Share Point
 
Griffon Solutions Introduction To Share Point Tools, Tips, And Tricks
Griffon Solutions   Introduction To Share Point   Tools, Tips, And TricksGriffon Solutions   Introduction To Share Point   Tools, Tips, And Tricks
Griffon Solutions Introduction To Share Point Tools, Tips, And Tricks
 
SharePoint 2013 Site Administration
SharePoint 2013 Site AdministrationSharePoint 2013 Site Administration
SharePoint 2013 Site Administration
 
SharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbiesSharePoint 2010 Basics for newbies
SharePoint 2010 Basics for newbies
 
What Makes Migrating to the Cloud Different Than On-Premises
What Makes Migrating to the Cloud Different Than On-PremisesWhat Makes Migrating to the Cloud Different Than On-Premises
What Makes Migrating to the Cloud Different Than On-Premises
 
O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...
O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...
O365Con18 - Site Templates, Site Life Cycle Management and Modern SharePoint ...
 
Advanced SharePoint Server Concepts
Advanced SharePoint Server ConceptsAdvanced SharePoint Server Concepts
Advanced SharePoint Server Concepts
 
Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1Microsoft SharePoint Server 2010 governance v1
Microsoft SharePoint Server 2010 governance v1
 
Microsoft SharePoint server 2010 Governance v1
Microsoft SharePoint server 2010 Governance v1Microsoft SharePoint server 2010 Governance v1
Microsoft SharePoint server 2010 Governance v1
 
DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010DD105 Multi Tenancy in SharePoint 2010
DD105 Multi Tenancy in SharePoint 2010
 
Permissions level in SPO
Permissions level in SPOPermissions level in SPO
Permissions level in SPO
 
Migrating very large site collections
Migrating very large site collectionsMigrating very large site collections
Migrating very large site collections
 
Planning Your Migration to SharePoint Online #SPBiz60
Planning Your Migration to SharePoint Online #SPBiz60Planning Your Migration to SharePoint Online #SPBiz60
Planning Your Migration to SharePoint Online #SPBiz60
 
internet_gov_plan
internet_gov_planinternet_gov_plan
internet_gov_plan
 
Why Permissions Drive your Governance Strategy
Why Permissions Drive your Governance StrategyWhy Permissions Drive your Governance Strategy
Why Permissions Drive your Governance Strategy
 
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdfVirtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
Virtual Office Hours- A SharePoint Discussion for Nonprofits.pdf
 
SharePoint Training
SharePoint TrainingSharePoint Training
SharePoint Training
 
Hub site; the sub-site killer!
Hub site; the sub-site killer!Hub site; the sub-site killer!
Hub site; the sub-site killer!
 
Migrating Very Large Site Collections (SPSDC)
Migrating Very Large Site Collections (SPSDC)Migrating Very Large Site Collections (SPSDC)
Migrating Very Large Site Collections (SPSDC)
 
Sense/Net 6.0 product
Sense/Net 6.0 productSense/Net 6.0 product
Sense/Net 6.0 product
 

Mais de Deploy Software Solutions ("Deploy Solutions")

Вперед и вверх – Оттава в космосе: Член городского совета Мария Макрей
Вперед и вверх – Оттава в космосе: Член городского совета Мария МакрейВперед и вверх – Оттава в космосе: Член городского совета Мария Макрей
Вперед и вверх – Оттава в космосе: Член городского совета Мария МакрейDeploy Software Solutions ("Deploy Solutions")
 

Mais de Deploy Software Solutions ("Deploy Solutions") (17)

Why Won't People Act On Climate Change? (An excerpt from our initial research...
Why Won't People Act On Climate Change? (An excerpt from our initial research...Why Won't People Act On Climate Change? (An excerpt from our initial research...
Why Won't People Act On Climate Change? (An excerpt from our initial research...
 
A New Horizon: Space Apps in Canada 2019-11-21
A New Horizon: Space Apps in Canada 2019-11-21A New Horizon: Space Apps in Canada 2019-11-21
A New Horizon: Space Apps in Canada 2019-11-21
 
Onwards and Upwards - Good Morning, Pluto!
Onwards and Upwards - Good Morning, Pluto!Onwards and Upwards - Good Morning, Pluto!
Onwards and Upwards - Good Morning, Pluto!
 
SharePoint Ottawa - "It's Alive" Project Go Live Tips and Tricks
SharePoint Ottawa - "It's Alive" Project Go Live Tips and TricksSharePoint Ottawa - "It's Alive" Project Go Live Tips and Tricks
SharePoint Ottawa - "It's Alive" Project Go Live Tips and Tricks
 
DevOps for SharePoint (What, Why, How)
DevOps for SharePoint (What, Why, How)DevOps for SharePoint (What, Why, How)
DevOps for SharePoint (What, Why, How)
 
Adelante y arriba (Onwards and Upwards). Ottawa en el espacio: concejal Maria...
Adelante y arriba (Onwards and Upwards). Ottawa en el espacio: concejal Maria...Adelante y arriba (Onwards and Upwards). Ottawa en el espacio: concejal Maria...
Adelante y arriba (Onwards and Upwards). Ottawa en el espacio: concejal Maria...
 
Adelante y arriba (Onwards and Upwards). Hacer realidad el espacio: el viaje ...
Adelante y arriba (Onwards and Upwards). Hacer realidad el espacio: el viaje ...Adelante y arriba (Onwards and Upwards). Hacer realidad el espacio: el viaje ...
Adelante y arriba (Onwards and Upwards). Hacer realidad el espacio: el viaje ...
 
Вперед и вверх – Оттава в космосе: Член городского совета Мария Макрей
Вперед и вверх – Оттава в космосе: Член городского совета Мария МакрейВперед и вверх – Оттава в космосе: Член городского совета Мария Макрей
Вперед и вверх – Оттава в космосе: Член городского совета Мария Макрей
 
Nicholas Kellett SharePoint 2013 Document and Records Management - MISA Sha...
Nicholas Kellett   SharePoint 2013 Document and Records Management - MISA Sha...Nicholas Kellett   SharePoint 2013 Document and Records Management - MISA Sha...
Nicholas Kellett SharePoint 2013 Document and Records Management - MISA Sha...
 
Onwards and Upwards - Ottawa In Space: Councillor Maria McRae
Onwards and Upwards - Ottawa In Space: Councillor Maria McRaeOnwards and Upwards - Ottawa In Space: Councillor Maria McRae
Onwards and Upwards - Ottawa In Space: Councillor Maria McRae
 
Onwards and Upwards - "Making Space Happen": Journey to Mars
Onwards and Upwards - "Making Space Happen": Journey to MarsOnwards and Upwards - "Making Space Happen": Journey to Mars
Onwards and Upwards - "Making Space Happen": Journey to Mars
 
Choosing and Using Cloud Services with SharePoint
Choosing and Using Cloud Services with SharePointChoosing and Using Cloud Services with SharePoint
Choosing and Using Cloud Services with SharePoint
 
SharePoint Governance workshop presentation
SharePoint Governance workshop presentationSharePoint Governance workshop presentation
SharePoint Governance workshop presentation
 
Nick kellett share point summit 2011 presentation
Nick kellett share point summit 2011 presentationNick kellett share point summit 2011 presentation
Nick kellett share point summit 2011 presentation
 
SharePoint 2010 Summit - Stress Free Migration
SharePoint 2010 Summit  - Stress Free MigrationSharePoint 2010 Summit  - Stress Free Migration
SharePoint 2010 Summit - Stress Free Migration
 
SharePoint 2010 Migration Presentation
SharePoint 2010 Migration PresentationSharePoint 2010 Migration Presentation
SharePoint 2010 Migration Presentation
 
Best Practices For Centrally Governing Your Portal And Taxonomy Echo Techno...
Best Practices For Centrally Governing Your Portal And Taxonomy   Echo Techno...Best Practices For Centrally Governing Your Portal And Taxonomy   Echo Techno...
Best Practices For Centrally Governing Your Portal And Taxonomy Echo Techno...
 

Último

"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
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"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
 

Último (20)

"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
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 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
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"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...
 
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
 

Griffon Solutions Introduction To Share Point Administration And Governance

  • 1. World Class Web Solutions INTRODUCTION TO SHAREPOINT GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM MARCH 9, 2009 THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 2. INTRODUCTION TO SHAREPOINT Agenda SharePoint Administration Overview  Membership and Role Providers  Logical Administration Levels  Farm Administration  Site Collection Administration  Site Administration  List and Library Administration  Workflows  The Importance of Best Practices  Governance  MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 3. INTRODUCTION TO SHAREPOINT SharePoint Administration Overview SharePoint is designed to be flexible and allow multiple ways of  authenticating and authorizing users Authentication and Authorization uses the new standard .NET Provider  model = increases flexibility It is also intended to offload the burden from the IT Team onto end users  – therefore it has to allow delegation of administration The logical concepts in SharePoint – site collections, sites, lists, libraries,  and pages – can all be individually managed by non-technical people OOTB Workflows even allow basic content approval for publishing  SharePoint manages its own groups, allowing staff to self-provision user  permissions Information Management policies can be enforced to handle auditing  and usage, and there is full logging MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 4. INTRODUCTION TO SHAREPOINT Membership and Role Providers Authentication and Authorization uses the new standard .NET Provider  model – Membership and Role Providers OOTB SharePoint uses the Active Directory providers. SharePoint can also  use Kerberos and Windows NT accounts, SQL Server database, and Web Single SignOn (SSO). Other Forms Based Authentication (FBA), ADAM, and LDAP integration  are possible Configurations are done in the web.config of each application = a little  manual In Central Administration you can set up different authentication “zones”  for a web application to support multiple authentication types (example for an Extranet or Internet) Shared Service Provider can import user profiles via these providers  These profiles can be added to SharePoint Groups  MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 5. INTRODUCTION TO SHAREPOINT Logical Administration Levels The following are the major administration levels in SharePoint:  Central Administration – manage the whole farm  Shared Service Provider(s) – groups related settings like  search Site Collection – Settings for toplevel site and all subsites  Site – Manage settings for an individual site and its elements  Page – Each page can be customized  Lists and Libraries – Permissions, metadata, and content  approval Workspace – Documents can have workspaces (= a site)  MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 6. INTRODUCTION TO SHAREPOINT Farm Administration A SharePoint Farm is a collection of servers connected to each other  Farm Administration manages the settings for all of these in 2 logical  levels: Central Administration – manage the whole farm  Shared Service Provider(s) – groups related settings like search  settings or profile imports In Central Administration you can specify the Farm Administrators  Service Accounts are used to run SharePoint services  Automatic Jobs are run on a schedule set by an administrator  Farm Admins can backup and restore entire content databases  IM Policies, Auditing, and Logging settings are specified here  MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 7. INTRODUCTION TO SHAREPOINT Site Collection Administration Each Site Collection can have its own unique settings  Each Site Collection has its own gallery for web parts, master pages, and  site and list templates Features can be turned on or off individually for an entire site collection  Metadata (Site Columns and Content Types) can be managed at the root  Site Collections have a recycle bin for administrators to restore  accidentally deleted content When setting up a new site collection, you have to specify a primary and  secondary administrator Several groups are created OOTB including Viewers, Contributors, and  Owners. Unused site collections can be set to automatically be deleted to free up  space MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 8. INTRODUCTION TO SHAREPOINT Site Administration Each Site can have its own unique settings but will usually  inherit the parent site collection’s settings by default Each Site has its own pages and lists  Features can be turned on or off individually for a site  Metadata (Site Columns and Content Types) can be managed  at the site level too When setting up a new site, you have to specify a site owner  A site is created using a Site Definition (OOTB) OR a Site  Template (OOTB Site Def + customizations) MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 9. INTRODUCTION TO SHAREPOINT List and Library Administration Lists and libraries are created automatically if the site  definition or template includes them. You can always manually add a new list or library Security is inherited from the site level but can be  customized. Per item security is available Users can have permission to read content in a list,  contribute to it (modify content), or manage the list settings Views can be created or customized to show or hide list  columns Settings on a list can include available workflows,  searchability, alerts, and RSS Feeds MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 10. INTRODUCTION TO SHAREPOINT Workflows OOTB Workflows can be used to handle approval and  delegation tasks Available workflows include content publishing approval  (including for web page content) and translation Many people use workflow created in Visual Studio,  SharePoint Designer, or a 3rd party workflow solution to enhance the administration of SharePoint MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 11. INTRODUCTION TO SHAREPOINT The Importance of Best Practices “Best Practices” refers to the fact that in SharePoint there  are many ways to do something, but some ways are better than others Best Practices are encouraged because they avoid common  technical impediments and increase the chance of future modifications being successful Best Practices tend to be created by the SharePoint  community through trial and error, and require discipline to research and apply them Each year there is a dedicated Best Practices Conference and  many blogs speak about these and share their learning MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 12. INTRODUCTION TO SHAREPOINT Governance “Governance” is a Best Practice. It is considered critical to the  best use of a portal It refers to the process of establishing and following a set of Best  Practice policies for managing a SharePoint Farm Examples of Governance topics include: End user training and  support, establishing portal disaster recovery procedures, and content approval and archiving guidelines Governance is usually managed by a top-level team who help  decide what policies will be applied, and how Governance varies for each organization as it is very Business-  focused rather than technical Governance Lifecycle - ongoing process often predating the  creation of the SharePoint Portal and ending after the Portal’s end of life MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE
  • 13. INTRODUCTION TO SHAREPOINT Summary SharePoint Administration occurs at different levels  Farm, Site Collection, Site, Page, List / Library, Workspace  Authentication and Authorization model is very flexible and  relies on native .NET Provider Model Administrators have lots of control over permissions, look  and feel, and functionality of a portal Workflows can be used to manage content  Best Practices are important for best results with a portal  Governance is a Best Practice that is critical to a portal’s  success MARCH 9, 2009 GRIFFON SOLUTIONS | WWW.GRIFFONSOLUTIONS.COM | INFO@GRIFFONSOLUTIONS.COM THIS CONTENT IS LICENSED UNDER CREATIVE COMMONS 3.0 ATTRIBUTION-SHAREALIKE