﻿<?xml version="1.0" encoding="UTF-8"?>
<!--RSS generated by Windows SharePoint Services V3 RSS Generator on 06/09/2010 21:12:25-->
<?xml-stylesheet type="text/xsl" href="/tutoriais/_layouts/RssXslt.aspx?List=70c447b5-17c2-4b73-a2ce-e93d18ecdf98" version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Artigos e Tutoriais: Como usar o STSADM</title>
    <link>http://www.canalsharepoint.com.br/tutoriais/Como usar o STSADM/Forms/AllPages.aspx</link>
    <description>Alimentação RSS para a lista Como usar o STSADM.</description>
    <lastBuildDate>Tue, 07 Sep 2010 00:12:25 GMT</lastBuildDate>
    <generator>Windows SharePoint Services V3 RSS Generator</generator>
    <ttl>60</ttl>
    <image>
      <title>Artigos e Tutoriais: Como usar o STSADM</title>
      <url>/tutoriais/_layouts/images/homepage.gif</url>
      <link>http://www.canalsharepoint.com.br/tutoriais/Como usar o STSADM/Forms/AllPages.aspx</link>
    </image>
    <item>
      <title>Home</title>
      <link>http://www.canalsharepoint.com.br/tutoriais/Como usar o STSADM/Forms/DispForm.aspx?ID=2</link>
      <description><![CDATA[<div class=ExternalClassFC96CAAAB5BB4CDEB2A4B33A50D6DDA7>
<div><font size=3>
<p><font size=2><strong>STSADM Overview</strong></font></p>
<p><font size=2>O Windows SharePoint Services 3.0 inclui a ferramenta Stsadm de administração por linha de comando de servidores e sites do Windows SharePoint Services. Para versões 32 bits do Windows Server 2003/2008, o stsadm está localizada neste caminho: %PROGRAMFILES%\common files\microsoft shared\web server extensions\12\bin. Para versões baseadas em 64 bits do Windows Server 2003/2008, o stsadm está localizada neste caminho: %drive%\program files (x86)\common files\microsoft shared\web server extensions\12\bin. Você deve ser um administrador no computador local para poder usar o stsadm.</font></p>
<p><font size=2>O recurso stsadm fornece um método de execução de tarefas administrativas do Windows SharePoint Services 3.0 na linha de comando ou com o uso de arquivos de lote ou scripts. stsadm fornece acesso a operações não disponíveis com o uso do site Administração Central, como a alteração da porta de administração. A ferramenta de linha de comando tem uma interface mais ágil do que a Administração Central e permite executar as mesmas tarefas. Há algumas operações e alguns parâmetros que só estão disponíveis com o uso da ferramenta de linha de comando stsadm.</font></p><a id=section1></a>
<h1 class=heading><font size=2>Usando STSADM</font></h1>
<div id=sectionSection0 class=seeAlsoNoToggleSection>
<p><font size=2>A ferramenta de linha de comando fornece acesso a todo o conjunto de operações do Windows SharePoint Services 3.0. Você pode usar o stsadm na linha de comando ou com arquivos de lote ou scripts. O recurso stsadm deve ser executado no próprio servidor.</font></p>
<p><font size=2>Para usar o stsadm, você deve ser membro do grupo local de Administradores no servidor. Quando você chama o stsadm, fornece uma operação e um conjunto de parâmetros de linha de comando sob a forma:</font></p>
<p><font size=2>-operation OperationName -parameter value</font></p>
<div class=alert>
<table>
<tbody>
<tr>
<th></th></tr>
<tr>
<td>
<p><font size=2><img alt=Note src="http://i.technet.microsoft.com/Cc288981.note(pt-br,office.12).gif"></font><font size=1><em>Observação:</em></font></p>
<p><em><font size=1>Se um valor que você precise usar com a ferramenta de linha de comando incluir um espaço ou caractere tratado como especial pela interface de linha de comando, como o E comercial (&amp;), você pode colocar a seqüência de caracteres entre aspas (&quot;). Por exemplo, se a URL de um site for http://my site, você pode inseri-la como &quot;http://my site&quot;.</font></em></p></td></tr></tbody></table></div>
<p><font size=2>A maioria dos parâmetros de linha de comando também tem uma forma curta que pode ser usada no lugar do nome completo do parâmetro. Por exemplo, o comando a seguir define que o banco de dados de configuração use Server1_collab em Server1 e especifica o nome de usuário e a senha do banco de dados para conexão com:</font></p>
<p><font size=2>stsadm -o setconfigdb -connect -ds Server1 -dn Server1_collab -du User1 -dp password</font></p></div></font></div>
<div><strong><font size=1><em>Fonte: </em></font><a href="http://technet.microsoft.com/pt-br/library/cc288981.aspx"><font size=1><em>http://technet.microsoft.com/pt-br/library/cc288981.aspx</em></font></a></strong></div>
<div><strong><font size=3></font></strong> </div>
<div> </div>
<div><strong><font size=3>Algumas referências de como usar o STSADM</font></strong><br>Veja abaixo de forma simples e fácil de como usar o utilitário STSADM.exe</div>
<div> </div>
<div><br><br>
<ol>
<li>stsadm -o <strong>activatefeature</strong> {-filename &lt;relative path to Feature.xml&gt; | -name &lt;feature folder&gt; | -id &lt;feature Id&gt;} [-url &lt;url&gt;] [-force] 
<li>stsadm -o <strong>activateformtemplate</strong> -url &lt;URL to the site collection&gt; [-formid &lt;form template ID&gt;] [-filename &lt;path to form template file&gt;] 
<li>stsadm -o <strong>addalternatedomain</strong> -url &lt;protocol://existing.WebApplication.URLdomain&gt; -incomingurl &lt;protocol://incoming.url.domain&gt; -urlzone &lt;default, extranet, internet, intranet, custom&gt; -resourcename &lt;non-web application resource name&gt; 
<li>stsadm -o <strong>addcontentdb</strong> -url &lt;url&gt; -databasename &lt;database name&gt; [-databaseserver &lt;database server name&gt;] [-databaseuser &lt;database username&gt;] [-databasepassword &lt;database password&gt;] [-sitewarning &lt;site warning count&gt;] [-sitemax &lt;site max count&gt;] 
<li>stsadm -o <strong>adddataconnectionfile</strong> -filename &lt;path to file to add&gt; [-webaccessible &lt;bool&gt;] [-overwrite &lt;bool&gt;] [-category &lt;bool&gt;] 
<li>stsadm -o <strong>add-ecsfiletrustedlocation</strong> -Ssp &lt;SSP name&gt; -Location &lt;URL|UNC&gt; -LocationType SharePoint|Unc|Http -IncludeChildren True|False [-SessionTimeout &lt;time in seconds&gt;] [-ShortSessionTimeout &lt;time in seconds&gt;] [-MaxRequestDuration &lt;time in seconds&gt;] [-MaxWorkbookSize &lt;file size in Mbytes&gt;] [-MaxChartSize &lt;size in Mbytes&gt;] [-VolatileFunctionCacheLifetime &lt;time in seconds&gt;] [-DefaultWorkbookCalcMode File|Manual|Auto|AutoDataTables] [-AllowExternalData None|Dcl|DclAndEmbedded] [-WarnOnDataRefresh True|False] [-StopOpenOnRefreshFailure True|False] [-PeriodicCacheLifetime &lt;time in seconds&gt;] [-ManualCacheLifetime &lt;time in seconds&gt;] [-MaxConcurrentRequestsPerSession &lt;number of requests&gt;] [-AllowUdfs True|False] [-Description &lt;descriptive text&gt;] 
<li>stsadm -o <strong>add-ecssafedataprovider</strong> -Ssp &lt;SSP name&gt; -ID &lt;data provider id&gt; -Type Oledb|Odbc|OdbcDsn [-Description &lt;descriptive text&gt;] 
<li>stsadm -o <strong>add-ecstrusteddataconnectionlibrary</strong> -Ssp &lt;SSP name&gt; -Location &lt;URL&gt; [-Description &lt;descriptive text&gt;] 
<li>stsadm -o <strong>add-ecsuserdefinedfunction</strong> -Ssp &lt;SSP name&gt; -Assembly &lt;strong name|file path&gt; -AssemblyLocation GAC|File [-Enable True|False] [-Description &lt;descriptive text&gt;] 
<li>stsadm -o <strong>addexemptuseragent</strong> -name &lt;user-agent to receive InfoPath files instead of a Web page&gt; 
<li>stsadm -o <strong>addpath</strong> -url &lt;url&gt; -type &lt;explicitinclusion/wildcardinclusion&gt; 
<li>stsadm -o <strong>addpermissionpolicy</strong> -url &lt;url&gt; -userlogin &lt;login name&gt; -permissionlevel &lt;permission policy level&gt; [-zone &lt;URL zone&gt;] [-username &lt;display name&gt;] 
<li><a href="/tutoriais/Como%20usar%20o%20STSADM/STSADM%20-o%20addsolution.aspx">stsadm <strong>-o addsolution </strong>-filename &lt;Solution filename&gt; [-lcid &lt;language&gt;]</a> 
<li>stsadm -o <strong>addtemplate</strong> -filename &lt;template filename&gt; -title &lt;template title&gt; [-description &lt;template description&gt;] 
<li>stsadm -o <strong>adduser</strong> -url &lt;url&gt; -userlogin &lt;DOMAIN\user&gt; -useremail &lt;email address&gt; -role &lt;role name&gt; / -group &lt;group name&gt; -username &lt;display name&gt; [-siteadmin] 
<li>stsadm -o <strong>addwppack</strong>  -filename &lt;Web Part Package filename&gt; [-lcid &lt;language&gt;] [-url &lt;url&gt;] [-globalinstall] [-force] [-nodeploy] 
<li>stsadm -o <strong>addwppack</strong>  -name &lt;name of Web Part Package&gt; [-lcid &lt;language&gt;] [-url &lt;url&gt;] [-globalinstall] [-force] 
<li>stsadm -o <strong>addzoneurl</strong> -url &lt;protocol://existing.WebApplication.URLdomain&gt; -urlzone &lt;default, extranet, internet, intranet, custom&gt; -zonemappedurl &lt;protocol://outgoing.url.domain&gt; -resourcename &lt;non-web application resource name&gt; 
<li>stsadm -o <strong>allowuserformwebserviceproxy</strong> -url &lt;Url of the web application&gt; -enable &lt;true to enable, false to disable&gt; 
<li>stsadm -o <strong>allowwebserviceproxy</strong> -url &lt;Url of the web application&gt; -enable &lt;true to enable, false to disable&gt; 
<li>stsadm -o <strong>associatewebapp</strong> -title &lt;SSP name&gt; [-default | -parent] -url &lt;Web application 1 url,Web application 2 url&gt; [-all] 
<li>stsadm -o <strong>authentication</strong> -url &lt;url&gt; -type &lt;windows/forms/websso&gt; [-usebasic (valid only in windows authentication mode)] [-usewindowsintegrated (valid only in windows authentication mode)] [-exclusivelyusentlm (valid only in windows authentication mode)] [-membershipprovider &lt;membership provider name&gt;] [-rolemanager &lt;role manager name&gt;] [-enableclientintegration] [-allowanonymous] 
<li>stsadm -o <strong>backup</strong> -url &lt;url&gt; -filename &lt;filename&gt; [-overwrite] 
<li>stsadm -o <strong>backup</strong> -directory &lt;UNC path&gt; -backupmethod &lt;full | differential&gt; [-item &lt;created path from tree&gt;] [-percentage &lt;integer between 1 and 100&gt;] [-backupthreads &lt;integer between 1 and 10&gt;] [-showtree] [-quiet] 
<li>stsadm -o <strong>backuphistory</strong> -directory &lt;UNC path&gt; [-backup] [-restore] 
<li>stsadm -o <strong>binddrservice</strong> -servicename &lt;data retrieval service name&gt; -setting &lt;data retrieval services setting&gt; 
<li>stsadm -o <strong>blockedfilelist</strong> -extension &lt;extension&gt; -add [-url &lt;url&gt;] 
<li>stsadm -o <strong>blockedfilelist</strong> -extension &lt;extension&gt; -delete [-url &lt;url&gt;] 
<li>stsadm -o <strong>canceldeployment</strong> -id &lt;id&gt; 
<li>stsadm -o <strong>changepermissionpolicy</strong> -url &lt;url&gt; -userlogin &lt;DOMAIN\name&gt; [-zone &lt;URL zone&gt;] [-username &lt;display name&gt;] [{ -add | -delete } -permissionlevel &lt;permission policy level&gt;] 
<li>stsadm -o <strong>copyappbincontent</strong> 
<li>stsadm -o <strong>createadminvs</strong> [-admapidname &lt;app pool name&gt;] [-admapidtype &lt;configurableid/NetworkService&gt;] [-admapidlogin &lt;DOMAIN\name&gt;] [-admapidpwd &lt;app pool password&gt;] 
<li>stsadm -o <strong>createcmsmigrationprofile</strong> -profilename &lt;profile name&gt; [-description &lt;description&gt;] [-connectionstring &lt;connection string&gt;] -databaseserver &lt;server&gt;  -databasename &lt;name&gt;  -databaseuser &lt;username&gt;  [-databasepassword &lt;password&gt;] [-auth windowsauth|sqlauth] -destination &lt;url&gt; [-rootchannel &lt;channelname&gt;] [-destinationlocale &lt;LCID&gt;] [-migrateresources onlyused|all] [-migrateacls yes|no] [-emailto &lt;address1;address2&gt;] [-emailon success|failure|none|both] [-keeptemporaryfiles Never|Always|Failure] [-enableeventreceivers yes|no] 
<li>stsadm -o <strong>creategroup</strong> -url &lt;url&gt; -name &lt;group name&gt; -description &lt;description&gt; -ownerlogin &lt;DOMAIN\name or group name&gt; [-type member|visitor|owner] 
<li>stsadm -o <strong>createsite</strong> -url &lt;url&gt; -owneremail &lt;email address&gt; [-ownerlogin &lt;DOMAIN\name&gt;] [-ownername &lt;display name&gt;] [-secondaryemail &lt;email address&gt;] [-secondarylogin &lt;DOMAIN\name&gt;] [-secondaryname &lt;display name&gt;] [-lcid &lt;language&gt;] [-sitetemplate &lt;site template&gt;] [-title &lt;site title&gt;] [-description &lt;site description&gt;] [-hostheaderwebapplicationurl &lt;web application url&gt;] [-quota &lt;quota template&gt;] 
<li>stsadm -o <strong>createsiteinnewdb</strong> -url &lt;url&gt; -owneremail &lt;email address&gt; [-ownerlogin &lt;DOMAIN\name&gt;] [-ownername &lt;display name&gt;] [-secondaryemail &lt;email address&gt;] [-secondarylogin &lt;DOMAIN\name&gt;] [-secondaryname &lt;display name&gt;] [-lcid &lt;language&gt;] [-sitetemplate &lt;site template&gt;] [-title &lt;site title&gt;] [-description &lt;site description&gt;] [-hostheaderwebapplicationurl &lt;web application url&gt;] [-quota &lt;quota template&gt;] [-databaseuser &lt;database username&gt;] [-databasepassword &lt;database password&gt;] [-databaseserver &lt;database server name&gt;] [-databasename &lt;database name&gt;] 
<li>stsadm -o <strong>createssp</strong> -title &lt;SSP name&gt; -url &lt;Web application url&gt; -mysiteurl &lt;MySite Web application url&gt; -ssplogin &lt;username&gt; -indexserver &lt;index server&gt; -indexlocation &lt;index file path&gt; [-ssppassword &lt;password&gt;] [-sspdatabaseserver &lt;SSP database server&gt;] [-sspdatabasename &lt;SSP database name&gt;] [-sspsqlauthlogin &lt;SQL username&gt;] [-sspsqlauthpassword &lt;SQL password&gt;] [-searchdatabaseserver &lt;search database server&gt;] [-searchdatabasename &lt;search database name&gt;] [-searchsqlauthlogin &lt;SQL username&gt;] [-searchsqlauthpassword &lt;SQL password&gt;] [-ssl &lt;yes|no&gt;] 
<li>stsadm -o <strong>createweb</strong> -url &lt;url&gt; [-lcid &lt;language&gt;] [-sitetemplate &lt;site template&gt;] [-title &lt;site title&gt;] [-description &lt;site description&gt;] [-convert] [-unique] 
<li>stsadm -o <strong>databaserepair</strong> -url &lt;url&gt; -databasename &lt;database name&gt; [-deletecorruption] 
<li>stsadm -o <strong>deactivatefeature</strong> {-filename &lt;relative path to Feature.xml&gt; | -name &lt;feature folder&gt; | -id &lt;feature Id&gt;} [-url &lt;url&gt;] [-force] 
<li>stsadm -o <strong>deactivateformtemplate</strong> -url &lt;URL to the site collection&gt; [-formid &lt;form template ID&gt;] [-filename &lt;path to form template file&gt;] 
<li>stsadm -o <strong>deleteadminvs</strong> 
<li>stsadm -o <strong>deletealternatedomain</strong> -url &lt;ignored&gt; -incomingurl &lt;protocol://incoming.url.domain&gt; 
<li>stsadm -o <strong>deletecmsmigrationprofile</strong> -profilename &lt;profile name&gt; 
<li>stsadm -o <strong>deleteconfigdb</strong> 
<li>stsadm -o <strong>deletecontentdb</strong> -url &lt;url&gt; -databasename &lt;database name&gt; [-databaseserver &lt;database server name&gt;] 
<li>stsadm -o <strong>deletegroup</strong> -url &lt;url&gt; -name &lt;group name&gt; 
<li>stsadm -o <strong>deletepath</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>deletepermissionpolicy</strong> -url &lt;url&gt; -userlogin &lt;login name&gt; [-zone &lt;URL zone&gt;] 
<li>stsadm -o <strong>deletesite</strong> -url &lt;url&gt; -deleteadaccounts &lt;true/false&gt; 
<li>stsadm -o <strong>deletesolution</strong> -name &lt;Solution name&gt; [-override] [-lcid &lt;language&gt;] 
<li>stsadm -o <strong>deletessp</strong> -title &lt;SSP name&gt; [-deletedatabases] 
<li>stsadm -o <strong>deletessptimerjob</strong> -title &lt;SSP Name&gt; -jobid &lt;SSP Timer Job Id&gt; 
<li>stsadm -o <strong>deletetemplate</strong> -title &lt;template title&gt; [-lcid &lt;language&gt;] 
<li>stsadm -o <strong>deleteuser</strong> -url &lt;url&gt; -userlogin &lt;DOMAIN\name&gt; [-group &lt;group&gt;] 
<li>stsadm -o <strong>deleteweb</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>deletewppack</strong> -name &lt;name of Web Part Package&gt; [-lcid &lt;language&gt;] [-url &lt;url&gt;] 
<li>stsadm -o <strong>deletezoneurl</strong> -url &lt;protocol://existing.WebApplication.URLdomain&gt; -urlzone &lt;default, extranet, internet, intranet, custom&gt; -resourcename &lt;non-web application resource name&gt; 
<li>stsadm -o <strong>deploysolution</strong> -name &lt;Solution name&gt; [-url &lt;virtual server url&gt;] [-allcontenturls] [-time &lt;time to deploy at&gt;] [-immediate] [-local] [-allowgacdeployment] [-allowcaspolicies] [-lcid &lt;language&gt;] [-force] 
<li>stsadm -o <strong>deploywppack</strong> -name &lt;Web Part Package name&gt; [-url &lt;virtual server url&gt;] [-time &lt;time to deploy at&gt;] [-immediate] [-local] [-lcid &lt;language&gt;] [-globalinstall] [-force] 
<li>stsadm -o <strong>disablessc</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>displaysolution</strong> -name &lt;Solution name&gt; 
<li>stsadm -o <strong>editcmsmigrationprofile</strong> -profilename &lt;profile name&gt; [-description &lt;description&gt;] [-connectionstring &lt;connection string&gt;] [-databaseserver &lt;server&gt;] [-databasename &lt;name&gt;] [-databaseuser &lt;username&gt;] [-databasepassword &lt;password&gt;] [-auth sqlauth|windowsauth] [-emailto &lt;address1;address2&gt;] [-emailon success|failure|none|both] [-excludeschema ] [-keeptemporaryfiles Never|Always|Failure] [-enableeventreceivers yes|no] 
<li>stsadm -o <strong>editcontentdeploymentpath</strong> -pathname &lt;path name&gt; [-keeptemporaryfiles Never|Always|Failure] [-enableeventreceivers yes|no] [-enablecompression yes|no] 
<li>stsadm -o <strong>editssp</strong> -title &lt;SSP name&gt; [-newtitle &lt;new SSP name&gt;] [-sspadminsite &lt;administration site url&gt;] [-ssplogin &lt;username&gt;] [-ssppassword &lt;password&gt;] [-indexserver &lt;index server&gt;] [-indexlocation &lt;index file path&gt;] [-setaccounts &lt;process accounts (domain\username)&gt;] [-ssl &lt;yes|no&gt;] 
<li>stsadm -o <strong>email</strong> -outsmtpserver &lt;SMTP server&gt; -fromaddress &lt;email address&gt; -replytoaddress &lt;email address&gt; -codepage &lt;codepage&gt; [-url &lt;url&gt;] 
<li>stsadm -o <strong>enablecmsurlredirect</strong> -profilename &lt;profile name&gt; -off 
<li>stsadm -o <strong>enablessc</strong> -url &lt;url&gt; [-requiresecondarycontact] 
<li>stsadm -o <strong>enumalternatedomains</strong> -url &lt;protocol://existing.WebApplication.URLdomain&gt; -resourcename &lt;non-web application resource name&gt; 
<li>stsadm -o <strong>enumcontentdbs</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>enumdataconnectionfiledependants</strong> -filename &lt;filename for which to enumerate dependants&gt; 
<li>stsadm -o <strong>enumdataconnectionfiles</strong> [-mode &lt;a | u | all | unreferenced&gt;] 
<li>stsadm -o <strong>enumdeployments</strong> 
<li>stsadm -o <strong>enumexemptuseragents</strong> 
<li>stsadm -o <strong>enumformtemplates</strong> 
<li>stsadm -o <strong>enumgroups</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>enumroles</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>enumservices</strong> 
<li>stsadm -o <strong>enumsites</strong> -url &lt;virtual server url&gt; -showlocks -redirectedsites 
<li>stsadm -o <strong>enumsolutions</strong> 
<li>stsadm -o <strong>enumssp</strong> -title &lt;SSP name&gt; [-default | -parent | -all] 
<li>stsadm -o <strong>enumssptimerjobs</strong> -title &lt;SSP Name&gt; 
<li>stsadm -o <strong>enumsubwebs</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>enumtemplates</strong> [-lcid &lt;language&gt;] 
<li>stsadm -o <strong>enumusers</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>enumwppacks</strong> [-name &lt;name of Web Part Package&gt;] [-url &lt;virtual server url&gt;] [-farm] 
<li>stsadm -o <strong>enumzoneurls</strong> -url &lt;protocol://existing.WebApplication.URLdomain&gt; -resourcename &lt;non-web application resource name&gt; 
<li>stsadm -o <strong>execadmsvcjobs</strong> 
<li>stsadm -o <strong>export</strong> -url &lt;URL to be exported&gt; -filename &lt;export file name&gt; [-overwrite] [-includeusersecurity] [-haltonwarning] [-haltonfatalerror] [-nologfile] [-versions &lt;1-4&gt; 1= Last major version for files and list items (default), 2= The current version, either the last major or the last minor, 3= Last major and last minor version for files and list items, 4= All versions for files and list items] [-cabsize &lt;integer from 1-1024 megabytes&gt; (default: 25)] [-nofilecompression] [-quiet] 
<li>stsadm -o <strong>extendvs</strong> -url &lt;url&gt; -ownerlogin &lt;domain\name&gt; -owneremail &lt;email address&gt; [-exclusivelyusentlm] [-ownername &lt;display name&gt;] [-databaseuser &lt;database user&gt;] [-databaseserver &lt;database server&gt;] [-databasename &lt;database name&gt;] [-databasepassword &lt;database user password&gt;] [-lcid &lt;language&gt;] [-sitetemplate &lt;site template&gt;] [-donotcreatesite] [-description &lt;iis web site name&gt;] [-sethostheader] [-apidname &lt;app pool name&gt;] [-apidtype &lt;configurableid/NetworkService&gt;] [-apidlogin &lt;DOMAIN\name&gt;] [-apidpwd &lt;app pool password&gt;] [-allowanonymous] 
<li>stsadm -o <strong>extendvsinwebfarm</strong> -url &lt;url&gt; -vsname &lt;web application name&gt; [-exclusivelyusentlm] [-apidname &lt;app pool name&gt;] [-apidtype &lt;configurableid/NetworkService&gt;] [-apidlogin &lt;DOMAIN\name&gt;] [-apidpwd &lt;app pool password&gt;] [-allowanonymous] 
<li>stsadm -o <strong>forcedeleteweb</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>formtemplatequiescestatus</strong> [-formid &lt;form template ID&gt;] [-filename &lt;path to form template file&gt;] 
<li>stsadm -o <strong>getadminport</strong> 
<li>stsadm -o <strong>getdataconnectionfileproperty</strong> -filename &lt;filename of the data connection file&gt; -pn &lt;property name&gt; 
<li>stsadm -o <strong>getformsserviceproperty</strong> -pn &lt;option name&gt; 
<li>stsadm -o <strong>getformtemplateproperty</strong> [-formid &lt;form template ID&gt;] [-filename &lt;path to form template file&gt;] -pn &lt;property name&gt; 
<li>stsadm -o <strong>getproperty</strong> -propertyname &lt;property name&gt; [-url &lt;url&gt;] (SharePoint cluster properties: avallowdownload, avcleaningenabled, avdownloadscanenabled, avnumberofthreads, avtimeout, avuploadscanenabled, command-line-upgrade-running, database-command-timeout, database-connection-timeout, data-retrieval-services-enabled, data-retrieval-services-oledb-providers, data-retrieval-services-response-size, data-retrieval-services-timeout, data-retrieval-services-update, data-source-controls-enabled, dead-site-auto-delete, dead-site-notify-after, dead-site-num-notifications, defaultcontentdb-password, defaultcontentdb-server, defaultcontentdb-user, delete-web-send-email, irmaddinsenabled, irmrmscertserver, irmrmsenabled, irmrmsusead, job-ceip-datacollection, job-config-refresh, job-database-statistics, job-dead-site-delete, job-usage-analysis, job-watson-trigger, large-file-chunk-size, token-timeout, workflow-cpu-throttle, workflow-eventdelivery-batchsize, workflow-eventdelivery-throttle, workflow-eventdelivery-timeout, workflow-timerjob-cpu-throttle, workitem-eventdelivery-batchsize, workitem-eventdelivery-throttle; SharePoint virtual server properties: alerts-enabled, alerts-limited, alerts-maximum, change-log-expiration-enabled, change-log-retention-period, data-retrieval-services-enabled, data-retrieval-services-inherit, data-retrieval-services-oledb-providers, data-retrieval-services-response-size, data-retrieval-services-timeout, data-retrieval-services-update, data-source-controls-enabled, days-to-show-new-icon, dead-site-auto-delete, dead-site-notify-after, dead-site-num-notifications, defaultquotatemplate, defaulttimezone, delete-web-send-email, job-change-log-expiration, job-dead-site-delete, job-diskquota-warning, job-immediate-alerts, job-recycle-bin-cleanup, job-usage-analysis, job-workflow, job-workflow-autoclean, job-workflow-failover, max-file-post-size, peoplepicker-activedirectorysearchtimeout, peoplepicker-distributionlistsearchdomains, peoplepicker-nowindowsaccountsfornonwindowsauthenticationmode, peoplepicker-onlysearchwithinsitecollection, peoplepicker-searchadcustomquery, peoplepicker-searchadforests, presenceenabled, recycle-bin-cleanup-enabled, recycle-bin-enabled, recycle-bin-retention-period, second-stage-recycle-bin-quota, send-ad-email) 
<li>stsadm -o <strong>getsitedirectoryscanschedule</strong> 
<li>stsadm -o <strong>getsitelock</strong> -url &lt;url&gt; 
<li><u>stsadm -o <strong>getsiteuseraccountdirectorypath</strong> -url &lt;url&gt;</u> 
<li>stsadm -o <strong>geturlzone</strong> -url &lt;protocol://incoming.url.domain&gt; 
<li><u>stsadm -o <strong>grantiis7permission</strong></u> 
<li>stsadm -o <strong>import</strong> -url &lt;URL to import to&gt; -filename &lt;import file name&gt; [-includeusersecurity] [-haltonwarning] [-haltonfatalerror] [-nologfile] [-updateversions &lt;1-3&gt; 1= Add new versions to the current file (default), 2= Overwrite the file and all its versions (delete then insert),3= Ignore the file if it exists on the destination] [-nofilecompression] [-quiet] 
<li>stsadm -o <strong>installfeature</strong> {-filename &lt;relative path to Feature.xml from system feature directory&gt; | -name &lt;feature folder&gt;} [-force] 
<li>stsadm -o <strong>listlogginglevels</strong> [-showhidden] 
<li>stsadm -o <strong>listregisteredsecuritytrimmers</strong> -ssp &lt;ssp name&gt; 
<li>stsadm -o <strong>localupgradestatus</strong> 
<li>stsadm -o <strong>managepermissionpolicylevel</strong> -url &lt;url&gt; -name &lt;permission policy level name&gt; [{ -add | -delete }] [-description &lt;description&gt;] [-siteadmin &lt;true | false&gt;] [-siteauditor &lt;true | false&gt;] [-grantpermissions &lt;comma-separated list of permissions&gt;] [-denypermissions &lt;comma-separated list of permissions&gt;] 
<li><u>stsadm -o <strong>mergecontentdbs</strong> -url &lt;url&gt; -sourcedatabasename &lt;source database name&gt; -destinationdatabasename &lt;destination datbabase name&gt; [-operation &lt;1-3&gt; 1 - Analyze (default) 2 - Full Database Merge 3 - Read from file] [-filename &lt;file generated from stsadm -o enumsites&gt;]</u> 
<li>stsadm -o <strong>migrateuser</strong> -oldlogin &lt;DOMAIN\name&gt; -newlogin &lt;DOMAIN\name&gt; [-ignoresidhistory] 
<li>stsadm -o <strong>osearch</strong> [-action &lt;list|start|stop&gt;] required parameters for 'start' (if not already set): role, farmcontactemail, service credentials [-f (suppress prompts)] [-role &lt;Index|Query|IndexQuery&gt;] [-farmcontactemail &lt;email&gt;] [-farmperformancelevel &lt;Reduced|PartlyReduced|Maximum&gt;] [-farmserviceaccount &lt;DOMAIN\name&gt; (service credentials)] [-farmservicepassword &lt;password&gt;] [-defaultindexlocation &lt;directory&gt;] [-propagationlocation &lt;directory&gt;] <u>[-cleansearchdatabase &lt;true|false&gt;] [-ssp &lt;ssp name&gt;] required parameter for 'cleansearchdatabase'</u> 
<li>stsadm -o <strong>osearchdiacriticsensitive</strong> -ssp &lt;ssp name&gt; [-setstatus &lt;True|False&gt;] [-noreset] [-force] 
<li>stsadm -o <strong>preparetomove</strong> {-ContentDB &lt;DatabaseServer:DatabaseName&gt; | -Site &lt;URL&gt;} [-OldContentDB &lt;uniqueidentifier&gt;] [-undo] 
<li>stsadm -o <strong>profilechangelog</strong> -title &lt;SSP Name&gt; -daysofhistory &lt;number of days&gt; -generateanniversaries 
<li>stsadm -o <strong>profiledeletehandler</strong> -type &lt;Full Assembly Path&gt; 
<li>stsadm -o <strong>provisionservice</strong> -action &lt;start/stop&gt; -servicetype &lt;servicetype (namespace or assembly qualified name if not SharePoint service)&gt; [-servicename &lt;servicename&gt;] 
<li>stsadm -o <strong>quiescefarm</strong> -maxduration &lt;duration in minutes&gt; 
<li>stsadm -o <strong>quiescefarmstatus</strong> 
<li>stsadm -o <strong>quiesceformtemplate</strong> [-formid &lt;form template ID&gt;] [-filename &lt;path to form template file&gt;] -maxduration &lt;time in minutes&gt; 
<li>stsadm -o <strong>reconvertallformtemplates</strong> 
<li>stsadm -o <strong>refreshdms</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>refreshsitedms</strong> -url &lt;url&gt; 
<li>stsadm -o <strong>registersecuritytrimmer</strong> -ssp &lt;ssp name&gt; -id &lt;0 - 2147483647&gt; -typename &lt;assembly qualified TypeName of ISecurityTrimmer implementation&gt; -rulepath &lt;crawl rule URL&gt; [-configprops &lt;name value pairs delimited by '~'&gt;] 
<li>stsadm -o <strong>registerwsswriter</strong> 
<li>stsadm -o <strong>removedataconnectionfile</strong> -filename &lt;filename to remove&gt; 
<li>stsadm -o <strong>removedrservice</strong> -servicename &lt;data retrieval service name&gt; -setting &lt;data retrieval services setting&gt; 
<li>stsadm -o <strong>remove-ecsfiletrustedlocation</strong> -Ssp &lt;SSP name&gt; -Location &lt;URL|UNC&gt; -LocationType SharePoint|Unc|Http 
<li>stsadm -o <strong>remove-ecssafedataprovider</strong> -Ssp &lt;SSP name&gt; -ID &lt;data provider id&gt; -Type Oledb|Odbc|OdbcDsn 
<li>stsadm -o <strong>remove-ecstrusteddataconnectionlibrary</strong> -Ssp &lt;SSP name&gt; -Location &lt;URL&gt; 
<li>stsadm -o <strong>remove-ecsuserdefinedfunction</strong> -Ssp &lt;SSP name&gt; -Assembly &lt;strong name|file path&gt; -AssemblyLocation GAC|File 
<li>stsadm -o <strong>removeexemptuseragent</strong> -name &lt;user-agent to receive InfoPath files instead of a Web page&gt; 
<li>stsadm -o <strong>removeformtemplate</strong> [-formid &lt;form template ID&gt;] [-filename &lt;path to form template file&gt;] 
<li>stsadm -o <strong>removesolutiondeploymentlock</strong> [-server &lt;server&gt; [-allservers] 
<li>stsadm -o <strong>renameserver</strong> -oldservername &lt;oldServerName&gt; -newservername &lt;newServerName&gt; 
<li><u>stsadm -o <strong>renamesite</strong> -oldurl &lt;oldUrl&gt; -newurl &lt;newUrl&gt; </u> 
<li>stsadm -o <strong>renameweb</strong> -url &lt;url&gt; -newname &lt;new subsite name&gt; 
<li>stsadm -o <strong>restore</strong> -url &lt;url&gt; -filename &lt;filename&gt; [-hostheaderwebapplicationurl &lt;web application url&gt;] [-overwrite] 
<li>stsadm -o <strong>restore</strong> -directory &lt;UNC path&gt; -restoremethod &lt;overwrite | new&gt; [-backupid &lt;Id from backuphistory, see stsadm -help backuphistory&gt;] [-item &lt;created path from tree&gt;] [-percentage &lt;integer between 1 and 100&gt;] [-showtree] [-suppressprompt] [-username &lt;username&gt;] [-password &lt;password&gt;] [-newdatabaseserver &lt;new database server name&gt;] [-quiet] 
<li>stsadm -o <strong>restoressp</strong> -title &lt;SSP name&gt; -url &lt;Web application url&gt; -ssplogin &lt;username&gt; -mysiteurl &lt;MySite Web application url&gt; -indexserver &lt;index server&gt; -indexlocation &lt;index file path&gt; [-keepindex] -sspdatabaseserver &lt;SSP database server&gt; -sspdatabasename &lt;SSP database name&gt; [-ssppassword &lt;password&gt;] [-sspsqlauthlogin &lt;SQL username&gt;] [-sspsqlauthpassword &lt;SQL password&gt;] [-searchdatabaseserver &lt;search database server&gt;] [-searchdatabasename &lt;search database name&gt;] [-searchsqlauthlogin &lt;SQL username&gt;] [-searchsqlauthpassword &lt;SQL password&gt;] [-ssl &lt;yes|no&gt;] 
<li>stsadm -o <strong>retractsolution</strong> -name &lt;Solution name&gt; [-url &lt;virtual server url&gt;] [-allcontenturls] [-time &lt;time to remove at&gt;] [-immediate] [-local] [-lcid &lt;language&gt;] 
<li>stsadm -o <strong>retractwppack</strong> -name &lt;Web Part Package name&gt; [-url &lt;virtual server url&gt;] [-time &lt;time to retract at&gt;] [-immediate] [-local] [-lcid &lt;language&gt;] 
<li>stsadm -o <strong>runcmsmigrationprofile</strong> -profilename &lt;profile name&gt; [-skipanalyzer ] [-onlyanalyzer ] [-startover ] [-migratesincetime &lt;DateTime string&gt;] [-migrationfolder &lt;path&gt;] [-exportonly ] [-importonly ] [-htmldiff &lt;path&gt;] 
<li>stsadm -o <strong>runcontentdeploymentjob</strong> -jobname &lt;name&gt; [-wait yes|no] [-deploysincetime &lt;datetime&gt;] (&lt;datetime&gt; as &quot;MM/DD/YY HH:MM:SS&quot;) 
<li>stsadm -o <strong>scanforfeatures</strong> [-solutionid &lt;Id of Solution&gt;] [-displayonly] 
<li>stsadm -o <strong>setadminport</strong> -port &lt;port&gt; [-ssl] [-admapcreatenew] [-admapidname &lt;app pool name&gt;] 
<li>stsadm -o <strong>setapppassword</strong> -password &lt;password&gt; 
<li>stsadm -o <strong>setbulkworkflowtaskprocessingschedule</strong> -schedule &lt;recurrence string&gt; 
<li>stsadm -o <strong>setconfigdb</strong> [-connect] -databaseserver &lt;database server&gt; [-databaseuser &lt;database user&gt;] [-databasepassword &lt;database user password&gt;] [-databasename &lt;database name&gt;] [-exclusivelyusentlm] [-farmuser] [-farmpassword] [-adcreation] [-addomain &lt;Active Directory domain&gt;] [-adou &lt;Active Directory OU&gt;] 
<li>stsadm -o <strong>setcontentdeploymentjobschedule</strong> -jobname &lt;name&gt; -schedule &lt;schedule&gt; (Schedule Parameter Examples: &quot;every 5 minutes between 0 and 59&quot;, &quot;hourly between 0 and 59&quot;, &quot;daily at 15:00:00&quot;, &quot;weekly between Fri 22:00:00 and Sun 06:00:00&quot;, &quot;monthly at 15 15:00:00&quot;, &quot;yearly at Jan 1 15:00:00&quot;) 
<li>stsadm -o <strong>setdataconnectionfileproperty</strong> -filename &lt;filename of the data connection file&gt; -pn &lt;property name&gt; -pv &lt;property value&gt; 
<li>stsadm -o <strong>setdefaultssp</strong> -title &lt;SSP name&gt; 
<li>stsadm -o <strong>set-ecsexternaldata</strong> -Ssp &lt;SSP name&gt; [-ConnectionLifetime &lt;time in seconds&gt;] [-UnattendedServiceAccountName &lt;account name&gt;] [-UnattendedServiceAccountPassword &lt;account password&gt;] 
<li>stsadm -o <strong>set-ecsloadbalancing</strong> -Ssp &lt;SSP name&gt; [-Scheme WorkbookUrl|RoundRobin|Local] [-RetryInterval &lt;time in seconds&gt;] 
<li>stsadm -o <strong>set-ecsmemoryutilization</strong> -Ssp &lt;SSP name&gt; [-MaxPrivateBytes &lt;memory in MBytes&gt;] [-MemoryCacheThreshold &lt;percentage&gt;] [-MaxUnusedObjectAge &lt;time in minutes&gt;] 
<li>stsadm -o <strong>set-ecssecurity</strong> -Ssp &lt;SSP name&gt; [-FileAccessMethod UseImpersonation|UseFileAccessAccount] [-AccessModel Delegation|TrustedSubsystem] [-RequireEncryptedUserConnection False|True] [-AllowCrossDomainAccess True|False] 
<li>stsadm -o <strong>set-ecssessionmanagement</strong> -Ssp &lt;SSP name&gt; [-MaxSessionsPerUser &lt;number of sessions&gt;] 
<li>stsadm -o <strong>set-ecsworkbookcache</strong> -Ssp &lt;SSP name&gt; [-Location &lt;local or UNC path&gt;] [-MaxCacheSize &lt;storage in Mbytes&gt;] [-EnableCachingOfUnusedFiles True|False] 
<li>stsadm -o <strong>setformsserviceproperty</strong> -pn &lt;option name&gt; -pv &lt;option value&gt; 
<li>stsadm -o <strong>setformtemplateproperty</strong> [-formid &lt;form template ID&gt;] [-filename &lt;path to form template file&gt;] -pn &lt;property name&gt; -pv &lt;property value&gt; 
<li>stsadm -o <strong>setholdschedule</strong> -schedule &lt;recurrence string&gt; 
<li>stsadm -o <strong>setlogginglevel</strong> [-category &lt; [CategoryName | Manager:CategoryName [;...]] &gt;] {-default | -tracelevel  &lt; None;  Unexpected; Monitorable; High; Medium; Verbose&gt; [-windowslogginglevel &lt; None;  ErrorServiceUnavailable;  ErrorSecurityBreach;  ErrorCritical;  Error;  Warning;  FailureAudit; SuccessAudit;  Information;  Success&gt;] } 
<li>stsadm -o <strong>setpolicyschedule</strong> -schedule &lt;recurrence string&gt; 
<li>stsadm -o <strong>setproperty</strong> -propertyname &lt;property name&gt; -propertyvalue &lt;property value&gt; [-url &lt;url&gt;] (SharePoint cluster properties:, avallowdownload, avcleaningenabled, avdownloadscanenabled, avnumberofthreads, avtimeout, avuploadscanenabled, command-line-upgrade-running, database-command-timeout, database-connection-timeout, data-retrieval-services-enabled, data-retrieval-services-oledb-providers, data-retrieval-services-response-size, data-retrieval-services-timeout, data-retrieval-services-update, data-source-controls-enabled, dead-site-auto-delete, dead-site-notify-after, dead-site-num-notifications, defaultcontentdb-password, defaultcontentdb-server, defaultcontentdb-user, delete-web-send-email, irmaddinsenabled, irmrmscertserver, irmrmsenabled, irmrmsusead, job-ceip-datacollection, job-config-refresh, job-database-statistics, job-dead-site-delete, job-usage-analysis, job-watson-trigger, large-file-chunk-size, token-timeout, workflow-cpu-throttle, workflow-eventdelivery-batchsize, workflow-eventdelivery-throttle, workflow-eventdelivery-timeout, workflow-timerjob-cpu-throttle, workitem-eventdelivery-batchsize, workitem-eventdelivery-throttle; SharePoint virtual server properties:, alerts-enabled, alerts-limited, alerts-maximum, change-log-expiration-enabled, change-log-retention-period, data-retrieval-services-enabled, data-retrieval-services-inherit, data-retrieval-services-oledb-providers, data-retrieval-services-response-size, data-retrieval-services-timeout, data-retrieval-services-update, data-source-controls-enabled, days-to-show-new-icon, dead-site-auto-delete, dead-site-notify-after, dead-site-num-notifications, defaultquotatemplate, defaulttimezone, delete-web-send-email, job-change-log-expiration, job-dead-site-delete, job-diskquota-warning, job-immediate-alerts, job-recycle-bin-cleanup, job-usage-analysis, job-workflow, job-workflow-autoclean, job-workflow-failover, max-file-post-size, peoplepicker-activedirectorysearchtimeout, peoplepicker-distributionlistsearchdomains, peoplepicker-nowindowsaccountsfornonwindowsauthenticationmode, peoplepicker-onlysearchwithinsitecollection, peoplepicker-searchadcustomquery, peoplepicker-searchadforests, presenceenabled, recycle-bin-cleanup-enabled, recycle-bin-enabled, recycle-bin-retention-period, second-stage-recycle-bin-quota, send-ad-email) 
<li>stsadm -o <strong>setrecordsrepositoryschedule</strong> -schedule &lt;recurrence string&gt; 
<li>stsadm -o <strong>setsearchandprocessschedule</strong> -schedule &lt;recurrence string&gt; 
<li>stsadm -o <strong>setsharedwebserviceauthn</strong> -ntlm | -negotiate 
<li>stsadm -o <strong>setsitedirectoryscanschedule</strong> -schedule &lt;recurrence string&gt; (Schedule parameter examples: &quot;every 5 minutes between 0 and 59&quot;, &quot;hourly between 0 and 59&quot;, &quot;daily at 15:00:00&quot;, &quot;weekly between Fri 22:00:00 and Sun 06:00:00&quot;, &quot;monthly at 15 15:00:00&quot;, &quot;yearly at Jan 1 15:00:00&quot;) 
<li>stsadm -o <strong>setsitelock</strong> -url &lt;url&gt; -lock &lt;none | noadditions | readonly | noaccess&gt; 
<li><u>stsadm -o <strong>setsiteuseraccountdirectorypath</strong> -url &lt;url&gt; [-path &lt;path&gt;]</u> 
<li>stsadm -o <strong>setsspport</strong> -httpport &lt;HTTP port number&gt; -httpsport &lt;HTTPS port number&gt; 
<li>stsadm -o <strong>setworkflowconfig</strong> -url &lt;url&gt; {-emailtonopermissionparticipants &lt;enable|disable&gt; | -externalparticipants &lt;enable|disable&gt; | -userdefinedworkflows &lt;enable|disable&gt;} 
<li>stsadm -o <strong>siteowner</strong> -url &lt;url&gt; [-ownerlogin &lt;DOMAIN\name&gt;] [-secondarylogin &lt;DOMAIN\name&gt;] 
<li>stsadm -o <strong>spsearch</strong> [-action &lt;list | start | stop | attachcontentdatabase | detachcontentdatabase | fullcrawlstart | fullcrawlstop&gt;] [-f (suppress prompts)] [-farmperformancelevel &lt;Reduced | PartlyReduced | Maximum&gt;] [-farmserviceaccount &lt;DOMAIN\name&gt; (service credentials)] [-farmservicepassword &lt;password&gt;] [-farmcontentaccessaccount &lt;DOMAIN\name&gt;] [-farmcontentaccesspassword &lt;password&gt;] [-indexlocation &lt;new index location&gt;] [-databaseserver &lt;server\instance&gt; (default: josebda-moss)] [-databasename &lt;database name&gt; (default: SharePoint_WSS_Search)] [-sqlauthlogin &lt;SQL authenticated database user&gt;] [-sqlauthpassword &lt;password&gt;] -action list -action stop [-f (suppress prompts)] -action start -farmserviceaccount &lt;DOMAIN\name&gt; (service credentials) [-farmservicepassword &lt;password&gt;] -action attachcontentdatabase [-databaseserver &lt;server\instance&gt; (default: josebda-moss)] -databasename &lt;content database name&gt; [-searchserver &lt;search server name&gt; (default: josebda-moss)] -action detachcontentdatabase [-databaseserver &lt;server\instance&gt; (default: josebda-moss)] -databasename &lt;content database name&gt; [-f (suppress prompts)] -action fullcrawlstart -action fullcrawlstop 
<li>stsadm -o <strong>spsearchdiacriticsensitive</strong> [-setstatus &lt;True|False&gt;] [-noreset] [-force] 
<li>stsadm -o <strong>sync</strong> {-ExcludeWebApps &lt;web applications&gt; | -SyncTiming &lt;schedule(M/H/D:value)&gt; | -SweepTiming &lt;schedule(M/H/D:value)&gt; | -ListOldDatabases &lt;days&gt; | -DeleteOldDatabases &lt;days&gt;} 
<li>stsadm -o <strong>syncsolution</strong> -name &lt;Solution name&gt;] [-lcid &lt;language&gt;] [-alllcids] 
<li>stsadm -o <strong>syncsolution</strong> -allsolutions 
<li>stsadm -o <strong>unextendvs</strong> -url &lt;url&gt; [-deletecontent] [-deleteiissites] 
<li>stsadm -o <strong>uninstallfeature</strong> {-filename &lt;relative path to Feature.xml&gt; | -name &lt;feature folder&gt; | -id &lt;feature Id&gt;} [-force] 
<li>stsadm -o <strong>unquiescefarm</strong> 
<li>stsadm -o <strong>unquiesceformtemplate</strong> [-formid &lt;form template ID&gt;] [-filename &lt;path to form template file&gt;] 
<li>stsadm -o <strong>unregistersecuritytrimmer</strong> -ssp &lt;ssp name&gt; -id &lt;0 - 2147483647&gt; 
<li>stsadm -o <strong>unregisterwsswriter</strong> 
<li>stsadm -o <strong>updateaccountpassword</strong> -userlogin &lt;DOMAIN\name&gt; -password &lt;password&gt; [-noadmin] 
<li>stsadm -o <strong>updatealerttemplates</strong> -url &lt;url&gt; [-filename &lt;filename&gt;] [-lcid &lt;language&gt; 
<li>stsadm -o <strong>updatefarmcredentials</strong> [-identitytype &lt;configurableid/NetworkService&gt;] [-userlogin &lt;DOMAIN\name&gt;] [-password &lt;password&gt;] [-local [-keyonly]] 
<li>stsadm -o <strong>upgrade</strong> {-inplace | -sidebyside} [-url &lt;url&gt;] [-forceupgrade] [-quiet] [-farmuser &lt;farm user&gt;] [-farmpassword &lt;farm user password&gt;] [-reghost] [-sitelistpath &lt;sites xml file&gt;] 
<li>stsadm -o <strong>upgradeformtemplate</strong> -filename &lt;path to form template file&gt; [-upgradetype &lt;upgrade type&gt;] 
<li>stsadm -o <strong>upgradesolution</strong> -name &lt;Solution name&gt; -filename &lt;upgrade filename&gt; [-time &lt;time to upgrade at&gt;] [-immediate] [-local] [-allowgacdeployment] [-allowcaspolicies] [-lcid &lt;language&gt;] 
<li>stsadm -o <strong>upgradetargetwebapplication</strong> -url &lt;URL to upgrade&gt; -relocationurl &lt;new URL for non-upgraded content&gt; -apidname &lt;new app pool name&gt; [-apidtype &lt;configurableid/NetworkService&gt;] [-apidlogin &lt;DOMAIN\name&gt;] [-apidpwd &lt;app pool password&gt;] [-exclusivelyusentlm] 
<li>stsadm -o <strong>uploadformtemplate</strong> -filename &lt;path to form template file&gt; 
<li>stsadm -o <strong>userrole</strong> -url &lt;url&gt; -userlogin &lt;DOMAIN\name&gt; -role &lt;role name&gt; [-add] [-delete] 
<li>stsadm -o <strong>verifyformtemplate</strong> -filename &lt;path to form template file&gt;</li></ol></div></div>]]></description>
      <author>Bruno Velaz</author>
      <pubDate>Wed, 05 Aug 2009 19:18:59 GMT</pubDate>
      <guid isPermaLink="true">http://www.canalsharepoint.com.br/tutoriais/Como usar o STSADM/Forms/DispForm.aspx?ID=2</guid>
    </item>
  </channel>
</rss>