SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

"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"Lucidworks (Archived)
 
Tech 802: Web Design Part 1
Tech 802: Web Design Part 1Tech 802: Web Design Part 1
Tech 802: Web Design Part 1somisguided
 
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 ProsSPC Adriatics
 
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 / SharePointSalcom Group
 
02 Ms Online Identity Session 1
02 Ms Online Identity   Session 102 Ms Online Identity   Session 1
02 Ms Online Identity Session 1Sivadon Chaisiri
 
PassKit on iOS6
PassKit on iOS6PassKit on iOS6
PassKit on iOS6Craig Dunn
 
KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101KMWorld SharePoint 2010-Admin 101
KMWorld SharePoint 2010-Admin 101Chris McNulty
 
PassKit on iOS 6
PassKit on iOS 6PassKit on iOS 6
PassKit on iOS 6Xamarin
 
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...Compuware APM
 
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 KnowFishbowl Solutions
 
Accessing Native APIs from Touch
Accessing Native APIs from TouchAccessing Native APIs from Touch
Accessing Native APIs from TouchSencha
 
Oracle - Document Life - 6apr2012
Oracle - Document Life - 6apr2012Oracle - Document Life - 6apr2012
Oracle - Document Life - 6apr2012Agora Group
 

Tendances (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
 

En vedette

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 betaNarapat Patcharapornpun
 
Installation de sharepoint 2010
Installation de sharepoint 2010Installation de sharepoint 2010
Installation de sharepoint 2010LuckyWinD
 
SharePoint as a Complete Social Intranet
SharePoint as a Complete Social IntranetSharePoint as a Complete Social Intranet
SharePoint as a Complete Social IntranetPrescient Digital Media
 
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 365Dan Usher
 
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 2009Dan Usher
 
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 365Dan 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 OverviewDan Usher
 
Pitfalls of Migration to SharePoint 2010
Pitfalls of Migration to SharePoint 2010Pitfalls of Migration to SharePoint 2010
Pitfalls of Migration to SharePoint 2010Dan 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 2010Dan 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 ProsDan 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 practicesToni Frankola
 
Worst Practices of SharePoint
Worst Practices of SharePointWorst Practices of SharePoint
Worst Practices of SharePointDan Usher
 
Smart Card Authentication
Smart Card AuthenticationSmart Card Authentication
Smart Card AuthenticationDan Usher
 
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 365Dan Usher
 
Why Cant I Access The Portal
Why Cant I Access The PortalWhy Cant I Access The Portal
Why Cant I Access The PortalDan Usher
 
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 DisasterDan Usher
 
Building a SharePoint Platform that Scales
Building a SharePoint Platform that ScalesBuilding a SharePoint Platform that Scales
Building a SharePoint Platform that ScalesDan Usher
 
Avoiding Blunders of SharePoint Administration
Avoiding Blunders of SharePoint AdministrationAvoiding Blunders of SharePoint Administration
Avoiding Blunders of SharePoint AdministrationDan 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 SharePointDan Usher
 
SPSNYC 2014 - Authentication and Authorization
SPSNYC 2014 - Authentication and AuthorizationSPSNYC 2014 - Authentication and Authorization
SPSNYC 2014 - Authentication and AuthorizationDan Usher
 

En vedette (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
 

Similaire à SharePoint 2010 - Installation from the Ground Up

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...Dan Usher
 
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 BlundersDan Usher
 
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...Scott Hoag
 
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...Dan Usher
 
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...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 EEDmitri 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 BlundersDan Usher
 
Real User Experience Insight External
Real User Experience Insight ExternalReal User Experience Insight External
Real User Experience Insight Externaloracleonthebrain
 
Sp2010 high availlability
Sp2010 high availlabilitySp2010 high availlability
Sp2010 high availlabilitySamuel Zürcher
 
Oracle Application Management Suite
Oracle Application Management SuiteOracle Application Management Suite
Oracle Application Management SuiteOracleVolutionSeries
 
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 SharePointDan Usher
 
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 PaaSWSO2
 
SharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformSharePoint 2010 as a Development Platform
SharePoint 2010 as a Development PlatformAyman El-Hattab
 
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 15Grameen Solutions
 
Getting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right finalGetting SharePoint 2010 Deployment Right final
Getting SharePoint 2010 Deployment Right finalvmaximiuk
 
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 KimRoy 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 SearchAgnes Molnar
 

Similaire à 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
 

Plus de Dan Usher

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 365Dan Usher
 
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 ProsDan Usher
 
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 365Dan 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 365Dan Usher
 
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 UpDan 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.releaseDan 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 SharePointDan 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 CloudDan 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
 
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 AuthorizationDan Usher
 
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 365Dan Usher
 
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 365Dan Usher
 
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 SUGDCDan Usher
 
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 365Dan 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 SolutionsDan 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
 
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 CapabilityDan Usher
 
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 365Dan Usher
 
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 365Dan 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
 

Plus de 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...
 

Dernier

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 

Dernier (20)

What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 

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