SlideShare a Scribd company logo
1 of 40
Scott Hoag
         Dan Usher

#SPSVB                #Po$h
who am I?




#SPSVB               #Po$h
who’s that other guy?
            Dan
            Usher

            usher




#SPSVB                           #Po$h
about you




#SPSVB               #Po$h
rules of the road




#SPSVB                       #Po$h
agenda




#SPSVB            #Po$h
installation types




#SPSVB                        #Po$h
#SPSVB
                                                                  a conversation




                                                                 Facebook Quote
#Po$h




Andrew Connelll: Why I don’t do SharePoint 2010 development on
primary service accounts
         Account         Purpose                                  Requirements
         SQL Server      Runs SQL Server                          • Domain user account
                                                                  • No rights in SharePoint
         Setup Account   Installs the bits and performs initial   • Domain user account
                         configuration                            • Member of Local Admins on each server
                                                                    in the farm
                                                                  • securityadmin and dbcreator on SQL
                                                                    instance
         Farm Account    Used for configuring and managing        • Domain account
                         the farm and runs primary services       • Additional rights are automatically
                         (e.g. SPTimerV4)                           granted as part of installation (both
                                                                    server and SQL)




#SPSVB                                                                                                      #Po$h
other service accounts
         Account               Purpose                                Requirements
         MySites Application Worker process identity for MySites      • Domain user account
         Pool                                                         • Managed account
         Content Application Worker process identity for Content      • Domain user account
         Pool                web applications                         • Managed account
         Services              Worker process identity for Service    • Domain account
         Application Pool      Application Pools                      • Managed account
         Search Service        Process identity for SharePoint        • Domain account
         Process               Foundation (Help) search service       • Managed account
                               and SharePoint Search service
         Search Service        Used to crawl content specified in     • Domain account
         Default Content       content sources
         Access
         User Profile Import   Account used to import (and            • Domain account
         Account               optionally export) user data from an   • Replicate Directory Changes in AD
                               identity store
#SPSVB                                                                                                      #Po$h
still more service accounts
         Account        Purpose                               Requirements
         Object Cache   Processes items in the object cache   • Domain user account
         Super User     of a web application                  • Managed account
                                                              • Full Control User Policy on target web
                                                                application(s)
         Object Cache   Processes items in the object cache   • Domain user account
         Super Reader   of a web application                  • Managed account
                                                              • Full Read User Policy on target web
                                                                application(s)




#SPSVB                                                                                                   #Po$h
service applications
           Service Application                                     Foundatio   Standar   Enterpris Cross-
                                                                   n           d         e         farm
           Access Services                                                                  ✔
           Business Data Connectivity Services                        ✔          ✔          ✔         ✔
           Excel Services Application                                                       ✔
           Managed Metadata Service                                                         ✔         ✔
           Performance Point Service Application                                 ✔          ✔
           Search Service                                                        ✔          ✔         ✔
           Secure Store Service                                                  ✔          ✔         ✔
           State Service                                                         ✔          ✔
           Usage and Health Data Collection Service                   ✔          ✔          ✔
           User Profile Service                                                  ✔          ✔         ✔
           Visio Graphics Service                                                           ✔
           Web Analytics Service                                                 ✔          ✔         ✔
           Word Automation Services                                              ✔          ✔
           Microsoft SharePoint Foundation Subscription Settings      ✔          ✔          ✔
#SPSVB     Service                                                                                          #Po$h
installation concepts




#SPSVB                                                     #Po$h
                                 Wikipedia: Slipstream (computing)
SharePoint Infrastructure Prep
         Component                Minimum Requirement
         Processor                64-bit, 4 cores
         RAM                      • 4 GB for Development of Eval
                                  • 8 GB for Production in a Single Server
                                    Environment
         Hard Disk                80 GB for system drive, additional space based on
                                  logging requirements




#SPSVB                                                                                #Po$h
SharePoint server preparation




#SPSVB                                   #Po$h
other server preparation




#SPSVB                              #Po$h
running the farm configuration wizard




#SPSVB                                           #Po$h
demo…

#SPSVB           #Po$h
#SPSVB   #Po$h
mmm. cake.




#SPSVB                #Po$h
Scott Hoag
         Dan Usher

#SPSVB                #Po$h
who am I?




#SPSVB               #Po$h
who’s that other guy?
            Dan
            Usher

            usher




#SPSVB                           #Po$h
about you




#SPSVB               #Po$h
rules of the road




#SPSVB                       #Po$h
A note on AutoSPInstaller/SPModule




#SPSVB                                        SPModule           #Po$h
                                                         AutoSPInstaller
demo…

#SPSVB           #Po$h
post configuration




