Microsoft SharePoint Server 2010, SP1, x64, Disk Kit, ESP Manuál

Procházejte online nebo si stáhněte Manuál pro Databázový software Microsoft SharePoint Server 2010, SP1, x64, Disk Kit, ESP. Microsoft SharePoint Server 2010, SP1, x64, Disk Kit, POR Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk

Shrnutí obsahu

Strany 1 - Evaluation Guide

1 www.microsoft.com/sharepoint Microsoft SharePoint Server 2010 Evaluation Guide

Strany 2 - Copyright

5 www.microsoft.com/sharepoint • Microsoft Windows Server® 2008 64-bit operating system with Service Pack 2 (SP2) or later OR Windows Server 2008

Strany 3 - Contents

6 www.microsoft.com/sharepoint better choice. By scripting the installation, you can ensure that all of your servers running SharePoint Server have

Strany 4

7 www.microsoft.com/sharepoint • Features • Site definitions • Language packs It will also expose potential issues, including: • Large lists •

Strany 5

8 www.microsoft.com/sharepoint method would allow you to backup a Office SharePoint Server 2007 database and attach it to your SharePoint Server 20

Strany 6 - Introduction

9 www.microsoft.com/sharepoint administrator to preview how the site looks with the SharePoint Server 2010 user interface before committing to it.

Strany 7

10 www.microsoft.com/sharepoint is ready to be upgraded. He does discover some issues where he is not following SharePoint best practices around la

Strany 8 - Summary of What’s New

11 www.microsoft.com/sharepoint Server 2007 farm and set all of the content database to read-only from within SQL Server. Not only will this set th

Strany 9 - Deployment and Upgrade

12 www.microsoft.com/sharepoint mitigation technique of using a read-only database to avoid an outage while rolling in updates. SharePoint Central

Strany 10 - Installation

13 www.microsoft.com/sharepoint each time. Now, users simply select the Web application and then all of the options for managing the Web applicatio

Strany 11

14 www.microsoft.com/sharepoint Figure 5: Backup and Restore Page A complete disaster recovery plan not only includes the ability to restore serve

Strany 12

Copyright This is a preliminary document and may be changed substantially prior to final commercial release of the software described herein. The i

Strany 13

15 www.microsoft.com/sharepoint Figure 6: Connect to a content database The security model in SharePoint Server 2010 has been expanded to allow ad

Strany 14

16 www.microsoft.com/sharepoint Figure 8: Application Management The key limitation of the SSP architecture was that it was configured by using a

Strany 15

17 www.microsoft.com/sharepoint By publishing a service application, you can share it across server farms. This capability does not apply to all se

Strany 16

18 www.microsoft.com/sharepoint Search Service Search uses the new services architecture described earlier. This new architecture allows farms to c

Strany 17

19 www.microsoft.com/sharepoint present, and it is the responsibility of each crawler to crawl content. Each crawler is associated with a crawl dat

Strany 18

20 www.microsoft.com/sharepoint Improving Search Performance Many times the administrator is tasked with improving different aspects of the overall

Strany 19

21 www.microsoft.com/sharepoint Preview; it will be available with the public Beta. The FAST Search Site template is included with the Technical Pr

Strany 20 - Service Applications

22 www.microsoft.com/sharepoint • Adding the Business Data Connectivity service application by using the New button on the Manage Service Applicat

Strany 21

23 www.microsoft.com/sharepoint 2010, and other Office applications via custom code. SharePoint search can also use the BCS to index external data;

Strany 22

24 www.microsoft.com/sharepoint Figure 11: Manage Terms Managed Metadata Service Connection The connection provides access to the service. When yo

Strany 23 - Query Architecture

www.microsoft.com/sharepoint Contents Abstract ...

Strany 24 - Index partition 1b

25 www.microsoft.com/sharepoint Push-down content type publishing updates from the content type gallery to subsites and lists by using the content

Strany 25

26 www.microsoft.com/sharepoint Cardspace Geneva), and Windows Identity Foundation (formerly known as the Geneva Framework). Why use this new syste

Strany 26

27 www.microsoft.com/sharepoint Category Functionality Diagnostics Unified Logging Service (ULS) Usage database Developer dashboard Reliability

Strany 27

28 www.microsoft.com/sharepoint Figure 13: Crawl Activity Report Diagnostics The Unified Logging Service (ULS) includes improvements to manageabi

Strany 28 - Managed Metadata Service

29 www.microsoft.com/sharepoint troubleshooting. SharePoint Server 2010 includes several Windows PowerShell cmdlets for retrieving information and

Strany 29

30 www.microsoft.com/sharepoint performance issues. This dashboard is disabled by default and can be enabled for each Web application independently

