Windows system >> Windowsの知識 >  >> Windowsチュートリアル合成 >> システムFAQ >> 展開、回収、除去ソリューション---- STSADMとPowerShellの

展開、回収、除去ソリューション---- STSADMとPowerShellの

  
        

の展開、回収、除去ソリューション---- STSADMのPowerShell
と常にためWSPソリューションの最近の展開のため、多くの場合、コマンドラインまたはPowerShellを使用して、ここに焦点を指令する必要があります展開されたときにすぐに参照します。

STSADM

のstsadm -o addsolution&ndashする;ファイル名C:\\ binに\\ CustomerSiteSearch.wspstsadm -o deploysolution&ndashする;名前CustomerSiteSearch.wsp -urlのhttp://[サーバー名] -allowgacdeployment -force&ndashに; immediatestsadm -o activatefeature&ndashする;名前customersitesearch_feature1 -urlのhttp://[サーバー名] -forcestsadm -o -name retractsolution solutionName.wsp -immediatestsadm -o -name deletesolution solutionName.wsp 

PowerShellの

追加-SPSolution C :\\ bin \\ CustomerSiteSearch.wspInstall-SPSolution -Identity CustomerSiteSearch.wsp -AllWebApplications -GACDeploymentEnable-SPFeature CustomerSiteSearch_feature1 -url http://[サーバー名] /– forceUninstall-SPSolution -ident-solution solutionName.wspwsoutSidentSolution -ident解決策:STSADMコマンドは、まだSharePoint 2010のが、公式否認するのに便利です。 PowerShellの代わりに。 STSADM PowerShellは速く、行われ、より多くのことができるすべてのことを行うことができます。 PowerShellのコマンドは大文字と小文字を区別しません。そしてSTSADMのように、PowerShellには、SharePoint Server上で稼働している必要があります。 PowerShellは、管理者として実行する必要があります。
						
Copyright © Windowsの知識 All Rights Reserved