#SPSVB                        #Po$h
common errors




#SPSVB                   #Po$h
filtering accounts in UPS




#SPSVB                               #Po$h
bit on equals
         Property Flag                Description                                                        Bit On Equals
         SCRIPT                       The logon script will be run                                       1
         ACCOUNTDISABLE               The user account is disabled                                       2
         HOMEDIR_REQUIRED             The home folder is required                                        4
         LOCKOUT                      The account is currently locked out                                5
         PASSWD_NOTREQD               No password is required                                            6
         PASSWD_CANT_CHANGE           The user cannot change the password                                7
         ENCRYPTED_TEXT_PWD_ALLOWED   The user can send an encrypted password                            8
         TEMP_DUPLICATE_ACCOUNT       This is an account for users whose primary                         9
                                      account is in another domain
         NORMAL_ACCOUNT               This is a default account type that represents a                   10
                                      typical user
         INTERDOMAIN_TRUST_ACCOUNT    This is a permit to trust an account for a system                  12
                                      domain that trusts other domains


#SPSVB                                                                                                                             #Po$h
                                                 Creating User Profile Synchronization Exclusion Filters using the userAccountControl attrib
more bit on equals
         Property Flag                   Description                                                 Bit On Equals
         WORKSTATION_TRUST_ACCOUNT This is a computer account for a computer that is                 13
                                   running Windows NT 4.0, or Windows 2000 and is a
                                   member of this domain
         SERVER_TRUST_ACCOUNT            This is a computer account for a domain controller that     14
                                         is a member of this domain
         DON’T_EXPIRE_PASSWORD           Represents the password, which should never expire on       17
                                         this account
         MNS_LOGON_ACCOUNT               This is an MNS logon account                                18
         SMARTCARD_REQUIRED              Forces the user to log on by using a smart card             19
         TRUSTED_FOR_DELEGATION          The service account is trusted for Kerberos delegation      20
         NOT_DELEGATED                   The security context of the user is not delegated to a      21
                                         service even if the service account is set as trusted for
                                         Kerberos delegation




#SPSVB                                                                                                               #Po$h
still more bit on equals
         Property Flag                Description                                           Bit On Equals
         USE_DES_KEY_ONLY             Restricts the principal to use only Data Encryption   22
                                      Standard (DES) encryption types for keys
         DONT_REQ_PREAUTH             This account does not require Kerberos pre-           23
                                      authentication for logging on
         PASSWORD_EXPIRED             The user’s password has expired                       24
         TRUSTED_FOR_AUTH_FOR_DELEG   The account is enabled for delegation                 25
         ATION




#SPSVB                                                                                                      #Po$h
the recycle bin




#SPSVB                     Manage the Recycle Bin of #Po$h
                                                     a site
tune your analytics




               Dataset Characteristics   Value
               SharePoint components     30k
               Unique users              117k
               Unique queries            68k
               Unique assets             500k
               Reporting DB data size?   511TB per years
                                         73TB per 7day
                                         200GB for year




#SPSVB                                                                                                                #Po$h
                                            Capacity requirements for the Web Analytics Shared Service in SharePoint Server
permissive file handling



         > $webApp = Get-SPWebApplication("http://intranet.contoso.com")
         > $webApp.AllowedInlineDownloadMimeTypes.Add("application/pdf")
         > $webApp.Update()




#SPSVB                                                                     #Po$h
lost passphrases

         > $passphrase = ConvertTo-SecureString -asPlainText -Force
         > Set-SPPassPhrase -PassPhrase $passphrase -Confirm




                TechNet
                CodePlex




#SPSVB                                                                #Po$h
questions




#SPSVB               #Po$h
contact

          scott.hoag@appliedis.com

                @ciphertxt


          Usher_Daniel@bah.com

                   @usher


#SPSVB                               #Po$h
#SPSVB   #Po$h

More Related Content

What's hot

Viestinnän seminaari 8.11.2012 / SharePoint
Viestinnän seminaari 8.11.2012 / SharePointViestinnän seminaari 8.11.2012 / SharePoint
Viestinnän seminaari 8.11.2012 / SharePoint
Salcom Group
 
Oracle - Document Life - 6apr2012
Oracle - Document Life - 6apr2012Oracle - Document Life - 6apr2012
Oracle - Document Life - 6apr2012
Agora Group
 

What's hot (13)

"Search, APIs,Capability Management and the Sensis Journey"
"Search, APIs,Capability Management and the Sensis Journey""Search, APIs,Capability Management and the Sensis Journey"
"Search, APIs,Capability Management and the Sensis Journey"
 