Strany 30 - Claims-based Authentication

31 www.microsoft.com/sharepoint grabs events from ULS, the Windows Event Log, usage database, and SPME; and is integrated with ULS. Remote BLOB Sto

Strany 31 - Health and Monitoring

32 www.microsoft.com/sharepoint any current work when the server begins to throttle requests. Any new HTTP GET and Search Robot requests will gener

Strany 32

33 www.microsoft.com/sharepoint • The warning level for site administrators that their list is close to the threshold limit. This warning is displ

Strany 33 - Diagnostics

34 www.microsoft.com/sharepoint • Allowing object model override will allow for a query to be programmatically written against a list where the qu

Strany 34

2 www.microsoft.com/sharepoint External Content Types ...

Strany 35 - Reliability and Monitoring

35 www.microsoft.com/sharepoint A cmdlet is a simple command used for interaction with any managed application, including the operating system. It

Strany 36 - Performance Controls

36 www.microsoft.com/sharepoint Figure 18: Windows PowerShell command As you can see, Windows PowerShell is not just a new command shell. It is a

Strany 37

37 www.microsoft.com/sharepoint Figure 19: Show Help Content for Windows PowerShell Cmdlets Scenario: Provisioning of Managed Accounts Steve has

Strany 38

38 www.microsoft.com/sharepoint dollar sign ($) denotes a variable in Windows PowerShell. The semicolon (;) means "You are done running this c

Strany 39 - Cmdlets

39 www.microsoft.com/sharepoint foreach ($site in (get-spsite -limit 5000000 -Webapplication $WebApp)) { Write-Host "Activating

Strany 40

40 www.microsoft.com/sharepoint you to make the change yourself. This functionality will greatly reduce the burden on the SharePoint farm administr

Strany 41

41 www.microsoft.com/sharepoint Windows PowerShell is a command line tool that provides SharePoint administrators a way to perform backup and recov

Strany 42

42 www.microsoft.com/sharepoint Figure 21: Back up a site collection The same operation can be completed by using the Backup-SPSite Windows PowerS

Strany 43

43 www.microsoft.com/sharepoint Figure 23: Export a site or list in the user interface Similar to the site collection backup, Windows PowerShell p

Strany 44 - Managed Accounts

44 www.microsoft.com/sharepoint or export is finished, they can the restore that content to the appropriate place in their SharePoint site and dele

Strany 45 - Backup and Restore

3 www.microsoft.com/sharepoint Farm Backup and Restore ...

Strany 46 - Granular Backup and Restore

45 www.microsoft.com/sharepoint Scenario: Using Windows PowerShell to Script Backing Up All Site Collections Individually Jennifer is an overly cau

Strany 47

46 www.microsoft.com/sharepoint administrators. This feature will provide the tools to help mitigate downtime during upgrades and server maintenanc

Strany 48

47 www.microsoft.com/sharepoint SQL Snapshots SharePoint Server 2010 backup and export take advantage of SQL snapshots. When a Windows PowerShell c

Strany 49

48 www.microsoft.com/sharepoint • All site collections for a single site subscription must reside in the same Web application. • Multiple site su

Strany 50 - Read-Only Databases

49 www.microsoft.com/sharepoint Installs or removes features and solutions Configures features and services Reviews usage statistics Tenants admin

Strany 51 - SQL Mirroring

50 www.microsoft.com/sharepoint Figure 28: Theme in SharePoint Server 2010 SharePoint Designer SharePoint Designer is a powerful tool for customi

Strany 52 - Multi-tenancy and Hosting

51 www.microsoft.com/sharepoint • Enable Managing of the Web Site URL Structure: Specifies whether site administrators can manage the URL structur

Strany 53 - Administration

52 www.microsoft.com/sharepoint style the page by using a custom theme. It should be noted that customizing application.master was not recommended

Strany 54 - Branding

53 www.microsoft.com/sharepoint connect to existing sources of information. With the multi-tenancy feature, organizations have more control with ho

Strany 55 - SharePoint Designer

1 www.microsoft.com/sharepoint Abstract This evaluation guide is designed to give the IT pro an introduction and overview of the features in Micros

Strany 56 - Master Pages

2 www.microsoft.com/sharepoint facilitated by a new, streamlined Central Administration Web site, new capabilities to manage and monitor the ShareP

Strany 57 - Conclusion

3 www.microsoft.com/sharepoint Summary of What’s New Microsoft® SharePoint® Server 2010 includes numerous new capabilities and features only some

Strany 58

4 www.microsoft.com/sharepoint Governance Governance in Microsoft® SharePoint® Server 2010 is the set of roles, responsibilities, and processes tha

Komentáře k této Příručce

Žádné komentáře