Create an Enterprise wiki (SharePoint Server 2010)

 

Si applica a: SharePoint Server 2010

Ultima modifica dell'argomento: 2016-11-30

An Enterprise wiki helps users capture and publish knowledge that can be shared across the enterprise. When an organization needs an easy content editing experience in a single location for co-authoring content, conducting discussions, and managing projects, consider creating an Enterprise wiki. For more information, see Panoramica delle wiki aziendali (SharePoint Server 2010).

Before you perform this procedure, confirm the following:

In this article:

  • Create an Enterprise wiki by using Central Administration

  • Create an Enterprise wiki by using Windows PowerShell

Create an Enterprise wiki by using Central Administration

You typically use the Central Administration Web site to create an Enterprise wiki in a stand-alone deployment.

To create an Enterprise wiki by using Central Administration

  1. Verify that you have the following administrative credentials:

    • To use Central Administration, the user account that is performing this procedure must be a member of the Farm Administrators group.
  2. On the Central Administration Web site, in the Application Management section, click Create site collection.

    Nota

    You can also create an Enterprise wiki as a sub-site of another site by clicking New Site on the Site Actions menu.

  3. In the Web Application section, click the Web Application drop-down list to select the Web application where you want to create the Enterprise wiki.

  4. In the Title and Description section, type a title in the Title box and, optionally, type a description in the Description box.

  5. In the Web Site Address section, select / to create the Enterprise wiki at the root of the Web application, or select /sites/ to create the Enterprise wiki site at a specific path. If you select /sites/, you must also type the site name.

  6. In the Template Selection section, click the Publishing tab, and then click Enterprise Wiki.

  7. In the Primary Site Collection Administrator section, type the user name for the user who will be the site collection administrator.

  8. In the Secondary Site Collection Administrator section, type the user name for the secondary administrator of the site collection.

    Designating a secondary site collection administrator is a best practice to ensure that someone can manage the site collection when a primary site collection administrator is not present.

  9. If you are using quotas to manage storage for site collections, in the Quota Template section, click a template in the Select a quota template list.

  10. Click OK.

Create an Enterprise wiki by using Windows PowerShell

You typically use Windows PowerShell to create an Enterprise wiki when you want to automate the task, which is common in enterprises.

Create an Enterprise wiki by using Windows PowerShell

  1. Verify that you meet the following minimum requirements:

  2. On the Start menu, click All Programs.

  3. Click Microsoft SharePoint 2010 Products.

  4. Click SharePoint 2010 Management Shell.

  5. From the Windows PowerShell command prompt window (that is, PS C:\>), type the following commands:

    1. To display all the site templates, type the following command:

      Get-SPWebTemplate
      
    2. To create a variable that contains the name of the Enterprise wiki template, type the following command:

      $wikitemp = Get-SPWebTemplate "ENTERWIKI#0"
      
    3. To create an Enterprise wiki site, type the following command:

      New-SPSite https://contoso.com/CWiki -OwnerAlias <domain\user> -Template $wikitemp
      

      Where <domain\user> is the user name of the site owner.

    For more information, see New-SPSite and Get-SPWebTemplate.

    Per l'esecuzione di attività amministrative dalla riga di comando è consigliabile utilizzare Windows PowerShell. Lo strumento da riga di comando Stsadm è deprecato, ma è stato incluso per garantire la compatibilità con le versioni precedenti del prodotto.

See Also

Other Resources

Resource Center: Enterprise Collaboration in SharePoint Server 2010