Tech 802: Web Design Part 1
Tech 802: Web Design Part 1Tech 802: Web Design Part 1
Tech 802: Web Design Part 1
 
What’s New in SharePoint 2013 for IT Pros
What’s New in SharePoint 2013 for IT ProsWhat’s New in SharePoint 2013 for IT Pros
What’s New in SharePoint 2013 for IT Pros
 
Viestinnän seminaari 8.11.2012 / SharePoint
Viestinnän seminaari 8.11.2012 / SharePointViestinnän seminaari 8.11.2012 / SharePoint
Viestinnän seminaari 8.11.2012 / SharePoint
 
02 Ms Online Identity Session 1
02 Ms Online Identity   Session 102 Ms Online Identity   Session 1
02 Ms Online Identity Session 1
 
Lync Server Notes from the Field: Options for Deployment
Lync Server Notes from the Field: Options for DeploymentLync Server Notes from the Field: Options for Deployment
Lync Server Notes from the Field: Options for Deployment
 
PassKit on iOS6
PassKit on iOS6PassKit on iOS6
PassKit on iOS6
 
KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101
 
PassKit on iOS 6
PassKit on iOS 6PassKit on iOS 6
PassKit on iOS 6
 
Best Practices To Fix 5 Common Web Application Problems: Web Performance Moni...
Best Practices To Fix 5 Common Web Application Problems: Web Performance Moni...Best Practices To Fix 5 Common Web Application Problems: Web Performance Moni...
Best Practices To Fix 5 Common Web Application Problems: Web Performance Moni...
 
A Succesful WebCenter Upgrade: What You Need to Know
A Succesful WebCenter Upgrade: What You Need to KnowA Succesful WebCenter Upgrade: What You Need to Know
A Succesful WebCenter Upgrade: What You Need to Know
 
Accessing Native APIs from Touch
Accessing Native APIs from TouchAccessing Native APIs from Touch
Accessing Native APIs from Touch
 
Oracle - Document Life - 6apr2012
Oracle - Document Life - 6apr2012Oracle - Document Life - 6apr2012
Oracle - Document Life - 6apr2012
 

Viewers also liked

SharePoint as a Complete Social Intranet
SharePoint as a Complete Social IntranetSharePoint as a Complete Social Intranet
SharePoint as a Complete Social Intranet
Prescient Digital Media
 
2014-005-17 SPS Baltimore - Getting Started with Office 365
2014-005-17 SPS Baltimore - Getting Started with Office 3652014-005-17 SPS Baltimore - Getting Started with Office 365
2014-005-17 SPS Baltimore - Getting Started with Office 365
Dan Usher
 
Richmond SharePoint User Group - SharePoint 2013 a Brief Capability Overview
Richmond SharePoint User Group - SharePoint 2013 a Brief Capability OverviewRichmond SharePoint User Group - SharePoint 2013 a Brief Capability Overview
Richmond SharePoint User Group - SharePoint 2013 a Brief Capability Overview
Dan Usher
 
Architectural Design and Process Failures - Moving to SharePoint 2010
Architectural Design and Process Failures - Moving to SharePoint 2010Architectural Design and Process Failures - Moving to SharePoint 2010
Architectural Design and Process Failures - Moving to SharePoint 2010
Dan Usher
 
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
Dan Usher
 
SharePoint 2010 – Installation and maintenance – best practices
SharePoint 2010 – Installation and maintenance – best practicesSharePoint 2010 – Installation and maintenance – best practices
SharePoint 2010 – Installation and maintenance – best practices
Toni Frankola
 
Worst Practices of SharePoint
Worst Practices of SharePointWorst Practices of SharePoint
Worst Practices of SharePoint
Dan Usher
 
Smart Card Authentication
Smart Card AuthenticationSmart Card Authentication
Smart Card Authentication
Dan Usher
 
Why Cant I Access The Portal
Why Cant I Access The PortalWhy Cant I Access The Portal
Why Cant I Access The Portal
Dan Usher
 
Building a SharePoint Platform that Scales
Building a SharePoint Platform that ScalesBuilding a SharePoint Platform that Scales
Building a SharePoint Platform that Scales
Dan Usher
 
SPTechCon 2014 - Boston - Worst practices of SharePoint
SPTechCon 2014 - Boston - Worst practices of SharePointSPTechCon 2014 - Boston - Worst practices of SharePoint
SPTechCon 2014 - Boston - Worst practices of SharePoint
Dan Usher
 

Viewers also liked (20)

Screen Capture - Install SharePoint Foundation 2010 beta
Screen Capture - Install SharePoint Foundation 2010 betaScreen Capture - Install SharePoint Foundation 2010 beta
Screen Capture - Install SharePoint Foundation 2010 beta
 
