Stsadm vs Powershell
Zoals de meesten zal je erg moeten wennen aan de vele nieuwe powershell commando's. In 2007 kon je de stsadm commando's dromen en nu komt Microsoft ineens met een vloot aan nieuwe commando's.
Voor jou hebben we nu een compleet overzicht van de stsadm commando's en hun powershell zusje:
Stsadm operation |
Windows PowerShell cmdlet |
Activatefeature |
Enable-SPFeature (https://technet.microsoft.com/library/9b68c192-b640-4cb8-8a92-a98008169b27(Office.14).aspx) |
Activateformtemplate |
Enable-SPInfoPathFormTemplate (https://technet.microsoft.com/library/0f487359-a8dd-4128-83f2-d575df1325c6(Office.14).aspx) |
Addalternatedomain |
New-SPAlternateUrl (https://technet.microsoft.com/library/450f057d-1cb8-4680-b28d-0db4d1b7e09c(Office.14).aspx) |
Addcontentdb |
Mount-SPContentDatabase (https://technet.microsoft.com/library/20d1bc07-805c-44d3-a278-e2793370e237(Office.14).aspx) New-SPContentDatabase (https://technet.microsoft.com/library/18cf18cd-8fb7-4561-be71-41c767f27b51(Office.14).aspx) |
Adddataconnectionfile |
Install-SPDataConnectionFile (https://technet.microsoft.com/library/a8878fd9-a8b4-44aa-9c48-0b688bd50a91(Office.14).aspx) |
Add-ecsfiletrustedlocation |
New-SPExcelFileLocation (https://technet.microsoft.com/library/b2a4d454-7dff-45eb-8e19-34d029183288(Office.14).aspx) |
Add-ecssafedataprovider |
New-SPExcelDataProvider (https://technet.microsoft.com/library/6f2cbbe8-05ba-40e4-ba30-3bcd287fd7a2(Office.14).aspx) |
Add-ecstrusteddataconnectionlibrary |
New-SPExcelDataConnectionLibrary (https://technet.microsoft.com/library/d1c3d83f-4904-4981-8a2d-bdbfc20518f3(Office.14).aspx) |
Add-ecsuserdefinedfunction |
New-SPExcelUserDefinedFunction (https://technet.microsoft.com/library/eb554e4b-3113-44c1-8c32-93df85e1696e(Office.14).aspx) |
Addexemptuseragent |
Add-SPInfoPathUserAgent (https://technet.microsoft.com/library/3870f83e-0f93-4c4f-9175-69aad8baad14(Office.14).aspx) |
Addpath |
New-SPManagedPath (https://technet.microsoft.com/library/5d30deac-e368-4137-89b5-a20c0785b2a4(Office.14).aspx) |
Addpermissionpolicy |
None |
Addsolution |
Add-SPSolution (https://technet.microsoft.com/library/0c64c1ac-39c0-4d5e-923f-27d0c48b006a(Office.14).aspx) |
Addtemplate |
Install-SPWebTemplate (https://technet.microsoft.com/library/576c5c5d-c389-4eda-b7d5-ac378f674289(Office.14).aspx) |
Adduser |
New-SPUser (https://technet.microsoft.com/library/b8d7f8df-d5df-4497-a55b-dbe56b1c6fbb(Office.14).aspx) |
Addwppack |
Install-SPWebPartPack (https://technet.microsoft.com/library/b4245f30-c369-4b91-b4bd-1048a2abd384(Office.14).aspx) |
Addzoneurl |
New-SPAlternateUrl (https://technet.microsoft.com/library/450f057d-1cb8-4680-b28d-0db4d1b7e09c(Office.14).aspx) |
Allowuserformwebserviceproxy |
Set-SPInfoPathWebServiceProxy (https://technet.microsoft.com/library/c4e4639e-cfc0-4bf2-8f6a-de3e09c3080c(Office.14).aspx) Use the AllowForUserForms and Identity parameters. |
Allowwebserviceproxy |
Set-SPInfoPathWebServiceProxy (https://technet.microsoft.com/library/c4e4639e-cfc0-4bf2-8f6a-de3e09c3080c(Office.14).aspx) Use the AllowWebServiceProxy and Identity parameters. |
Authentication |
Set-SPWebApplication (https://technet.microsoft.com/library/0dd61e54-0e77-44b3-86c5-fabc128efa7b(Office.14).aspx) Use the AuthenticationMethod or AuthenticationProvider parameters. |
Backup |
Backup-SPConfigurationDatabase (https://technet.microsoft.com/library/28ddc176-1b7f-47dd-868f-39b7c403a900(Office.14).aspx) Backup-SPFarm (https://technet.microsoft.com/library/c37704b5-5361-4090-a84d-fcdd17bbe345(Office.14).aspx) Backup-SPSite (https://technet.microsoft.com/library/d4c31a1a-82a7-425f-b1bb-22e70bedd338(Office.14).aspx) |
Backuphistory |
Get-SPBackupHistory (https://technet.microsoft.com/library/bc3a96db-3cc8-4991-a602-10204371047d(Office.14).aspx) |
Binddrservice |
None |
Blockedfilelist |
None |
Canceldeployment |
None |
Changepermissionpolicy |
None |
Copyappbincontent |
None |
Createadminvs |
New-SPCentralAdministration (https://technet.microsoft.com/library/b51e3b8d-b3de-4c35-bcb7-c0ade288c0e4(Office.14).aspx) |
Creategroup |
None |
Createsite |
New-SPSite (https://technet.microsoft.com/library/ebdadc86-0cda-49b7-a84a-5cfc6b4506b3(Office.14).aspx) |
Createsiteinnewdb |
New-SPSite (https://technet.microsoft.com/library/ebdadc86-0cda-49b7-a84a-5cfc6b4506b3(Office.14).aspx) Use the ContentDatabase parameter. New-SPContentDatabase (https://technet.microsoft.com/library/18cf18cd-8fb7-4561-be71-41c767f27b51(Office.14).aspx) |
Createweb |
New-SPWeb (https://technet.microsoft.com/library/1ea28725-5b75-49f9-b69c-5ff0edf31459(Office.14).aspx) |
Databaserepair |
None |
Deactivatefeature |
Disable-SPFeature (https://technet.microsoft.com/library/c10fbc69-088c-4e49-9005-fde54c035f23(Office.14).aspx) |
Deactivateformtemplate |
Disable-SPInfoPathFormTemplate (https://technet.microsoft.com/library/1e8e306a-4a37-4fae-a9ef-551c0c9b8b72(Office.14).aspx) |
Deleteadminvs |
None |
Deletealternatedomain |
Remove-SPAlternateUrl (https://technet.microsoft.com/library/25af02dd-ae9f-4ec0-a099-3c6cd38f2187(Office.14).aspx) |
Deleteconfigdb |
Remove-SPConfigurationDatabase (https://technet.microsoft.com/library/10bab257-a628-4632-8d2f-7bb48bff8a4a(Office.14).aspx) |
Deletecontentdb |
Dismount-SPContentDatabase (https://technet.microsoft.com/library/89eea901-8d3f-4d4d-9638-941a1cafe259(Office.14).aspx) |
Deletegroup |
None |
Deletepath |
Remove-SPManagedPath (https://technet.microsoft.com/library/6b6daf4a-4102-4583-9da7-9f0433d87b19(Office.14).aspx) |
Deletepermissionpolicy |
None |
Deletesite |
Remove-SPSite (https://technet.microsoft.com/library/f2c49315-8eed-49ec-8a32-dc15a008d0dc(Office.14).aspx) |
Deletesolution |
Remove-SPSolution (https://technet.microsoft.com/library/862985c6-480b-49e7-926b-8497235bcba2(Office.14).aspx) |
Deletetemplate |
Uninstall-SPWebTemplate (https://technet.microsoft.com/library/f78da633-3fa7-4ece-bdef-004faac7abbe(Office.14).aspx) |
Deleteuser |
Remove-SPUser (https://technet.microsoft.com/library/cc60e125-781c-45bb-8e91-896fe8a230c1(Office.14).aspx) |
Deleteweb |
Remove-SPWeb (https://technet.microsoft.com/library/c9bc8078-626a-4838-b12b-21f1bb832935(Office.14).aspx) |
Deletewppack |
Uninstall-SPWebPartPack (https://technet.microsoft.com/library/8103c7d5-3b5b-4281-b9b6-e5ad93d3e2ef(Office.14).aspx) |
Deletezoneurl |
Remove-SPAlternateUrl (https://technet.microsoft.com/library/25af02dd-ae9f-4ec0-a099-3c6cd38f2187(Office.14).aspx) |
Deploysolution |
Install-SPSolution (https://technet.microsoft.com/library/0133c53b-70c4-4dff-a2ae-3c94759ed25d(Office.14).aspx) |
Deploywppack |
Install-SPWebPartPack (https://technet.microsoft.com/library/b4245f30-c369-4b91-b4bd-1048a2abd384(Office.14).aspx) |
Disablessc |
None |
Displaysolution |
Get-SPSolution (https://technet.microsoft.com/library/88111c7a-9d56-40da-a766-a8ea1945c697(Office.14).aspx) |
Editcontentdeploymentpath |
Set-SPContentDeploymentPath (https://technet.microsoft.com/library/e68331f6-1f2c-4559-a7ea-24ea033f8244(Office.14).aspx) |
None |
|
Enablessc |
None |
Enumalternatedomains |
Get-SPAlternateURL (https://technet.microsoft.com/library/ea38119d-a535-48a3-b498-9daa443399fb(Office.14).aspx) |
Enumcontentdbs |
Get-SPContentDatabase (https://technet.microsoft.com/library/a4a83bb0-0bab-4cad-9b59-0fd89a16f57b(Office.14).aspx) |
Enumdataconnectionfiledependants |
Get-SPDataConnectionFileDependent (https://technet.microsoft.com/library/41cb3e6e-aedd-47dd-945b-a72b800013a6(Office.14).aspx) |
Enumdataconnectionfiles |
Get-SPDataConnectionFile (https://technet.microsoft.com/library/3bb713ab-3824-4113-9086-0f9624f23544(Office.14).aspx) |
Enumdeployments |
None |
Enumexemptuseragents |
Get-SPInfoPathUserAgent (https://technet.microsoft.com/library/fef7e923-ac38-4054-aa7b-cd1f143d487e(Office.14).aspx) |
Enumformtemplates |
Get-SPInfoPathFormTemplate (https://technet.microsoft.com/library/f35004e0-8ded-4ec5-8fec-1cbd5151c42b(Office.14).aspx) |
Enumgroups |
None |
Enumroles |
None |
Enumservices |
Get-SPServiceInstance (https://technet.microsoft.com/library/14bbe36e-c73c-428a-955c-2c1e4d8a1d83(Office.14).aspx) |
Enumsites |
Get-SPSiteAdministration (https://technet.microsoft.com/library/a05769b1-7559-4af4-8524-5cbcc1bd4f25(Office.14).aspx) (To run this cmdlet, you must be a member of the Farm Administrators group.) Get-SPSite (https://technet.microsoft.com/library/f3422bf4-0f9b-4f22-94c8-2a0606a31b16(Office.14).aspx) (To run this cmdlet, you must be a local administrator on the computer where SharePoint 2010 Products is installed.) |
Enumsolutions |
Get-SPSolution (https://technet.microsoft.com/library/88111c7a-9d56-40da-a766-a8ea1945c697(Office.14).aspx) |
Enumsubwebs |
Get-SPWeb (https://technet.microsoft.com/library/9bf9284f-e3b9-439d-8a5f-74020e1eccaf(Office.14).aspx) |
Enumtemplates |
Get-SPWebTemplate (https://technet.microsoft.com/library/dfd10bac-c304-4f3f-bea9-eb0af5f96df5(Office.14).aspx) |
Enumusers |
Get-SPUser (https://technet.microsoft.com/library/1ec026e1-2480-4c31-bc23-3d0692d51ef9(Office.14).aspx) |
Enumwppacks |
Get-SPWebPartPack (https://technet.microsoft.com/library/a002b0f1-0c9c-4be6-b8ff-cb42b7b1dc29(Office.14).aspx) |
Enumzoneurls |
Get-SPAlternateURL (https://technet.microsoft.com/library/ea38119d-a535-48a3-b498-9daa443399fb(Office.14).aspx) |
Execadmsvcjobs |
Start-SPAdminJob (https://technet.microsoft.com/library/a96146cd-9973-4680-9a0b-d91ec51200d5(Office.14).aspx) |
Export |
Export-SPWeb (https://technet.microsoft.com/library/cd85bf19-6f24-4f13-bd9c-37bbf279ea2b(Office.14).aspx) |
Extendvs |
New-SPWebApplication (https://technet.microsoft.com/library/eaeb5bed-81e7-4275-b005-aa7fc465e6d5(Office.14).aspx) |
Extendvsinwebfarm |
New-SPWebApplicationExtension (https://technet.microsoft.com/library/0c407f36-6e3d-4213-bdb9-8298fa0c761c(Office.14).aspx) |
Forcedeletelist |
None |
Getadminport |
Get-SPWebApplication (https://technet.microsoft.com/library/11d6521f-f99c-433e-9ab5-7cf9e953457a(Office.14).aspx) Use the following syntax: Get-SPWebApplication -IncludeCentralAdministration | ? {$_.IsAdministrationWebApplication -eq $true} |
Getdataconnectionfileproperty property |
Get-SPDataConnectionFile (https://technet.microsoft.com/library/3bb713ab-3824-4113-9086-0f9624f23544(Office.14).aspx) Use the following syntax: Get-SPDataConnectionFile | where {$_.Name -eq "dataConFileName"} | format-list |
Getformtemplateproperty property |
Get-SPInfoPathFormTemplate (https://technet.microsoft.com/library/f35004e0-8ded-4ec5-8fec-1cbd5151c42b(Office.14).aspx) Use the following syntax: Get-SPInfoPathFormTemplate | where {$_.DisplayName -eq "formTemplateName"} | format-list |
Getosearchsetting |
None |
Getproperty |
Get-SPFarmConfig (https://technet.microsoft.com/library/83a26555-6b6e-4959-9a6a-bdef049de2a2(Office.14).aspx) Get-SPTimerJob (https://technet.microsoft.com/library/e2ec752d-7f04-457e-bc02-7213af5c14fe(Office.14).aspx) Disable-SPTimerJob (https://technet.microsoft.com/library/8d8d7ec5-3f09-4b7e-9124-8d0c0afeb637(Office.14).aspx) Enable-SPTimerJob (https://technet.microsoft.com/library/ca2ce54c-1a9a-46d5-8055-a1f87c30a99a(Office.14).aspx) Set-SPTimerJob (https://technet.microsoft.com/library/e40a6017-0bf0-4912-befb-3510084a0487(Office.14).aspx) Start-SPTimerJob (https://technet.microsoft.com/library/1cea3146-e267-476f-af0e-3b534ca14a80(Office.14).aspx) |
Getsitelock |
Get-SPSiteAdministration (https://technet.microsoft.com/library/a05769b1-7559-4af4-8524-5cbcc1bd4f25(Office.14).aspx) |
Getsiteuseraccountdirectorypath |
None |
Geturlzone |
Get-SPAlternateURL (https://technet.microsoft.com/library/ea38119d-a535-48a3-b498-9daa443399fb(Office.14).aspx) |
Import |
Import-SPWeb (https://technet.microsoft.com/library/2ecc5b6e-1b23-4367-a966-b7bd3377db3a(Office.14).aspx) |
Installfeature |
Install-SPFeature (https://technet.microsoft.com/library/a1093d30-68a1-4c84-8454-967bda8d68b9(Office.14).aspx) |
Listlogginglevels |
Get-SPLogLevel (https://technet.microsoft.com/library/1bb57b3d-8bf3-4fb2-8ef2-dd3eafe3a899(Office.14).aspx) |
Listqueryprocessoroptions |
None |
Listregisteredsecuritytrimmers |
Get-SPEnterpriseSearchSecurityTrimmer (https://technet.microsoft.com/library/60fd124a-e678-4440-9e37-852372a6d977(Office.14).aspx) |
Localupgradestatus |
None |
Managepermissionpolicylevel |
None |
Mergecontentdbs |
Move-SPSite (https://technet.microsoft.com/library/e3bf1b34-78b9-4643-b0dd-24444e3cffc5(Office.14).aspx) |
Migrateuser |
Move-SPUser (https://technet.microsoft.com/library/783cad23-5442-46b2-af98-79e0b8e4977d(Office.14).aspx) |
Osearch |
For the Osearch parameters farmcontactemail, farmperformancelevel, farmserviceaccount, and farmservicepassword, use the Get-SPEnterpriseSearchService (https://technet.microsoft.com/library/fcf865a8-b46b-44fb-89ba-f52e20876f6c(Office.14).aspx) and Set-SPEnterpriseSearchService (https://technet.microsoft.com/library/f8baccd0-21d2-40aa-b700-997ec7ca7011(Office.14).aspx) cmdlets. For the Osearch parameters start and stop, use the Start-SPEnterpriseSearchServiceInstance (https://technet.microsoft.com/library/55060c1d-4024-438e-b31d-6854df8b00d5(Office.14).aspx) and Stop-SPEnterpriseSearchServiceInstance (https://technet.microsoft.com/library/985591b0-951f-4274-aead-a184398bba41(Office.14).aspx) cmdlets, respectively. For the Osearch parameter defaultindexlocation, use the Get-SPEnterpriseSearchServiceInstance (https://technet.microsoft.com/library/309d98e8-a5fa-4cb5-b6e1-bf94380a8212(Office.14).aspx) and Set-SPEnterpriseSearchServiceInstance (https://technet.microsoft.com/library/88f14d64-e018-44f7-99d3-1f0d4594c4f2(Office.14).aspx) cmdlets. |
Osearchdiacriticsensitive |
Use the Get-SPEnterpriseSearchServiceApplication (https://technet.microsoft.com/library/b8030354-e62d-4723-a809-eb6cf8c301c5(Office.14).aspx) cmdlet to retrieve the specific Search service application, and then use DiacriticSensitive parameter from the Set-SPEnterpriseSearchServiceApplication (https://technet.microsoft.com/library/77868ee0-716d-48a4-81dc-016b28652710(Office.14).aspx) cmdlet. |
Provisionservice |
Start-SPServiceInstance (https://technet.microsoft.com/library/fcb4a4f8-a95f-468e-918b-d9a2d736cd2d(Office.14).aspx) |
Quiescefarm |
None |
Quiescefarmstatus |
None |
Quiesceformtemplate |
Stop-SPInfoPathFormTemplate (https://technet.microsoft.com/library/b2795395-f293-4b17-aa1b-64ec46fb6856(Office.14).aspx) |
Reconvertallformtemplates |
Update-SPInfoPathFormTemplate (https://technet.microsoft.com/library/7095759f-3b6c-4279-a8b1-24a3174185e5(Office.14).aspx) |
Refreshdms |
None |
Refreshsitedms |
None |
Registersecuritytrimmer |
New-SPEnterpriseSearchSecurityTrimmer (https://technet.microsoft.com/library/493d9d19-ae43-43ce-b75f-916535881b35(Office.14).aspx) |
Registerwsswriter |
None |
Removedataconnectionfile |
Uninstall-SPDataConnectionFile (https://technet.microsoft.com/library/5151855d-0051-4c98-8dc3-ce0843c5a69d(Office.14).aspx) |
Remove-ecsfiletrustedlocation |
Remove-SPExcelFileLocation (https://technet.microsoft.com/library/966abafa-fc6c-4dc2-b8a8-b1d46b667d6f(Office.14).aspx) |
Remove-ecssafedataprovider |
Remove-SPExcelDataProvider (https://technet.microsoft.com/library/553c7e33-19d5-415e-8d04-f15f2ba0ecce(Office.14).aspx) |
Remove-ecstrusteddataconnectionlibrary |
Remove-SPExcelDataConnectionLibrary (https://technet.microsoft.com/library/46beb307-1fd2-46d4-8542-6512d5acf9a7(Office.14).aspx) |
Remove-ecsuserdefinedfunction |
Remove-SPExcelFileLocation (https://technet.microsoft.com/library/966abafa-fc6c-4dc2-b8a8-b1d46b667d6f(Office.14).aspx) |
Removedrservice |
None |
Removeexemptuseragent |
Remove-SPInfoPathUserAgent (https://technet.microsoft.com/library/da48bb08-6aca-4138-b899-9f5a4be0a982(Office.14).aspx) |
Removeformtemplate |
Uninstall-SPInfoPathFormTemplate (https://technet.microsoft.com/library/da080f95-6bdf-415f-8c8b-f2fe927cd9cc(Office.14).aspx) |
Removesolutiondeploymentlock |
None |
Renameserver |
Rename-SPServer (https://technet.microsoft.com/library/0e64ec82-f313-4af8-b3ca-c0f55e5d51f0(Office.14).aspx) |
Renamesite |
Set-SPSite (https://technet.microsoft.com/library/f8c7f0ac-52bf-4b79-a356-9d6e485a55aa(Office.14).aspx) Use the Url parameter. |
Renameweb |
Set-SPWeb (https://technet.microsoft.com/library/7b21444f-7f4c-4155-8f0d-952b585e4524(Office.14).aspx) Use the RelativeUrl parameter. |
Restore |
Restore-SPFarm (https://technet.microsoft.com/library/8e18ea80-0830-4ffa-b6b6-ad18a5a7ab3e(Office.14).aspx) Restore-SPSite (https://technet.microsoft.com/library/90f19a58-0455-470c-a8ee-3129fc341f62(Office.14).aspx) |
Retractsolution |
Uninstall-SPSolution (https://technet.microsoft.com/library/bc815ad1-cb94-4512-9ca2-891eb001f05b(Office.14).aspx) |
Retractwppack |
None |
Runcontentdeploymentjob |
Start-SPContentDeploymentJob (https://technet.microsoft.com/library/d34e88ba-1f37-4611-92c8-1e67b41c5923(Office.14).aspx) |
Scanforfeatures |
Install-SPFeature (https://technet.microsoft.com/library/a1093d30-68a1-4c84-8454-967bda8d68b9(Office.14).aspx) Use the Scanforfeatures parameter. |
Setadminport |
Set-SPCentralAdministration (https://technet.microsoft.com/library/a8bf87b6-18e6-4ba0-ada9-91ee9f4199ec(Office.14).aspx) |
Setapppassword |
None |
Setconfigdb |
Connect-SPConfigurationDatabase (https://technet.microsoft.com/library/44ace210-aab1-4b4f-b133-0a302d89541b(Office.14).aspx) |
Setcontentdeploymentjobschedule |
Set-SPContentDeploymentJob (https://technet.microsoft.com/library/9dd46fa9-1110-4fd5-b890-6b0fc37dbe96(Office.14).aspx) |
Setdataconnectionfileproperty |
Set-SPDataConnectionFile (https://technet.microsoft.com/library/edca60a7-2028-4141-97e1-83125306fe3f(Office.14).aspx) |
Set-ecsexternaldata |
Set-SPExcelFileLocation (https://technet.microsoft.com/library/29f61cce-e8d9-4c90-a497-0ef90c680c1d(Office.14).aspx) |
Set-ecsloadbalancing |
Set-SPExcelServiceApplication (https://technet.microsoft.com/library/a873d617-12a0-4f9a-a9b2-d9b52dc84019(Office.14).aspx) Use the LoadBalancingScheme parameter. |
Set-ecsmemoryutilization |
Use the MemoryCacheThreshold and PrivateBytesMax parameters. |
Set-ecssecurity |
Set-SPExcelServiceApplication (https://technet.microsoft.com/library/a873d617-12a0-4f9a-a9b2-d9b52dc84019(Office.14).aspx) Use the CrossDomainAccessAllowed, EncryptedUserConnectionRequired, and FileAccessMethod parameters. |
Set-ecssessionmanagement |
Set-SPExcelServiceApplication (https://technet.microsoft.com/library/a873d617-12a0-4f9a-a9b2-d9b52dc84019(Office.14).aspx) Use the SessionsPerUserMax and SiteCollectionAnonymousSessionsMax parameters. |
Set-ecsworkbookcache |
Set-SPExcelServiceApplication (https://technet.microsoft.com/library/a873d617-12a0-4f9a-a9b2-d9b52dc84019(Office.14).aspx) Use the Workbookcache and WorkbookCacheSizeMax parameters. |
Setformtemplateproperty |
Set-SPInfoPathFormTemplate (https://technet.microsoft.com/library/ba687ce1-4a54-4a27-ae22-5912e6b54e81(Office.14).aspx) |
Setlogginglevel |
Set-SPLogLevel (https://technet.microsoft.com/library/c8ede92a-f685-4140-8587-96700d1a45de(Office.14).aspx) |
Setosearchsetting |
None |
Setproperty |
Set-SPFarmConfig (https://technet.microsoft.com/library/fc9fd625-0df1-467a-bd31-16b7e29fbca9(Office.14).aspx) Get-SPTimerJob (https://technet.microsoft.com/library/e2ec752d-7f04-457e-bc02-7213af5c14fe(Office.14).aspx) Disable-SPTimerJob (https://technet.microsoft.com/library/8d8d7ec5-3f09-4b7e-9124-8d0c0afeb637(Office.14).aspx) Enable-SPTimerJob (https://technet.microsoft.com/library/ca2ce54c-1a9a-46d5-8055-a1f87c30a99a(Office.14).aspx) Set-SPTimerJob (https://technet.microsoft.com/library/e40a6017-0bf0-4912-befb-3510084a0487(Office.14).aspx) Start-SPTimerJob (https://technet.microsoft.com/library/1cea3146-e267-476f-af0e-3b534ca14a80(Office.14).aspx) |
Setqueryprocessoroptions |
None |
Setsitelock |
Set-SPSiteAdministration (https://technet.microsoft.com/library/35f784c0-f74b-49aa-b87d-3b7a3662dd1d(Office.14).aspx) Use the LockState parameter. |
Setsiteuseraccountdirectorypath |
Get-SPSiteSubscription (https://technet.microsoft.com/library/d79fb60b-ba72-4187-bcb3-152d22368f71(Office.14).aspx) New-SPSiteSubscription (https://technet.microsoft.com/library/134f4d1a-28c0-4239-9e6e-4e886f877f1b(Office.14).aspx) Remove-SPSiteSubscription (https://technet.microsoft.com/library/ff9b0882-a5e1-40b4-bdd2-20d8f7dab1f8(Office.14).aspx) |
Setworkflowconfig |
Set-SPWorkflowConfig (https://technet.microsoft.com/library/876a4206-6c28-446e-9686-c8916c9bbfec(Office.14).aspx) |
Siteowner |
Set-SPSiteAdministration (https://technet.microsoft.com/library/35f784c0-f74b-49aa-b87d-3b7a3662dd1d(Office.14).aspx) |
Syncsolution |
Install-SPSolution (https://technet.microsoft.com/library/0133c53b-70c4-4dff-a2ae-3c94759ed25d(Office.14).aspx) Use the Synchronize parameter. |
Unextendvs |
Remove-SPWebApplication (https://technet.microsoft.com/library/c9e9fca0-403a-4071-83ee-2cf7bdab0ed3(Office.14).aspx) |
Uninstallfeature |
Uninstall-SPFeature (https://technet.microsoft.com/library/2f3831e4-b964-4e0e-bcc5-02659fdc0bb7(Office.14).aspx) |
Unquiescefarm |
None |
Unquiesceformtemplate |
Start-SPInfoPathFormTemplate (https://technet.microsoft.com/library/97fee306-a7b1-4761-8ce3-438f5f1814be(Office.14).aspx) |
Unregistersecuritytrimmer |
Remove-SPEnterpriseSearchSecurityTrimmer (https://technet.microsoft.com/library/5dd04c24-6a23-4092-b0ab-7a41f13831d9(Office.14).aspx) |
Unregisterwsswriter |
None |
Updateaccountpassword |
Set-SPManagedAccount (https://technet.microsoft.com/library/320204fe-f72f-40c6-9b1f-e7a3ddb0aca3(Office.14).aspx) |
Updatealerttemplates |
None |
Updatefarmcredentials |
None |
Upgrade |
None |
Upgradeformtemplate |
Install-SPInfoPathFormTemplate (https://technet.microsoft.com/library/b99f33e3-6f2b-43e0-9a35-1aea11337dfe(Office.14).aspx) |
Upgradesolution |
Update-SPSolution (https://technet.microsoft.com/library/7748591a-b137-48a2-84dd-fdd7727a938e(Office.14).aspx) |
Upgradetargetwebapplication |
None |
Uploadformtemplate |
Install-SPInfoPathFormTemplate (https://technet.microsoft.com/library/b99f33e3-6f2b-43e0-9a35-1aea11337dfe(Office.14).aspx) |
Userrole |
Get-SPUser (https://technet.microsoft.com/library/1ec026e1-2480-4c31-bc23-3d0692d51ef9(Office.14).aspx) Move-SPUser (https://technet.microsoft.com/library/783cad23-5442-46b2-af98-79e0b8e4977d(Office.14).aspx) New-SPUser (https://technet.microsoft.com/library/b8d7f8df-d5df-4497-a55b-dbe56b1c6fbb(Office.14).aspx) Remove-SPUser (https://technet.microsoft.com/library/cc60e125-781c-45bb-8e91-896fe8a230c1(Office.14).aspx) Set-SPUser (https://technet.microsoft.com/library/a412b5e1-b330-4992-a10d-7593078684a7(Office.14).aspx) |
Verifyformtemplate |
Test-SPInfoPathFormTemplate (https://technet.microsoft.com/library/756307f4-2409-4059-9543-53979367f53e(Office.14).aspx) |