Enablessc: Stsadm operation (Windows SharePoint Services)

Applies To: Windows SharePoint Services 3.0

 

Topic Last Modified: 2008-03-06

Operation name: Enablessc

Description

Enables self-service site creation for the specified Web application.

This operation is equivalent to the Enable Self-Service Site Creation user interface setting that is located on the Self-Service Site Management page of the SharePoint Central Administration Web site.

Note

If there is a site collection at the root of the specified Web application with a Team Site template when self-service site creation is enabled, a list item is added to the Announcements list. The list item provides users with an URL they can use to create their own site collection.

Syntax

stsadm -o enablessc

**   -url <URL name>**

**\[-requiresecondarycontact\]**

Parameters

Parameter name Value Required? Description

url

A valid URL name, such as http://server_name

Yes

The name of the Web application for which you want to enable self-service creation.

requiresecondarycontact

<none>

No

Use only if you want to require users to create a secondary contact name on the sign-up page.

The secondary contact also becomes a site collection administrator.

Remarks

Members of the Administrator site group to can create subsites off their Web sites using Windows SharePoint Services 3.0. These subsites can be fully functioning Windows SharePoint Services 3.0 sites, complete with a home page, document libraries, and so on, and they can even have their own unique permissions. Self-service site creation is a feature that is enabled by administrators and allows users to create their own top-level Web sites. The user does not need administrator permissions on the server or Web application, only permissions on the Web site where self-service site creation is hosted. The user simply enters some basic information and the new top-level Web site is created with the user as the owner and administrator. When you enable self-service site creation, you free yourself from having to create top-level Web sites on demand for your users as they are able to perform this operation themselves.

Examples

To enable self-service site creation for a server called MyServer and require two contact names for each site, use the following syntax:

stsadm -o enablessc -url http://MyServer -requiresecondarycontact

See Also

Concepts

Configure self-service site creation (Windows SharePoint Services)