Installation de sharepoint 2010
Installation de sharepoint 2010Installation de sharepoint 2010
Installation de sharepoint 2010
 
SharePoint as a Complete Social Intranet
SharePoint as a Complete Social IntranetSharePoint as a Complete Social Intranet
SharePoint as a Complete Social Intranet
 
2014-03-20 - Baltimore SharePoint Users Group - Getting Started with Office 365
2014-03-20 - Baltimore SharePoint Users Group - Getting Started with Office 3652014-03-20 - Baltimore SharePoint Users Group - Getting Started with Office 365
2014-03-20 - Baltimore SharePoint Users Group - Getting Started with Office 365
 
Baltimore SharePoint User's Group - 21 May 2009
Baltimore SharePoint User's Group - 21 May 2009Baltimore SharePoint User's Group - 21 May 2009
Baltimore SharePoint User's Group - 21 May 2009
 
2014-005-17 SPS Baltimore - Getting Started with Office 365
2014-005-17 SPS Baltimore - Getting Started with Office 3652014-005-17 SPS Baltimore - Getting Started with Office 365
2014-005-17 SPS Baltimore - Getting Started with Office 365
 
Richmond SharePoint User Group - SharePoint 2013 a Brief Capability Overview
Richmond SharePoint User Group - SharePoint 2013 a Brief Capability OverviewRichmond SharePoint User Group - SharePoint 2013 a Brief Capability Overview
Richmond SharePoint User Group - SharePoint 2013 a Brief Capability Overview
 
Pitfalls of Migration to SharePoint 2010
Pitfalls of Migration to SharePoint 2010Pitfalls of Migration to SharePoint 2010
Pitfalls of Migration to SharePoint 2010
 
Architectural Design and Process Failures - Moving to SharePoint 2010
Architectural Design and Process Failures - Moving to SharePoint 2010Architectural Design and Process Failures - Moving to SharePoint 2010
Architectural Design and Process Failures - Moving to SharePoint 2010
 
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
 
SharePoint 2010 – Installation and maintenance – best practices
SharePoint 2010 – Installation and maintenance – best practicesSharePoint 2010 – Installation and maintenance – best practices
SharePoint 2010 – Installation and maintenance – best practices
 
Worst Practices of SharePoint
Worst Practices of SharePointWorst Practices of SharePoint
Worst Practices of SharePoint
 
Smart Card Authentication
Smart Card AuthenticationSmart Card Authentication
Smart Card Authentication
 
2014-06-19 - HRSSUG - Getting Started with Office 365
2014-06-19 - HRSSUG - Getting Started with Office 3652014-06-19 - HRSSUG - Getting Started with Office 365
2014-06-19 - HRSSUG - Getting Started with Office 365
 
Why Cant I Access The Portal
Why Cant I Access The PortalWhy Cant I Access The Portal
Why Cant I Access The Portal
 
SUGDC SharePoint Worst Practices - Setting the Stage for Disaster
SUGDC SharePoint Worst Practices - Setting the Stage for DisasterSUGDC SharePoint Worst Practices - Setting the Stage for Disaster
SUGDC SharePoint Worst Practices - Setting the Stage for Disaster
 
Building a SharePoint Platform that Scales
Building a SharePoint Platform that ScalesBuilding a SharePoint Platform that Scales
Building a SharePoint Platform that Scales
 
Avoiding Blunders of SharePoint Administration
Avoiding Blunders of SharePoint AdministrationAvoiding Blunders of SharePoint Administration
Avoiding Blunders of SharePoint Administration
 
SPTechCon 2014 - Boston - Worst practices of SharePoint
SPTechCon 2014 - Boston - Worst practices of SharePointSPTechCon 2014 - Boston - Worst practices of SharePoint
SPTechCon 2014 - Boston - Worst practices of SharePoint
 
SPSNYC 2014 - Authentication and Authorization
SPSNYC 2014 - Authentication and AuthorizationSPSNYC 2014 - Authentication and Authorization
SPSNYC 2014 - Authentication and Authorization
 

Similar to SharePoint 2010 - Installation from the Ground Up

SharePoint Saturday Philly - SharePoint 2010 Administrative Blunders
SharePoint Saturday Philly - SharePoint 2010 Administrative BlundersSharePoint Saturday Philly - SharePoint 2010 Administrative Blunders
SharePoint Saturday Philly - SharePoint 2010 Administrative Blunders
Dan Usher
 
Composite Applications with SOA, BPEL and Java EE
Composite  Applications with SOA, BPEL and Java EEComposite  Applications with SOA, BPEL and Java EE
Composite Applications with SOA, BPEL and Java EE
Dmitri Shiryaev
 
