Unextendvs: Stsadm operation (Office SharePoint Server)

From Stsadm

This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.

Operation name: Unextendvs

Description

Removes Windows SharePoint Services 3.0 from a particular Web application. Use the deletecontent parameter to delete the content databases for the Web application.

ImportantImportant:
The account that you use to run the Stsadm command-line tool must be a member of the Administrators group on the local computer. Because this operation affects a content or configuration database, you must also be a member of the following fixed server roles in SQL Server: dbcreator.

Syntax

stsadm -o unextendvs

   -url <URL name>

   -[deletecontent]

   -[deleteiissites]

Parameters

Parameter name Value Required? Description

url

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

Yes

The name of the Web application.

deletecontent

<none>

No

Deletes the content database from a specified Web application.

deleteiissites

<none>

No

Deletes IIS Web sites that are associated with a Web application.