Scott
Hoag

ciphertxt
Dan
Usher

usher
introductions
basic administrative blunders
Publish
Manage the Recycle Bin of a site (Office.com)
declarativeworkflowautostartonemailenabled (Property Reference)
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
                                                           200GBfor year



Capacity requirements for the Web Analytics Shared Service in SharePoint Server 2010
> $webApp = Get-SPWebApplication("http://intranet.contoso.com")
> $webApp.AllowedInlineDownloadMimeTypes.Add("application/pdf")
> $webApp.Update()
server blunders
KB896861




DisableLoopbackCheck & SharePoint: What every admin and developer should know
> $passphrase = ConvertTo-SecureString -asPlainText -Force
> Set-SPPassPhrase -PassPhrase $passphrase -Confirm




       TechNet
       CodePlex
<psuedocode>
     if (!server.HasInternetConnectivity()) {
         server.DisableCRLCheck();
     }
 </psuedocode>




 SOFTWAREMicrosoftWindowsCurrentVersionWinTrustTrust ProvidersSoftware Publishing




Certificate Revocation List Check and SharePoint 2010 without an Internet Connection
installing SharePoint
Account        Purpose                     Requirements
SQL Server     Runs SQL Server             • Domain user account
                                           • No rights in SharePoint
Setup Account Installs the bits and        • Domain user account
              performs initial             • Member of Local Admins on
              configuration                  each server in the farm
                                           • securityadmin and dbcreator
                                             on SQL instance
Farm Account Used for configuring and      • Domain account
             managing the farm and         • Additional rights are
             runs primary services (e.g.     automatically granted as part
             SPTimerV4)                      of installation (both server
                                             and SQL)
Account           Purpose                         Requirements
MySites          Worker process identity for      •   Domain user account
Application Pool MySites                          •   Managed account
Content          Worker process identity for      •   Domain user account
Application Pool Content web applications         •   Managed account
Services         Worker process identity for      •   Domain account
Application Pool Service Application Pools        •   Managed account
Search Service    Process identity for SharePoint •   Domain account
Process           Foundation (Help) search        •   Managed account
                  service and SharePoint Search
                  service
Search Service    Used to crawl content specified •   Domain account
Default Content   in content sources
Access
User Profile      Account used to import (and     •   Domain account
Import Account    optionally export) user data    •   Replicate Directory Changes in
                  from an identity store              AD
Account        Purpose                  Requirements
Object Cache   Processes items in the   • Domain user account
Super User     object cache of a web    • Managed account
               application              • Full Control User Policy on
                                          target web application(s)
Object Cache Processes items in the     • Domain user account
Super Reader object cache of a web      • Managed account
             application                • Full Read User Policy on
                                          target web application(s)
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindows NTRPC


HKEY_USERSAccountSIDSOFTWAREMicrosoftWindowsCurrentVersionWi
nTrustTrust ProvidersSoftwarePublishing
configuring SharePoint
stsadm -o trimauditlog –date 20120502 –databasename
SP2010_Content_TRISPUG
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blunders
SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blunders

SharePoint 2010 - Tips and Tricks of the Trade - Avoiding Administrative Blunders

  • 2.
  • 3.
  • 5.
  • 6.
  • 9.
  • 10.
    Manage the RecycleBin of a site (Office.com)
  • 11.
  • 13.
    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 200GBfor year Capacity requirements for the Web Analytics Shared Service in SharePoint Server 2010
  • 14.
    > $webApp =Get-SPWebApplication("http://intranet.contoso.com") > $webApp.AllowedInlineDownloadMimeTypes.Add("application/pdf") > $webApp.Update()
  • 15.
  • 16.
    KB896861 DisableLoopbackCheck & SharePoint:What every admin and developer should know
  • 18.
    > $passphrase =ConvertTo-SecureString -asPlainText -Force > Set-SPPassPhrase -PassPhrase $passphrase -Confirm TechNet CodePlex
  • 19.
    <psuedocode> if (!server.HasInternetConnectivity()) { server.DisableCRLCheck(); } </psuedocode> SOFTWAREMicrosoftWindowsCurrentVersionWinTrustTrust ProvidersSoftware Publishing Certificate Revocation List Check and SharePoint 2010 without an Internet Connection
  • 20.
  • 22.
    Account Purpose Requirements SQL Server Runs SQL Server • Domain user account • No rights in SharePoint Setup Account Installs the bits and • Domain user account performs initial • Member of Local Admins on configuration each server in the farm • securityadmin and dbcreator on SQL instance Farm Account Used for configuring and • Domain account managing the farm and • Additional rights are runs primary services (e.g. automatically granted as part SPTimerV4) of installation (both server and SQL)
  • 23.
    Account Purpose Requirements MySites Worker process identity for • Domain user account Application Pool MySites • Managed account Content Worker process identity for • Domain user account Application Pool Content web applications • Managed account Services Worker process identity for • Domain account Application Pool Service Application Pools • Managed account Search Service Process identity for SharePoint • Domain account Process Foundation (Help) search • Managed account service and SharePoint Search service Search Service Used to crawl content specified • Domain account Default Content in content sources Access User Profile Account used to import (and • Domain account Import Account optionally export) user data • Replicate Directory Changes in from an identity store AD
  • 24.
    Account Purpose Requirements Object Cache Processes items in the • Domain user account Super User object cache of a web • Managed account application • Full Control User Policy on target web application(s) Object Cache Processes items in the • Domain user account Super Reader object cache of a web • Managed account application • Full Read User Policy on target web application(s)
  • 26.
  • 27.
  • 29.
    stsadm -o trimauditlog–date 20120502 –databasename SP2010_Content_TRISPUG

Editor's Notes

  • #31 The trimauditlog command was introduced in the Infrastructure Update