Tips and Tricks for SharePoint 2010 - Avoiding IT Pro Blunders
Tips and Tricks for SharePoint 2010 - Avoiding IT Pro BlundersTips and Tricks for SharePoint 2010 - Avoiding IT Pro Blunders
Tips and Tricks for SharePoint 2010 - Avoiding IT Pro Blunders
Dan Usher
 
Real User Experience Insight External
Real User Experience Insight ExternalReal User Experience Insight External
Real User Experience Insight External
oracleonthebrain
 
Creating an Ecosystem Platform with Vertical PaaS
Creating an Ecosystem Platform with Vertical PaaSCreating an Ecosystem Platform with Vertical PaaS
Creating an Ecosystem Platform with Vertical PaaS
WSO2
 
Grameen Solutions Application Development Featured Projects 2009 11 15
Grameen Solutions   Application Development Featured Projects 2009 11 15Grameen Solutions   Application Development Featured Projects 2009 11 15
Grameen Solutions Application Development Featured Projects 2009 11 15
Grameen Solutions
 
Getting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right finalGetting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right final
vmaximiuk
 
MetaVis Webinar - 10 Things I Like in SharePoint 2013 Search
MetaVis Webinar - 10 Things I Like in SharePoint 2013 SearchMetaVis Webinar - 10 Things I Like in SharePoint 2013 Search
MetaVis Webinar - 10 Things I Like in SharePoint 2013 Search
Agnes Molnar
 

Similar to SharePoint 2010 - Installation from the Ground Up (20)

SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
 
SharePoint Saturday Philly - SharePoint 2010 Administrative Blunders
SharePoint Saturday Philly - SharePoint 2010 Administrative BlundersSharePoint Saturday Philly - SharePoint 2010 Administrative Blunders
SharePoint Saturday Philly - SharePoint 2010 Administrative Blunders
 
SPSPhilly - SharePoint 2010 Tips & Tricks of the Trade - Avoiding Administrat...
SPSPhilly - SharePoint 2010 Tips & Tricks of the Trade - Avoiding Administrat...SPSPhilly - SharePoint 2010 Tips & Tricks of the Trade - Avoiding Administrat...
SPSPhilly - SharePoint 2010 Tips & Tricks of the Trade - Avoiding Administrat...
 
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
 
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blun...
 
Composite Applications with SOA, BPEL and Java EE
Composite  Applications with SOA, BPEL and Java EEComposite  Applications with SOA, BPEL and Java EE
Composite Applications with SOA, BPEL and Java EE
 
Tips and Tricks for SharePoint 2010 - Avoiding IT Pro Blunders
Tips and Tricks for SharePoint 2010 - Avoiding IT Pro BlundersTips and Tricks for SharePoint 2010 - Avoiding IT Pro Blunders
Tips and Tricks for SharePoint 2010 - Avoiding IT Pro Blunders
 
Real User Experience Insight External
Real User Experience Insight ExternalReal User Experience Insight External
Real User Experience Insight External
 
Sp2010 high availlability
Sp2010 high availlabilitySp2010 high availlability
Sp2010 high availlability
 
Oracle Application Management Suite
Oracle Application Management SuiteOracle Application Management Suite
Oracle Application Management Suite
 
AIS SharePoint & BI Presentation 24th july 2012
AIS SharePoint & BI Presentation 24th july 2012AIS SharePoint & BI Presentation 24th july 2012
AIS SharePoint & BI Presentation 24th july 2012
 
2014 09-20 - SPSNJ - Worst Practices of SharePoint
2014 09-20 - SPSNJ - Worst Practices of SharePoint2014 09-20 - SPSNJ - Worst Practices of SharePoint
2014 09-20 - SPSNJ - Worst Practices of SharePoint
 
Creating an Ecosystem Platform with Vertical PaaS
Creating an Ecosystem Platform with Vertical PaaSCreating an Ecosystem Platform with Vertical PaaS
Creating an Ecosystem Platform with Vertical PaaS
 
BI FirstBank
BI FirstBank BI FirstBank
BI FirstBank
 
SharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformSharePoint 2010 as a Development Platform
SharePoint 2010 as a Development Platform
 
Grameen Solutions Application Development Featured Projects 2009 11 15
Grameen Solutions   Application Development Featured Projects 2009 11 15Grameen Solutions   Application Development Featured Projects 2009 11 15
Grameen Solutions Application Development Featured Projects 2009 11 15
 
SharePoint Development
SharePoint DevelopmentSharePoint Development
SharePoint Development
 
Getting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right finalGetting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right final
 
