Disablessc: Stsadm operation (Windows SharePoint Services)
Applies To: Windows SharePoint Services 3.0
Topic Last Modified: 2008-01-14
Disables 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.
stsadm -o disablessc
** -url <URL name>**
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 disable self-service creation. |
To disable self-service site creation for a server called MyServer, use the following syntax:
stsadm -o disablessc -url http://MyServer
Configure self-service site creation (Windows SharePoint Services)