SlideShare una empresa de Scribd logo
1 de 34
SharePoint 2010 Training Course
                      Administrator - Level 100 (Beginner)
Thuan Nguyen (MVP, MCITP, MCTS) – Principal SharePoint Consultant




              Mail: contact@thesoldier.net | Website: www.thesoldier.net
Thuan Nguyen - MVP, MCITP, MCTS




   The Soldier - Principal SharePoint Consultant
   Founder of www.sharepointvn.net
   Blogs at www.thuansoldier.net
   Twitter - @nnthuan
   Focusing on
    Planning, Designing, Implementation, ECM, In
    frastructure
   Mail - thuan@thesoldier.net
   Skype - thuansoldier



                            Mail: contact@thesoldier.net | Website: www.thesoldier.net
Lets start with the basics – what are you
going to need?

 SharePoint Server 2010 is 64-bit only
 Requires 64-bit Windows Server 2008 SP2 or 64-bit Windows
  Server 2008 R2
 Requires 64-bit SQL Server 2008 or 64-bit SQL Server 2005

                                                         More secure

                                                           Improve
                                                         performance

                                                       Data Execution
                                                         Prevention

(* You can run SharePoint 2010 on
                                               http://en.wikipedia.org/wiki/64-bit
64-bit Windows 7 for development
purpose)


                               Mail: contact@thesoldier.net | Website: www.thesoldier.net
You need to know for your
         planning server



 There is no permanent connection
  between the client browser and the
  SharePoint server




 The number of users in the organization is not the
  same as the number of simultaneous users.


                              Different activities in SharePoint
                               require different resources

                        Mail: contact@thesoldier.net | Website: www.thesoldier.net
Normalized Operations Per
         Second (NOPS)


A B C D
                             Operation/second (NOPS)
360 .000 E
                                                       Your organization has 4,000
A = The number of users                                employees (A). The percentage
B = The percentage of active users on a typical        of active users in a typical day
day                                                    is 50 (B). The number of
C = The number of operations per active user           operations per active user is
per day (estimate) (1 – 10)                            7(C). The number of working
D = The peak factor (estimate) (1 – 10)                hours for
E = The number of working hours per day                the organization as a whole is 7
                                                       hours (E). You estimate the peak
1 NOPS ~ 3 GB
                                                       factor (D) to be 5.




               At least 8GB RAM

           http://h71019.www7.hp.com/activeanswers/Secure/54820-0-0-0-121.html

                                Mail: contact@thesoldier.net | Website: www.thesoldier.net
Server Roles

 Web front-end (WFE)
 Application
 Database                                            Flexible

                                                     Scalable

                                                    Extensible



                                                    Architecture
                                                    depends on
                                                     the size of
                                                    deployment



SharePoint 2010 is far more flexible than MOSS 2007



                        Mail: contact@thesoldier.net | Website: www.thesoldier.net
Small Farm
     Deployment




                                              This provides redundancy
                                              from a Web front-end
For production purposes, a                    perspective
typical two-tier server farm
that supports 10,000 to
20,000 users.


 Separating Search
 service in
 Application tier



                         Mail: contact@thesoldier.net | Website: www.thesoldier.net
Three tier deployment
with search-optimized




Separating
Search service in
Application tier




                                 The farm can be capable of
 Separating Search
                                 handling search indexes with up to
    database
                                 10 million items.


                        Mail: contact@thesoldier.net | Website: www.thesoldier.net
Medium Farm
   Deployment




                                                 Optimize Search
                                                   Database

                                                     Control
                                                   performance



Focusing on Search and
Search index database       But you
                            need
                            more


                     Mail: contact@thesoldier.net | Website: www.thesoldier.net
Large Farm
Deployment




                                      It‟s truly
                                      ENTERPRISE




             Mail: contact@thesoldier.net | Website: www.thesoldier.net
Install SharePoint 2010


Host OS          64-bit Windows Server 2008 R2 Standard, Enterprise or
                  Datacenter. WCF hotfix:
                  http://go.microsoft.com/fwlink/?LinkID=166231
                 64-bit Windows Server 2008 Standard, Enterprise or Datacenter:
                  WCF hotfix: http://go.microsoft.com/fwlink/?LinkID=160770

Database         Microsoft SQL Server 2008
                 64-bit Microsoft SQL Server 2008 SP1 (CU2)
                 64-bit Microsoft SQL Server 2005 SP3 (CU3)