SharePoint 2013 Hosted App Presentation by Roy Kim
SharePoint 2013 Hosted App Presentation by Roy KimSharePoint 2013 Hosted App Presentation by Roy Kim
SharePoint 2013 Hosted App Presentation by Roy Kim
 
MetaVis Webinar - 10 Things I Like in SharePoint 2013 Search
MetaVis Webinar - 10 Things I Like in SharePoint 2013 SearchMetaVis Webinar - 10 Things I Like in SharePoint 2013 Search
MetaVis Webinar - 10 Things I Like in SharePoint 2013 Search
 

More from Dan Usher

SPTechCon - Boston 2014 - Getting started with Office 365
SPTechCon - Boston 2014 - Getting started with Office 365SPTechCon - Boston 2014 - Getting started with Office 365
SPTechCon - Boston 2014 - Getting started with Office 365
Dan Usher
 
2014 05-19 - getting started with office 365.release
2014 05-19 - getting started with office 365.release2014 05-19 - getting started with office 365.release
2014 05-19 - getting started with office 365.release
Dan Usher
 
2014-05-17 SPS Baltimore - Worst Practices of SharePoint
2014-05-17 SPS Baltimore - Worst Practices of SharePoint2014-05-17 SPS Baltimore - Worst Practices of SharePoint
2014-05-17 SPS Baltimore - Worst Practices of SharePoint
Dan Usher
 
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the CloudSharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
Dan Usher
 
SharePoint Intersections - SP10 - Getting Started with Office 365 - Identity,...
SharePoint Intersections - SP10 - Getting Started with Office 365 - Identity,...SharePoint Intersections - SP10 - Getting Started with Office 365 - Identity,...
SharePoint Intersections - SP10 - Getting Started with Office 365 - Identity,...
Dan Usher
 
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
Dan Usher
 
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
Dan Usher
 
SharePoint Saturday Events - Authentication, Authorization and Identity - Mor...
SharePoint Saturday Events - Authentication, Authorization and Identity - Mor...SharePoint Saturday Events - Authentication, Authorization and Identity - Mor...
SharePoint Saturday Events - Authentication, Authorization and Identity - Mor...
Dan Usher
 

More from Dan Usher (20)

SPS Pittsburgh - Getting Started with Office 365
SPS Pittsburgh - Getting Started with Office 365SPS Pittsburgh - Getting Started with Office 365
SPS Pittsburgh - Getting Started with Office 365
 
SPS NYC - Getting started with Office 365 for IT Pros
SPS NYC - Getting started with Office 365 for IT ProsSPS NYC - Getting started with Office 365 for IT Pros
SPS NYC - Getting started with Office 365 for IT Pros
 
2014 09-20 - SPSNJ - Getting Started with Office 365
2014 09-20 - SPSNJ - Getting Started with Office 3652014 09-20 - SPSNJ - Getting Started with Office 365
2014 09-20 - SPSNJ - Getting Started with Office 365
 
SPTechCon - Boston 2014 - Getting started with Office 365
SPTechCon - Boston 2014 - Getting started with Office 365SPTechCon - Boston 2014 - Getting started with Office 365
SPTechCon - Boston 2014 - Getting started with Office 365
 
2014 08-15 - Getting Started with Office 365 - Office 365 Ramp Up
2014 08-15 - Getting Started with Office 365 - Office 365 Ramp Up2014 08-15 - Getting Started with Office 365 - Office 365 Ramp Up
2014 08-15 - Getting Started with Office 365 - Office 365 Ramp Up
 
2014 05-19 - getting started with office 365.release
2014 05-19 - getting started with office 365.release2014 05-19 - getting started with office 365.release
2014 05-19 - getting started with office 365.release
 
2014-05-17 SPS Baltimore - Worst Practices of SharePoint
2014-05-17 SPS Baltimore - Worst Practices of SharePoint2014-05-17 SPS Baltimore - Worst Practices of SharePoint
2014-05-17 SPS Baltimore - Worst Practices of SharePoint
 
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the CloudSharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
SharePoint Intersections - SP11 - SharePoint and IaaS - The OnPrem in the Cloud
 
SharePoint Intersections - SP10 - Getting Started with Office 365 - Identity,...
SharePoint Intersections - SP10 - Getting Started with Office 365 - Identity,...SharePoint Intersections - SP10 - Getting Started with Office 365 - Identity,...
SharePoint Intersections - SP10 - Getting Started with Office 365 - Identity,...
 
2014-04-05 - SPSPhilly - Authentication and Authorization
2014-04-05 - SPSPhilly - Authentication and Authorization2014-04-05 - SPSPhilly - Authentication and Authorization
2014-04-05 - SPSPhilly - Authentication and Authorization
 
