Disablessc: Stsadm operation (Office SharePoint Server)
Updated: January 17, 2008
Applies To: Office SharePoint Server 2007
Updated: 2008-01-17
Operation name: Disablessc
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.
Syntax
stsadm -o disablessc
-url <URL name>
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 disable self-service creation. |
Example
To disable self-service site creation for a server called MyServer, use the following syntax:
stsadm -o disablessc -url http://MyServer