WFE/App        Web Server (IIS) role
               Application Server role
               Microsoft .NET Framework 3.5 SP1
               Microsoft Windows Identity Framework
               Microsoft Sync Framework Runtime v1.0 (x64)
               Microsoft Filter Pack 2.0
               Microsoft Chart Controls for Microsoft .NET Framework 3.5
               SQL Server 2008 Native Client
               Microsoft SQL Server 2008 Analysis Services ADOMD.NET
               ADO.NET Data Services v1.5
               Windows PowerShell 2.0(
              (To automatically install prerequisites by Microsoft SharePoint
              Products preparation Tool, ensure you have an Internet connection)


                            Mail: contact@thesoldier.net | Website: www.thesoldier.net
Supported browser
Level 1                            Level 2

   Internet Explorer 7               Apple Safari 4.x
   Internet Explorer 8 (32-bit)      Mozilla Firefox 3.5
   Mozilla Firefox 3.5               Internet Explorer 7
   Windows XP                        Internet Explore 8 (64-bit)
   Windows Vista                     Apple MAC OS X Snow
   Windows 7                          Leopard
                                      UNIX/Linux 8.1




                                                  All level 2 browsers have some
                                                  limitations.

                                                  Recommendation: the best
                                                  browser for SharePoint 2010 is
                                                  Inter Explorer 8 (32-bit)




                                   Mail: contact@thesoldier.net | Website: www.thesoldier.net
Account                Requirement
Setup user account      Domain user account
                        Member of Local
                         Administrations group
                        SQL Server login
                        Securityadmin role
                         (SQL Server)
                        Dbcreator (SQL Server)



   SharePoint_Config: Configuration database stores
    configuration SharePoint, IIS Web Site, Web
    Application…
   SharePoint_AdminContent_<GUID>: this database
    stores content in Central Administration Web
    application.




                       Mail: contact@thesoldier.net | Website: www.thesoldier.net
Fundamental
    architecture




                                                        In IIS Web
                                                          Server




                                                      In SQL Server




 Web Application
 Site Collection
 Content Database

                     Mail: contact@thesoldier.net | Website: www.thesoldier.net
Basics of Application
          Pool

                                         An IIS application pool is an
                                         isolated memory space that is
                                         routed to one or more
                                         worker processes within the
                                         security context of a user.


                                                Strengthen your
                                               overall security but
                                               increase memory.



Start > Administrative Tools >
Internet Information Service
(IIS) Manager > Application
Pools



                         Mail: contact@thesoldier.net | Website: www.thesoldier.net
Another view



                                                 Server farm
                                                   Web
                                                 Application
                                                     Site
                                                  Collection
                                                       Site
                                                Lists/Libraries
                                                Items/Folders




               Mail: contact@thesoldier.net | Website: www.thesoldier.net
Service Application – Your
core importance in
SharePoint environment




         Mail: contact@thesoldier.net | Website: www.thesoldier.net
Farewell to the Shared Services
            Provider


                             Profiles
                                                       Extensible
           Search
                                                       Flexible
                       SSP
             BDC
                             Excel
                             Calc                           Monolithic
                                                           architecture


       http://hrweb/            http://itweb/




                                     Mail: contact@thesoldier.net | Website: www.thesoldier.net
Share Service Provider in
        SharePoint 2007



The monolithic design meant that all services were available to all
Web applications.

You could not have a separate service for one Web application.

There was only one SSP for each farm, which meant that there
was a single point of failure. If this SSP failed, all users lost all SSP
functionality.

You could not implement granular services to individual business
groups.

SSP limited the security functionality of SSP.




                            Mail: contact@thesoldier.net | Website: www.thesoldier.net
Farewell to Shared
 Service Provider




          Mail: contact@thesoldier.net | Website: www.thesoldier.net
Service Application in
         SharePoint 2010


                                                             Extensible
   Search
                           User
                          Profiles
                                               Excel
                                               Calc
                                                             Flexible

          BCS
                          Visio                              Single farm
                                                WAC          Shared across
  3rd
 party                                                        farms
Service




          http://hrweb/              http://itweb/
                                                                 Get
                                                               Together


                                         Mail: contact@thesoldier.net | Website: www.thesoldier.net
Service Applications is buffet




                    Mail: contact@thesoldier.net | Website: www.thesoldier.net
SERVICE APPLICATIONS
Service Applications         Description                                                                                Store   Cross-farm
                                                                                                                        Data?   capable
Access Services              View, edit, and interact with Microsoft Access 2010 database in a browser.                 No      No

Business Data Connectivity   Access line-of-business (LOB) data systems.                                                Yes     Yes

Excel Services               Viewing and interact with Microsoft Excel files in a browser.                              No      No

Managed Metadata Service     Access managed taxonomy hierarchies, keywords, and social tagging infrastructure           Yes     Yes
                             as well as content type publishing across site collections.
PerformancePoint             PerformancePoint Services enables users to create interactive dashboards that              Yes     No
                             display key performance indicators (KPIs) and data visualizations in the form of
                             scorecards, reports and filters.

Search                       Crawls content, produces index partitions, and serves search queries.                      Yes     Yes

Secure Store Service         Provides single sign-on authentication to access multiple applications or services.        Yes     Yes

State Service                Provide temporary storage of user session data for SharePoint Server components.           Yes     No


Usage and Health Data        Collects farm wide usage and health data and provides the ability to view various          Yes     No
Collection                   usage and health reports.
User Profile                 Adds support for My Site, Profiles pages, Social Tagging and other social computing        Yes     Yes
                             features
Visio Graphics Service       Viewing and refresh of published Microsoft Visio diagrams in Web browser                   No      No

Web Analytics                Provides Web Service interfaces                                                            No      No

Word Automation Services     Perform automated bulk document conversions                                                No      No

Microsoft SharePoint         Tracks subscription IDs and settings for services that are deployed in partitioned mode.   Yes     No
Foundation Subscription      Windows PowerShell only.
Settings Service
Single Farm services versus Cross-Farm services



Single Farm Service     Cross-Farm Service
Access Database         Business Data
Services                Connectivity
Excel Services          Managed Metadata
                        Service
PerformancePoint        Search
State Service           Secure Store Service
Visio Graphics Services User Profile
Word Automation         Web Analytics
Services

                          Mail: contact@thesoldier.net | Website: www.thesoldier.net
Service Application Architecture

                                   Service: A set of bits installed on a
                                   farm that‟s capable of providing
                                   some functionality.


                                   Service Application: A specific farm-
                                   level configuration of the Service in
                                   SharePoint.


                                   Service Instance: An instance of the
                                   Service running on an Application
                                   server.


                                   Service Application Proxy: A pointer
                                   to a Service Application that exists on
                                   the WFE.


                                   Service Consumer: A SharePoint
                                   feature, such as a web-part, that talks
                                   with the service and makes its
                                   functionality available to an end user.



                 Mail: contact@thesoldier.net | Website: www.thesoldier.net
Service Application Proxies



A proxy is automatically created for an SA when the SA is
created via central admin.

It‟s a virtual link used to connect web apps to SAs

Proxies in the local farm are not created by admins, but they
appear along with the SAs in central admin

Some proxies might include settings that can be modified
- For example, for the Managed Metadata SA, you must indicate
which proxy is the default taxonomy store




                          Mail: contact@thesoldier.net | Website: www.thesoldier.net
Service Application Proxies Group



A proxy group is a group of SA proxies that are selected for a
web app

By default, all SA proxies are included in the default proxy group.
 You can remove them of course
 A single proxy can be in multiple Proxy Groups


When you create a web app you can:
 Select the default proxy group
 Create a custom proxy group by selecting
 Which SA proxies should be included

The custom proxy group for one web app cannot be reused with
a different web app


                         Mail: contact@thesoldier.net | Website: www.thesoldier.net
SharePoint 2010 Hosting
Service Provider ???
                        You can
                          do




          Mail: contact@thesoldier.net | Website: www.thesoldier.net
SharePoint 2010 for Hosting Service ?



The ability to uniquely separate each customer on a
shared environment


                                       1
                                       2
                                                          Hosting
                                                         Company
                                           SA
                  WA


                                                          Hosted
 SC      SC
         SC       SC
                 SC       SC
                         SC     SCSC                     Company
              Tenant 1           Tenant 2

                                                   Tenant               Site
                                                Administrator        Administrator



                           Mail: contact@thesoldier.net | Website: www.thesoldier.net
Multi-Tenant for Hosting Provider



   Services can be configured to “share” data
    across Tenants or to “partition” data
    for each tenant (data isolation)
                                                                Data
   Allows multiple organizations to                         Partition A
    be „hosted‟ on the same SharePoint
                                                             Partition B
    configuration, but keeps their
    data isolated
   Configurable „per-service‟ to allow
    for “Mixed-Mode Partitioning”

      Is that your           Backup/Restore
         desire?             Constraints


                          Mail: contact@thesoldier.net | Website: www.thesoldier.net
List of possibilities


    User Profiles                                         State
    Managed Metadata                                      Access Database
    Data Connectivity                                     Visio Graphics
    Search                                                Word Viewing
    Secure Store                                          PowerPoint
    Word Automation                                       Excel Calculation
 (can store tenant data and can be partitioned)       (do not store tenant data, and do not support Partition
                                                      Mode)



 Web Analytics (site-                                 PerformancePoint
  based)                                               FAST for SharePoint
 Usage and Health Data
  Collection (site-based)
                                                      (cannot be partitioned, and don not make sense in
(can store tenant data, but cannot be partitioned)
                                                      multi-tenant environments)
Example Scenario


SharePoint 2010
Hosting Provider
                                Cloud area ???



       Foundation
       Standard                           One
       Enterprise                       Database



                                                            Partition
                                                            data


                                                   Personal blog
                                                   Small solution
                                                   DMS/Search


                   Mail: contact@thesoldier.net | Website: www.thesoldier.net
To be continued…




      Mail: contact@thesoldier.net | Website: www.thesoldier.net
Thanks for your attending



contact@thesoldier.net
www.thesoldier.net




                    Mail: contact@thesoldier.net | Website: www.thesoldier.net

Más contenido relacionado

La actualidad más candente

SharePoint 2010 Application Development
SharePoint 2010 Application DevelopmentSharePoint 2010 Application Development
SharePoint 2010 Application Developmentmattbremer
 
Office 2013 loves web developers slide
Office 2013 loves web developers   slideOffice 2013 loves web developers   slide
Office 2013 loves web developers slideFabio Franzini
 
SharePoint Developer Experience Present & Future
SharePoint Developer Experience Present & FutureSharePoint Developer Experience Present & Future
SharePoint Developer Experience Present & Futuremattbremer
 
SPUnite17 Building Great Client Side Web Parts with SPFx
SPUnite17 Building Great Client Side Web Parts with SPFxSPUnite17 Building Great Client Side Web Parts with SPFx
SPUnite17 Building Great Client Side Web Parts with SPFxNCCOMMS
 
Visio Services in SharePoint 2010
Visio Services in SharePoint 2010Visio Services in SharePoint 2010
Visio Services in SharePoint 2010Alexander Meijers
 
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...Ivan Sanders
 
Web Page Composer Webinar
Web Page Composer WebinarWeb Page Composer Webinar
Web Page Composer Webinarricharoy
 
Oracle WebCenter Content User Training
Oracle WebCenter Content User Training Oracle WebCenter Content User Training
Oracle WebCenter Content User Training virkmasood
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applicationsChris Givens
 
How to build SharePoint 2013 Killer Apps
How to build SharePoint 2013 Killer AppsHow to build SharePoint 2013 Killer Apps
How to build SharePoint 2013 Killer AppsMaarten Visser
 
SharePoint 2010 developer overview (in Visual Studio 2010)
SharePoint 2010 developer overview (in Visual Studio 2010)SharePoint 2010 developer overview (in Visual Studio 2010)
SharePoint 2010 developer overview (in Visual Studio 2010)Mithun T. Dhar
 
SharePoint 2010 as a Development Platform, Ayman El-Hattab MVP
SharePoint 2010 as a Development Platform, Ayman El-Hattab MVPSharePoint 2010 as a Development Platform, Ayman El-Hattab MVP
SharePoint 2010 as a Development Platform, Ayman El-Hattab MVPAyman El-Hattab
 
OnPath SharePoint Training Solution Written Justification
OnPath SharePoint Training Solution Written JustificationOnPath SharePoint Training Solution Written Justification
OnPath SharePoint Training Solution Written JustificationShadeed Eleazer
 

La actualidad más candente (20)

SharePoint 2010 Application Development
SharePoint 2010 Application DevelopmentSharePoint 2010 Application Development
SharePoint 2010 Application Development
 
Office 2013 loves web developers slide
Office 2013 loves web developers   slideOffice 2013 loves web developers   slide
Office 2013 loves web developers slide
 
SharePoint Developer Experience Present & Future
SharePoint Developer Experience Present & FutureSharePoint Developer Experience Present & Future
SharePoint Developer Experience Present & Future
 
AUC Tech-SP 2010
AUC Tech-SP 2010AUC Tech-SP 2010
AUC Tech-SP 2010
 
Anusha Padala
Anusha PadalaAnusha Padala
Anusha Padala
 
SPUnite17 Building Great Client Side Web Parts with SPFx
SPUnite17 Building Great Client Side Web Parts with SPFxSPUnite17 Building Great Client Side Web Parts with SPFx
SPUnite17 Building Great Client Side Web Parts with SPFx
 
What's New for SP2010 Devs
What's New for SP2010 DevsWhat's New for SP2010 Devs
What's New for SP2010 Devs
 
Access SharePoint Remotely
Access SharePoint RemotelyAccess SharePoint Remotely
Access SharePoint Remotely
 
Visio Services in SharePoint 2010
Visio Services in SharePoint 2010Visio Services in SharePoint 2010
Visio Services in SharePoint 2010
 
Access & SharePoint
Access & SharePointAccess & SharePoint
Access & SharePoint
 
SP2010 Developer Tools
SP2010 Developer ToolsSP2010 Developer Tools
SP2010 Developer Tools
 
Intro to power apps
Intro to power appsIntro to power apps
Intro to power apps
 
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
SharePoint Connections Coast to Coast Business Intelligence Solutions with Sh...
 
Web Page Composer Webinar
Web Page Composer WebinarWeb Page Composer Webinar
Web Page Composer Webinar
 
Oracle WebCenter Content User Training
Oracle WebCenter Content User Training Oracle WebCenter Content User Training
Oracle WebCenter Content User Training
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applications
 
How to build SharePoint 2013 Killer Apps
How to build SharePoint 2013 Killer AppsHow to build SharePoint 2013 Killer Apps
How to build SharePoint 2013 Killer Apps
 
SharePoint 2010 developer overview (in Visual Studio 2010)
SharePoint 2010 developer overview (in Visual Studio 2010)SharePoint 2010 developer overview (in Visual Studio 2010)
SharePoint 2010 developer overview (in Visual Studio 2010)
 
SharePoint 2010 as a Development Platform, Ayman El-Hattab MVP
SharePoint 2010 as a Development Platform, Ayman El-Hattab MVPSharePoint 2010 as a Development Platform, Ayman El-Hattab MVP
SharePoint 2010 as a Development Platform, Ayman El-Hattab MVP
 
OnPath SharePoint Training Solution Written Justification
OnPath SharePoint Training Solution Written JustificationOnPath SharePoint Training Solution Written Justification
OnPath SharePoint Training Solution Written Justification
 

Destacado

LCBO SharePoint Team Site Training Deck
LCBO SharePoint Team Site Training DeckLCBO SharePoint Team Site Training Deck
LCBO SharePoint Team Site Training DeckIvor Davies
 
Intermediate SharePoint 2010 Training
Intermediate SharePoint 2010 TrainingIntermediate SharePoint 2010 Training
Intermediate SharePoint 2010 TrainingIvor Davies
 
Creating an Amazing Intranet
Creating an Amazing IntranetCreating an Amazing Intranet
Creating an Amazing Intranethaiyankhan
 
Introduction to SharePoint as a Development Platform
Introduction to SharePoint as a Development PlatformIntroduction to SharePoint as a Development Platform
Introduction to SharePoint as a Development PlatformRonald Courville
 
Make a better social collaboration platform with share point 2013
Make a better social collaboration platform with share point 2013Make a better social collaboration platform with share point 2013
Make a better social collaboration platform with share point 2013Thuan Ng
 
SharePoint PowerShell for the Admin and Developer - A Venn Diagram Experience
SharePoint PowerShell for the Admin and Developer - A Venn Diagram ExperienceSharePoint PowerShell for the Admin and Developer - A Venn Diagram Experience
SharePoint PowerShell for the Admin and Developer - A Venn Diagram ExperienceRicardo Wilkins
 
Basics of SharePoint
Basics of SharePointBasics of SharePoint
Basics of SharePointsamirsangli
 
SharePoint 2010 overview
SharePoint 2010 overviewSharePoint 2010 overview
SharePoint 2010 overviewSentri
 
What IS SharePoint Development?
What IS SharePoint Development?What IS SharePoint Development?
What IS SharePoint Development?Mark Rackley
 
SharePoint Development(Lesson 5)
SharePoint Development(Lesson 5)SharePoint Development(Lesson 5)
SharePoint Development(Lesson 5)MJ Ferdous
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessKanwal Khipple
 
User Centered Design and SharePoint Publishing Portals
User Centered Design and SharePoint Publishing PortalsUser Centered Design and SharePoint Publishing Portals
User Centered Design and SharePoint Publishing PortalsTom Pham
 
Drilett aws vpc_presentation_shared
Drilett aws vpc_presentation_sharedDrilett aws vpc_presentation_shared
Drilett aws vpc_presentation_sharedDavid Rilett
 
Saving Struggling Quality Teams
Saving Struggling Quality TeamsSaving Struggling Quality Teams
Saving Struggling Quality Teamsahmad bassiouny
 
G325 audience theory applied march 2014
G325 audience theory applied march 2014G325 audience theory applied march 2014
G325 audience theory applied march 2014JadeMitha
 
Diagnostico hospital cotoca
Diagnostico hospital cotocaDiagnostico hospital cotoca
Diagnostico hospital cotocaMarlen Maturano
 
презентация Bidify (русский)
презентация Bidify (русский)презентация Bidify (русский)
презентация Bidify (русский)susik7
 

Destacado (20)

LCBO SharePoint Team Site Training Deck
LCBO SharePoint Team Site Training DeckLCBO SharePoint Team Site Training Deck
LCBO SharePoint Team Site Training Deck
 
Intermediate SharePoint 2010 Training
Intermediate SharePoint 2010 TrainingIntermediate SharePoint 2010 Training
Intermediate SharePoint 2010 Training
 
Creating an Amazing Intranet
Creating an Amazing IntranetCreating an Amazing Intranet
Creating an Amazing Intranet
 
Introduction to SharePoint as a Development Platform
Introduction to SharePoint as a Development PlatformIntroduction to SharePoint as a Development Platform
Introduction to SharePoint as a Development Platform
 
Make a better social collaboration platform with share point 2013
Make a better social collaboration platform with share point 2013Make a better social collaboration platform with share point 2013
Make a better social collaboration platform with share point 2013
 
SharePoint PowerShell for the Admin and Developer - A Venn Diagram Experience
SharePoint PowerShell for the Admin and Developer - A Venn Diagram ExperienceSharePoint PowerShell for the Admin and Developer - A Venn Diagram Experience
SharePoint PowerShell for the Admin and Developer - A Venn Diagram Experience
 
Basics of SharePoint
Basics of SharePointBasics of SharePoint
Basics of SharePoint
 
SharePoint 2010 overview
SharePoint 2010 overviewSharePoint 2010 overview
SharePoint 2010 overview
 
What IS SharePoint Development?
What IS SharePoint Development?What IS SharePoint Development?
What IS SharePoint Development?
 
SharePoint Development(Lesson 5)
SharePoint Development(Lesson 5)SharePoint Development(Lesson 5)
SharePoint Development(Lesson 5)
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for Business
 
User Centered Design and SharePoint Publishing Portals
User Centered Design and SharePoint Publishing PortalsUser Centered Design and SharePoint Publishing Portals
User Centered Design and SharePoint Publishing Portals
 
Key 3
Key 3Key 3
Key 3
 
Burke aafp federal affairs
Burke aafp federal affairsBurke aafp federal affairs
Burke aafp federal affairs
 
Drilett aws vpc_presentation_shared
Drilett aws vpc_presentation_sharedDrilett aws vpc_presentation_shared
Drilett aws vpc_presentation_shared
 
Saving Struggling Quality Teams
Saving Struggling Quality TeamsSaving Struggling Quality Teams
Saving Struggling Quality Teams
 
G325 audience theory applied march 2014
G325 audience theory applied march 2014G325 audience theory applied march 2014
G325 audience theory applied march 2014
 
Diagnostico hospital cotoca
Diagnostico hospital cotocaDiagnostico hospital cotoca
Diagnostico hospital cotoca
 
Merenungi kembali cerita uang
Merenungi kembali cerita uangMerenungi kembali cerita uang
Merenungi kembali cerita uang
 
презентация Bidify (русский)
презентация Bidify (русский)презентация Bidify (русский)
презентация Bidify (русский)
 

Similar a Sp administration-training-prism

Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Joel Oleson
 
SharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT Pros
SharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT ProsSharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT Pros
SharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT ProsDan Usher
 
Exploring, visualizing and presenting data with power view
Exploring, visualizing and presenting data with power viewExploring, visualizing and presenting data with power view
Exploring, visualizing and presenting data with power viewCode Mastery
 
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell ScriptsSPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell ScriptsMichael Noel
 
Exploring, Visualizing and Presenting Data with Power View
Exploring, Visualizing and Presenting Data with Power ViewExploring, Visualizing and Presenting Data with Power View
Exploring, Visualizing and Presenting Data with Power ViewCode Mastery
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CMichael Noel
 
Sharepoint Server 2010 Genel Bilgilendirme
Sharepoint Server 2010 Genel BilgilendirmeSharepoint Server 2010 Genel Bilgilendirme
Sharepoint Server 2010 Genel BilgilendirmeEvren Ayan
 
SharePoint 2010
SharePoint 2010SharePoint 2010
SharePoint 2010nplowman
 
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSBest Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSguest7c2e070
 
SharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementSharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementChris McNulty
 
SPSPTCDC - SharePoint Admin 101 - SpeedMetal - PowerUser to Admin in 75 Minutes
SPSPTCDC - SharePoint Admin 101 - SpeedMetal - PowerUser to Admin in 75 MinutesSPSPTCDC - SharePoint Admin 101 - SpeedMetal - PowerUser to Admin in 75 Minutes
SPSPTCDC - SharePoint Admin 101 - SpeedMetal - PowerUser to Admin in 75 MinutesKnowledge Management Associates, LLC
 
Solve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 FeaturesSolve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 FeaturesCory Peters
 
SharePoint 2010 Architecture - TechEd Brasil 2010
SharePoint 2010 Architecture - TechEd Brasil 2010SharePoint 2010 Architecture - TechEd Brasil 2010
SharePoint 2010 Architecture - TechEd Brasil 2010Michael Noel
 
SharePoint Online and the Cloud
SharePoint Online and the CloudSharePoint Online and the Cloud
SharePoint Online and the CloudRandy Williams
 
A SharePoint Developers Guide to Project Server
A SharePoint Developers Guide to Project ServerA SharePoint Developers Guide to Project Server
A SharePoint Developers Guide to Project ServerAlexander Burton
 
Dot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnewDot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnewDotNetCampus
 
SHAREPOINT 2016 - WHAT'S NEW
SHAREPOINT 2016 - WHAT'S NEWSHAREPOINT 2016 - WHAT'S NEW
SHAREPOINT 2016 - WHAT'S NEWDotNetCampus
 
Jeremy Thake Perth Share Point Ug Sp2010 How Will Be Affect Me
Jeremy Thake  Perth Share Point Ug   Sp2010 How Will Be Affect MeJeremy Thake  Perth Share Point Ug   Sp2010 How Will Be Affect Me
Jeremy Thake Perth Share Point Ug Sp2010 How Will Be Affect MeJeremy Thake
 

Similar a Sp administration-training-prism (20)

Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
 
SharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT Pros
SharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT ProsSharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT Pros
SharePoint Intersections - SP09 - Introduction to SharePoint 2013 for IT Pros
 
Exploring, visualizing and presenting data with power view
Exploring, visualizing and presenting data with power viewExploring, visualizing and presenting data with power view
Exploring, visualizing and presenting data with power view
 
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell ScriptsSPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
SPCSEA 2013 - Setting up SharePoint 2013: Tips and Tricks and PowerShell Scripts
 
Exploring, Visualizing and Presenting Data with Power View
Exploring, Visualizing and Presenting Data with Power ViewExploring, Visualizing and Presenting Data with Power View
Exploring, Visualizing and Presenting Data with Power View
 
SharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2CSharePoint 2010 High Availability - SPC2C
SharePoint 2010 High Availability - SPC2C
 
Sharepoint Server 2010 Genel Bilgilendirme
Sharepoint Server 2010 Genel BilgilendirmeSharepoint Server 2010 Genel Bilgilendirme
Sharepoint Server 2010 Genel Bilgilendirme
 
SharePoint 2010
SharePoint 2010SharePoint 2010
SharePoint 2010
 
Share Point
Share PointShare Point
Share Point
 
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUSBest Practices to SharePoint Architecture Fundamentals NZ & AUS
Best Practices to SharePoint Architecture Fundamentals NZ & AUS
 
SharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and ManagementSharePoint 2010 - IT Platform upgrade and Management
SharePoint 2010 - IT Platform upgrade and Management
 
SPSPTCDC - SharePoint Admin 101 - SpeedMetal - PowerUser to Admin in 75 Minutes
SPSPTCDC - SharePoint Admin 101 - SpeedMetal - PowerUser to Admin in 75 MinutesSPSPTCDC - SharePoint Admin 101 - SpeedMetal - PowerUser to Admin in 75 Minutes
SPSPTCDC - SharePoint Admin 101 - SpeedMetal - PowerUser to Admin in 75 Minutes
 
Solve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 FeaturesSolve Todays Problems with 10 New SharePoint 2010 Features
Solve Todays Problems with 10 New SharePoint 2010 Features
 
Share point 2010 overview
Share point 2010 overviewShare point 2010 overview
Share point 2010 overview
 
SharePoint 2010 Architecture - TechEd Brasil 2010
SharePoint 2010 Architecture - TechEd Brasil 2010SharePoint 2010 Architecture - TechEd Brasil 2010
SharePoint 2010 Architecture - TechEd Brasil 2010
 
SharePoint Online and the Cloud
SharePoint Online and the CloudSharePoint Online and the Cloud
SharePoint Online and the Cloud
 
A SharePoint Developers Guide to Project Server
A SharePoint Developers Guide to Project ServerA SharePoint Developers Guide to Project Server
A SharePoint Developers Guide to Project Server
 
Dot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnewDot netcampus2015 francescosodano-sharepoint2016whatsnew
Dot netcampus2015 francescosodano-sharepoint2016whatsnew
 
SHAREPOINT 2016 - WHAT'S NEW
SHAREPOINT 2016 - WHAT'S NEWSHAREPOINT 2016 - WHAT'S NEW
SHAREPOINT 2016 - WHAT'S NEW
 
Jeremy Thake Perth Share Point Ug Sp2010 How Will Be Affect Me
Jeremy Thake  Perth Share Point Ug   Sp2010 How Will Be Affect MeJeremy Thake  Perth Share Point Ug   Sp2010 How Will Be Affect Me
Jeremy Thake Perth Share Point Ug Sp2010 How Will Be Affect Me
 

Más de Thuan Ng

Make your Azure PaaS Deployment More Safe
Make your Azure PaaS Deployment More SafeMake your Azure PaaS Deployment More Safe
Make your Azure PaaS Deployment More SafeThuan Ng
 
Accelerating Digital Transformation With Microsoft Azure And Cognitive Services
Accelerating Digital Transformation With Microsoft Azure And Cognitive ServicesAccelerating Digital Transformation With Microsoft Azure And Cognitive Services
Accelerating Digital Transformation With Microsoft Azure And Cognitive ServicesThuan Ng
 
An initiative to healthcare analytics with office 365 and power bi spsparis2017
An initiative to healthcare analytics with office 365 and power bi spsparis2017An initiative to healthcare analytics with office 365 and power bi spsparis2017
An initiative to healthcare analytics with office 365 and power bi spsparis2017Thuan Ng
 
Design a Secure Azure IaaS - Lesson Learnt from Government Cloud
Design a Secure Azure IaaS - Lesson Learnt from Government Cloud Design a Secure Azure IaaS - Lesson Learnt from Government Cloud
Design a Secure Azure IaaS - Lesson Learnt from Government Cloud Thuan Ng
 
ExpertsLive Asia Pacific 2017 - Planning and Deploying SharePoint Server 2016...
ExpertsLive Asia Pacific 2017 - Planning and Deploying SharePoint Server 2016...ExpertsLive Asia Pacific 2017 - Planning and Deploying SharePoint Server 2016...
ExpertsLive Asia Pacific 2017 - Planning and Deploying SharePoint Server 2016...Thuan Ng
 
Lotus Notes Transition To Office 365
Lotus Notes Transition To Office 365Lotus Notes Transition To Office 365
Lotus Notes Transition To Office 365Thuan Ng
 
Search Solution in SharePoint 2013
Search Solution in SharePoint 2013Search Solution in SharePoint 2013
Search Solution in SharePoint 2013Thuan Ng
 
Planning and deploying_share_point_farm_in_azure_gabsg_2016
Planning and deploying_share_point_farm_in_azure_gabsg_2016Planning and deploying_share_point_farm_in_azure_gabsg_2016
Planning and deploying_share_point_farm_in_azure_gabsg_2016Thuan Ng
 
B365 saturday practical guide to building a scalable search architecture in s...
B365 saturday practical guide to building a scalable search architecture in s...B365 saturday practical guide to building a scalable search architecture in s...
B365 saturday practical guide to building a scalable search architecture in s...Thuan Ng
 
SharePoint 2013 Document Management Features
SharePoint 2013 Document Management FeaturesSharePoint 2013 Document Management Features
SharePoint 2013 Document Management FeaturesThuan Ng
 
SharePoint 2010 Intranet Presentation
SharePoint 2010 Intranet PresentationSharePoint 2010 Intranet Presentation
SharePoint 2010 Intranet PresentationThuan Ng
 
Explanation of sp in crazy way
Explanation of sp in crazy wayExplanation of sp in crazy way
Explanation of sp in crazy wayThuan Ng
 
SharePoint Development with Visual Studio 2012
SharePoint Development with Visual Studio 2012SharePoint Development with Visual Studio 2012
SharePoint Development with Visual Studio 2012Thuan Ng
 
Dynamic access control sbc12 - thuan nguyen
Dynamic access control sbc12 - thuan nguyenDynamic access control sbc12 - thuan nguyen
Dynamic access control sbc12 - thuan nguyenThuan Ng
 
A glance at share point 2013 social features
A glance at share point 2013 social featuresA glance at share point 2013 social features
A glance at share point 2013 social featuresThuan Ng
 
Share point 2010 indoctrination
Share point 2010 indoctrinationShare point 2010 indoctrination
Share point 2010 indoctrinationThuan Ng
 
Basics of project management - Week 1
Basics of project management - Week 1Basics of project management - Week 1
Basics of project management - Week 1Thuan Ng
 
Designing service applications architecture
Designing service applications architectureDesigning service applications architecture
Designing service applications architectureThuan Ng
 
Sharepoint 2010 the medicine for your business hsu
Sharepoint 2010 the medicine for your business   hsuSharepoint 2010 the medicine for your business   hsu
Sharepoint 2010 the medicine for your business hsuThuan Ng
 
Sharepoint 2010 overview for student in university
Sharepoint 2010 overview for student in universitySharepoint 2010 overview for student in university
Sharepoint 2010 overview for student in universityThuan Ng
 

Más de Thuan Ng (20)

Make your Azure PaaS Deployment More Safe
Make your Azure PaaS Deployment More SafeMake your Azure PaaS Deployment More Safe
Make your Azure PaaS Deployment More Safe
 
Accelerating Digital Transformation With Microsoft Azure And Cognitive Services
Accelerating Digital Transformation With Microsoft Azure And Cognitive ServicesAccelerating Digital Transformation With Microsoft Azure And Cognitive Services
Accelerating Digital Transformation With Microsoft Azure And Cognitive Services
 
An initiative to healthcare analytics with office 365 and power bi spsparis2017
An initiative to healthcare analytics with office 365 and power bi spsparis2017An initiative to healthcare analytics with office 365 and power bi spsparis2017
An initiative to healthcare analytics with office 365 and power bi spsparis2017
 
Design a Secure Azure IaaS - Lesson Learnt from Government Cloud
Design a Secure Azure IaaS - Lesson Learnt from Government Cloud Design a Secure Azure IaaS - Lesson Learnt from Government Cloud
Design a Secure Azure IaaS - Lesson Learnt from Government Cloud
 
ExpertsLive Asia Pacific 2017 - Planning and Deploying SharePoint Server 2016...
ExpertsLive Asia Pacific 2017 - Planning and Deploying SharePoint Server 2016...ExpertsLive Asia Pacific 2017 - Planning and Deploying SharePoint Server 2016...
ExpertsLive Asia Pacific 2017 - Planning and Deploying SharePoint Server 2016...
 
Lotus Notes Transition To Office 365
Lotus Notes Transition To Office 365Lotus Notes Transition To Office 365
Lotus Notes Transition To Office 365
 
Search Solution in SharePoint 2013
Search Solution in SharePoint 2013Search Solution in SharePoint 2013
Search Solution in SharePoint 2013
 
Planning and deploying_share_point_farm_in_azure_gabsg_2016
Planning and deploying_share_point_farm_in_azure_gabsg_2016Planning and deploying_share_point_farm_in_azure_gabsg_2016
Planning and deploying_share_point_farm_in_azure_gabsg_2016
 
B365 saturday practical guide to building a scalable search architecture in s...
B365 saturday practical guide to building a scalable search architecture in s...B365 saturday practical guide to building a scalable search architecture in s...
B365 saturday practical guide to building a scalable search architecture in s...
 
SharePoint 2013 Document Management Features
SharePoint 2013 Document Management FeaturesSharePoint 2013 Document Management Features
SharePoint 2013 Document Management Features
 
SharePoint 2010 Intranet Presentation
SharePoint 2010 Intranet PresentationSharePoint 2010 Intranet Presentation
SharePoint 2010 Intranet Presentation
 
Explanation of sp in crazy way
Explanation of sp in crazy wayExplanation of sp in crazy way
Explanation of sp in crazy way
 
SharePoint Development with Visual Studio 2012
SharePoint Development with Visual Studio 2012SharePoint Development with Visual Studio 2012
SharePoint Development with Visual Studio 2012
 
Dynamic access control sbc12 - thuan nguyen
Dynamic access control sbc12 - thuan nguyenDynamic access control sbc12 - thuan nguyen
Dynamic access control sbc12 - thuan nguyen
 
A glance at share point 2013 social features
A glance at share point 2013 social featuresA glance at share point 2013 social features
A glance at share point 2013 social features
 
Share point 2010 indoctrination
Share point 2010 indoctrinationShare point 2010 indoctrination
Share point 2010 indoctrination
 
Basics of project management - Week 1
Basics of project management - Week 1Basics of project management - Week 1
Basics of project management - Week 1
 
Designing service applications architecture
Designing service applications architectureDesigning service applications architecture
Designing service applications architecture
 
Sharepoint 2010 the medicine for your business hsu
Sharepoint 2010 the medicine for your business   hsuSharepoint 2010 the medicine for your business   hsu
Sharepoint 2010 the medicine for your business hsu
 
Sharepoint 2010 overview for student in university
Sharepoint 2010 overview for student in universitySharepoint 2010 overview for student in university
Sharepoint 2010 overview for student in university
 

Último

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Último (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Sp administration-training-prism

  • 1. SharePoint 2010 Training Course Administrator - Level 100 (Beginner) Thuan Nguyen (MVP, MCITP, MCTS) – Principal SharePoint Consultant Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 2. Thuan Nguyen - MVP, MCITP, MCTS  The Soldier - Principal SharePoint Consultant  Founder of www.sharepointvn.net  Blogs at www.thuansoldier.net  Twitter - @nnthuan  Focusing on Planning, Designing, Implementation, ECM, In frastructure  Mail - thuan@thesoldier.net  Skype - thuansoldier Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 3. Lets start with the basics – what are you going to need?  SharePoint Server 2010 is 64-bit only  Requires 64-bit Windows Server 2008 SP2 or 64-bit Windows Server 2008 R2  Requires 64-bit SQL Server 2008 or 64-bit SQL Server 2005 More secure Improve performance Data Execution Prevention (* You can run SharePoint 2010 on http://en.wikipedia.org/wiki/64-bit 64-bit Windows 7 for development purpose) Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 4. You need to know for your planning server  There is no permanent connection between the client browser and the SharePoint server  The number of users in the organization is not the same as the number of simultaneous users.  Different activities in SharePoint require different resources Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 5. Normalized Operations Per Second (NOPS) A B C D Operation/second (NOPS) 360 .000 E Your organization has 4,000 A = The number of users employees (A). The percentage B = The percentage of active users on a typical of active users in a typical day day is 50 (B). The number of C = The number of operations per active user operations per active user is per day (estimate) (1 – 10) 7(C). The number of working D = The peak factor (estimate) (1 – 10) hours for E = The number of working hours per day the organization as a whole is 7 hours (E). You estimate the peak 1 NOPS ~ 3 GB factor (D) to be 5. At least 8GB RAM http://h71019.www7.hp.com/activeanswers/Secure/54820-0-0-0-121.html Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 6. Server Roles  Web front-end (WFE)  Application  Database Flexible Scalable Extensible Architecture depends on the size of deployment SharePoint 2010 is far more flexible than MOSS 2007 Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 7. Small Farm Deployment This provides redundancy from a Web front-end For production purposes, a perspective typical two-tier server farm that supports 10,000 to 20,000 users. Separating Search service in Application tier Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 8. Three tier deployment with search-optimized Separating Search service in Application tier The farm can be capable of Separating Search handling search indexes with up to database 10 million items. Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 9. Medium Farm Deployment Optimize Search Database Control performance Focusing on Search and Search index database But you need more Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 10. Large Farm Deployment It‟s truly ENTERPRISE Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 11. Install SharePoint 2010 Host OS  64-bit Windows Server 2008 R2 Standard, Enterprise or Datacenter. WCF hotfix: http://go.microsoft.com/fwlink/?LinkID=166231  64-bit Windows Server 2008 Standard, Enterprise or Datacenter: WCF hotfix: http://go.microsoft.com/fwlink/?LinkID=160770 Database  Microsoft SQL Server 2008  64-bit Microsoft SQL Server 2008 SP1 (CU2)  64-bit Microsoft SQL Server 2005 SP3 (CU3) WFE/App  Web Server (IIS) role  Application Server role  Microsoft .NET Framework 3.5 SP1  Microsoft Windows Identity Framework  Microsoft Sync Framework Runtime v1.0 (x64)  Microsoft Filter Pack 2.0  Microsoft Chart Controls for Microsoft .NET Framework 3.5  SQL Server 2008 Native Client  Microsoft SQL Server 2008 Analysis Services ADOMD.NET  ADO.NET Data Services v1.5  Windows PowerShell 2.0( (To automatically install prerequisites by Microsoft SharePoint Products preparation Tool, ensure you have an Internet connection) Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 12. Supported browser Level 1 Level 2  Internet Explorer 7  Apple Safari 4.x  Internet Explorer 8 (32-bit)  Mozilla Firefox 3.5  Mozilla Firefox 3.5  Internet Explorer 7  Windows XP  Internet Explore 8 (64-bit)  Windows Vista  Apple MAC OS X Snow  Windows 7 Leopard  UNIX/Linux 8.1 All level 2 browsers have some limitations. Recommendation: the best browser for SharePoint 2010 is Inter Explorer 8 (32-bit) Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 13. Account Requirement Setup user account  Domain user account  Member of Local Administrations group  SQL Server login  Securityadmin role (SQL Server)  Dbcreator (SQL Server)  SharePoint_Config: Configuration database stores configuration SharePoint, IIS Web Site, Web Application…  SharePoint_AdminContent_<GUID>: this database stores content in Central Administration Web application. Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 14. Fundamental architecture In IIS Web Server In SQL Server  Web Application  Site Collection  Content Database Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 15. Basics of Application Pool An IIS application pool is an isolated memory space that is routed to one or more worker processes within the security context of a user. Strengthen your overall security but increase memory. Start > Administrative Tools > Internet Information Service (IIS) Manager > Application Pools Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 16. Another view Server farm Web Application Site Collection Site Lists/Libraries Items/Folders Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 17. Service Application – Your core importance in SharePoint environment Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 18. Farewell to the Shared Services Provider Profiles Extensible Search Flexible SSP BDC Excel Calc Monolithic architecture http://hrweb/ http://itweb/ Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 19. Share Service Provider in SharePoint 2007 The monolithic design meant that all services were available to all Web applications. You could not have a separate service for one Web application. There was only one SSP for each farm, which meant that there was a single point of failure. If this SSP failed, all users lost all SSP functionality. You could not implement granular services to individual business groups. SSP limited the security functionality of SSP. Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 20. Farewell to Shared Service Provider Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 21. Service Application in SharePoint 2010  Extensible Search User Profiles Excel Calc  Flexible BCS Visio  Single farm WAC  Shared across 3rd party farms Service http://hrweb/ http://itweb/ Get Together Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 22. Service Applications is buffet Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 23. SERVICE APPLICATIONS Service Applications Description Store Cross-farm Data? capable Access Services View, edit, and interact with Microsoft Access 2010 database in a browser. No No Business Data Connectivity Access line-of-business (LOB) data systems. Yes Yes Excel Services Viewing and interact with Microsoft Excel files in a browser. No No Managed Metadata Service Access managed taxonomy hierarchies, keywords, and social tagging infrastructure Yes Yes as well as content type publishing across site collections. PerformancePoint PerformancePoint Services enables users to create interactive dashboards that Yes No display key performance indicators (KPIs) and data visualizations in the form of scorecards, reports and filters. Search Crawls content, produces index partitions, and serves search queries. Yes Yes Secure Store Service Provides single sign-on authentication to access multiple applications or services. Yes Yes State Service Provide temporary storage of user session data for SharePoint Server components. Yes No Usage and Health Data Collects farm wide usage and health data and provides the ability to view various Yes No Collection usage and health reports. User Profile Adds support for My Site, Profiles pages, Social Tagging and other social computing Yes Yes features Visio Graphics Service Viewing and refresh of published Microsoft Visio diagrams in Web browser No No Web Analytics Provides Web Service interfaces No No Word Automation Services Perform automated bulk document conversions No No Microsoft SharePoint Tracks subscription IDs and settings for services that are deployed in partitioned mode. Yes No Foundation Subscription Windows PowerShell only. Settings Service
  • 24. Single Farm services versus Cross-Farm services Single Farm Service Cross-Farm Service Access Database Business Data Services Connectivity Excel Services Managed Metadata Service PerformancePoint Search State Service Secure Store Service Visio Graphics Services User Profile Word Automation Web Analytics Services Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 25. Service Application Architecture Service: A set of bits installed on a farm that‟s capable of providing some functionality. Service Application: A specific farm- level configuration of the Service in SharePoint. Service Instance: An instance of the Service running on an Application server. Service Application Proxy: A pointer to a Service Application that exists on the WFE. Service Consumer: A SharePoint feature, such as a web-part, that talks with the service and makes its functionality available to an end user. Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 26. Service Application Proxies A proxy is automatically created for an SA when the SA is created via central admin. It‟s a virtual link used to connect web apps to SAs Proxies in the local farm are not created by admins, but they appear along with the SAs in central admin Some proxies might include settings that can be modified - For example, for the Managed Metadata SA, you must indicate which proxy is the default taxonomy store Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 27. Service Application Proxies Group A proxy group is a group of SA proxies that are selected for a web app By default, all SA proxies are included in the default proxy group.  You can remove them of course  A single proxy can be in multiple Proxy Groups When you create a web app you can:  Select the default proxy group  Create a custom proxy group by selecting  Which SA proxies should be included The custom proxy group for one web app cannot be reused with a different web app Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 28. SharePoint 2010 Hosting Service Provider ??? You can do Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 29. SharePoint 2010 for Hosting Service ? The ability to uniquely separate each customer on a shared environment 1 2 Hosting Company SA WA Hosted SC SC SC SC SC SC SC SCSC Company Tenant 1 Tenant 2 Tenant Site Administrator Administrator Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 30. Multi-Tenant for Hosting Provider  Services can be configured to “share” data across Tenants or to “partition” data for each tenant (data isolation) Data  Allows multiple organizations to Partition A be „hosted‟ on the same SharePoint Partition B configuration, but keeps their data isolated  Configurable „per-service‟ to allow for “Mixed-Mode Partitioning” Is that your  Backup/Restore desire?  Constraints Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 31. List of possibilities  User Profiles  State  Managed Metadata  Access Database  Data Connectivity  Visio Graphics  Search  Word Viewing  Secure Store  PowerPoint  Word Automation  Excel Calculation (can store tenant data and can be partitioned) (do not store tenant data, and do not support Partition Mode)  Web Analytics (site-  PerformancePoint based)  FAST for SharePoint  Usage and Health Data Collection (site-based) (cannot be partitioned, and don not make sense in (can store tenant data, but cannot be partitioned) multi-tenant environments)
  • 32. Example Scenario SharePoint 2010 Hosting Provider Cloud area ???  Foundation  Standard One  Enterprise Database Partition data  Personal blog  Small solution  DMS/Search Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 33. To be continued… Mail: contact@thesoldier.net | Website: www.thesoldier.net
  • 34. Thanks for your attending contact@thesoldier.net www.thesoldier.net Mail: contact@thesoldier.net | Website: www.thesoldier.net