2014-04-05 - SPSPhilly - Getting Started with Office 365
2014-04-05 - SPSPhilly - Getting Started with Office 3652014-04-05 - SPSPhilly - Getting Started with Office 365
2014-04-05 - SPSPhilly - Getting Started with Office 365
 
2014 03-19 - CapArea.net SSIG - Getting Started with Office 365
2014 03-19 - CapArea.net SSIG - Getting Started with Office 3652014 03-19 - CapArea.net SSIG - Getting Started with Office 365
2014 03-19 - CapArea.net SSIG - Getting Started with Office 365
 
2014-03-13 - Getting Started with Office 365 at SUGDC
2014-03-13 - Getting Started with Office 365 at SUGDC2014-03-13 - Getting Started with Office 365 at SUGDC
2014-03-13 - Getting Started with Office 365 at SUGDC
 
2014 02-26 - Princeton SUG presents - Getting Started with Office 365
2014 02-26 - Princeton SUG presents - Getting Started with Office 3652014 02-26 - Princeton SUG presents - Getting Started with Office 365
2014 02-26 - Princeton SUG presents - Getting Started with Office 365
 
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
2013-09-12 - SUGDC - Office 365 and Hybrid Solutions
 
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
2013-07-24 - CapArea.NET SSIG - SharePoint 2013, A Brief Capability Overview ...
 
2014-02-22 - IT Pro Camp - SharePoint 2013, A Brief Overview of Capability
2014-02-22 - IT Pro Camp - SharePoint 2013, A Brief Overview of Capability2014-02-22 - IT Pro Camp - SharePoint 2013, A Brief Overview of Capability
2014-02-22 - IT Pro Camp - SharePoint 2013, A Brief Overview of Capability
 
2014-02-22 - IT Pro Camp - Getting Started with Office 365
2014-02-22 - IT Pro Camp - Getting Started with Office 3652014-02-22 - IT Pro Camp - Getting Started with Office 365
2014-02-22 - IT Pro Camp - Getting Started with Office 365
 
2014-02-06 - Getting Started with Office 365
2014-02-06 - Getting Started with Office 3652014-02-06 - Getting Started with Office 365
2014-02-06 - Getting Started with Office 365
 
SharePoint Saturday Events - Authentication, Authorization and Identity - Mor...
SharePoint Saturday Events - Authentication, Authorization and Identity - Mor...SharePoint Saturday Events - Authentication, Authorization and Identity - Mor...
SharePoint Saturday Events - Authentication, Authorization and Identity - Mor...
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 

SharePoint 2010 - Installation from the Ground Up

  • 1. Scott Hoag Dan Usher #SPSVB #Po$h
  • 3. who’s that other guy? Dan Usher usher #SPSVB #Po$h
  • 5. rules of the road #SPSVB #Po$h
  • 8. #SPSVB a conversation Facebook Quote #Po$h Andrew Connelll: Why I don’t do SharePoint 2010 development on
  • 9. primary service accounts Account Purpose Requirements SQL Server Runs SQL Server • Domain user account • No rights in SharePoint Setup Account Installs the bits and performs initial • Domain user account configuration • Member of Local Admins on each server in the farm • securityadmin and dbcreator on SQL instance Farm Account Used for configuring and managing • Domain account the farm and runs primary services • Additional rights are automatically (e.g. SPTimerV4) granted as part of installation (both server and SQL) #SPSVB #Po$h
  • 10. other service accounts Account Purpose Requirements MySites Application Worker process identity for MySites • Domain user account Pool • Managed account Content Application Worker process identity for Content • Domain user account Pool web applications • Managed account Services Worker process identity for Service • Domain account Application Pool Application Pools • Managed account Search Service Process identity for SharePoint • Domain account Process Foundation (Help) search service • Managed account and SharePoint Search service Search Service Used to crawl content specified in • Domain account Default Content content sources Access User Profile Import Account used to import (and • Domain account Account optionally export) user data from an • Replicate Directory Changes in AD identity store #SPSVB #Po$h
  • 11. still more service accounts Account Purpose Requirements Object Cache Processes items in the object cache • Domain user account Super User of a web application • Managed account • Full Control User Policy on target web application(s) Object Cache Processes items in the object cache • Domain user account Super Reader of a web application • Managed account • Full Read User Policy on target web application(s) #SPSVB #Po$h
  • 12. service applications Service Application Foundatio Standar Enterpris Cross- n d e farm Access Services ✔ Business Data Connectivity Services ✔ ✔ ✔ ✔ Excel Services Application ✔ Managed Metadata Service ✔ ✔ Performance Point Service Application ✔ ✔ Search Service ✔ ✔ ✔ Secure Store Service ✔ ✔ ✔ State Service ✔ ✔ Usage and Health Data Collection Service ✔ ✔ ✔ User Profile Service ✔ ✔ ✔ Visio Graphics Service ✔ Web Analytics Service ✔ ✔ ✔ Word Automation Services ✔ ✔ Microsoft SharePoint Foundation Subscription Settings ✔ ✔ ✔ #SPSVB Service #Po$h
  • 13. installation concepts #SPSVB #Po$h Wikipedia: Slipstream (computing)
  • 14. SharePoint Infrastructure Prep Component Minimum Requirement Processor 64-bit, 4 cores RAM • 4 GB for Development of Eval • 8 GB for Production in a Single Server Environment Hard Disk 80 GB for system drive, additional space based on logging requirements #SPSVB #Po$h
  • 17. running the farm configuration wizard #SPSVB #Po$h
  • 18. demo… #SPSVB #Po$h
  • 19. #SPSVB #Po$h
  • 21. Scott Hoag Dan Usher #SPSVB #Po$h
  • 23. who’s that other guy? Dan Usher usher #SPSVB #Po$h
  • 25. rules of the road #SPSVB #Po$h
  • 26. A note on AutoSPInstaller/SPModule #SPSVB SPModule #Po$h AutoSPInstaller
  • 27. demo… #SPSVB #Po$h
  • 30. filtering accounts in UPS #SPSVB #Po$h
  • 31. bit on equals Property Flag Description Bit On Equals SCRIPT The logon script will be run 1 ACCOUNTDISABLE The user account is disabled 2 HOMEDIR_REQUIRED The home folder is required 4 LOCKOUT The account is currently locked out 5 PASSWD_NOTREQD No password is required 6 PASSWD_CANT_CHANGE The user cannot change the password 7 ENCRYPTED_TEXT_PWD_ALLOWED The user can send an encrypted password 8 TEMP_DUPLICATE_ACCOUNT This is an account for users whose primary 9 account is in another domain NORMAL_ACCOUNT This is a default account type that represents a 10 typical user INTERDOMAIN_TRUST_ACCOUNT This is a permit to trust an account for a system 12 domain that trusts other domains #SPSVB #Po$h Creating User Profile Synchronization Exclusion Filters using the userAccountControl attrib
  • 32. more bit on equals Property Flag Description Bit On Equals WORKSTATION_TRUST_ACCOUNT This is a computer account for a computer that is 13 running Windows NT 4.0, or Windows 2000 and is a member of this domain SERVER_TRUST_ACCOUNT This is a computer account for a domain controller that 14 is a member of this domain DON’T_EXPIRE_PASSWORD Represents the password, which should never expire on 17 this account MNS_LOGON_ACCOUNT This is an MNS logon account 18 SMARTCARD_REQUIRED Forces the user to log on by using a smart card 19 TRUSTED_FOR_DELEGATION The service account is trusted for Kerberos delegation 20 NOT_DELEGATED The security context of the user is not delegated to a 21 service even if the service account is set as trusted for Kerberos delegation #SPSVB #Po$h
  • 33. still more bit on equals Property Flag Description Bit On Equals USE_DES_KEY_ONLY Restricts the principal to use only Data Encryption 22 Standard (DES) encryption types for keys DONT_REQ_PREAUTH This account does not require Kerberos pre- 23 authentication for logging on PASSWORD_EXPIRED The user’s password has expired 24 TRUSTED_FOR_AUTH_FOR_DELEG The account is enabled for delegation 25 ATION #SPSVB #Po$h
  • 34. the recycle bin #SPSVB Manage the Recycle Bin of #Po$h a site
  • 35. tune your analytics Dataset Characteristics Value SharePoint components 30k Unique users 117k Unique queries 68k Unique assets 500k Reporting DB data size? 511TB per years 73TB per 7day 200GB for year #SPSVB #Po$h Capacity requirements for the Web Analytics Shared Service in SharePoint Server
  • 36. permissive file handling > $webApp = Get-SPWebApplication("http://intranet.contoso.com") > $webApp.AllowedInlineDownloadMimeTypes.Add("application/pdf") > $webApp.Update() #SPSVB #Po$h
  • 37. lost passphrases > $passphrase = ConvertTo-SecureString -asPlainText -Force > Set-SPPassPhrase -PassPhrase $passphrase -Confirm TechNet CodePlex #SPSVB #Po$h
  • 39. contact scott.hoag@appliedis.com @ciphertxt Usher_Daniel@bah.com @usher #SPSVB #Po$h
  • 40. #SPSVB #Po$h