SharePoint: Delete Search Service Application
February 15, 2013 Leave a comment
Get-SPDatabase
Stsadm -o deleteconfigurationobject -id %GUID%
Windows servers tech tips
February 15, 2013 Leave a comment
Get-SPDatabase
Stsadm -o deleteconfigurationobject -id %GUID%
February 12, 2013 Leave a comment
February 11, 2012 Leave a comment
Some of the Application Pools was stop.
Solution: Start Application pool.
October 10, 2011 Leave a comment
To disable content approval, do the following:
To remove the workflow:
February 15, 2011 Leave a comment
$db = get-spdatabase | where {$_.Name -eq ” database name “}
$db.AddFailoverServiceInstance(” server instance “)
$db.Update()
Get-SPDatabase database ID | select name, failoverserver
December 9, 2010 Leave a comment
Add-SPSolution -LiteralPath <SolutionPath>
February 18, 2010 Leave a comment
C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions12BIN>stsadm -o provisionservice -action stop -servicetype Microsoft.Office.Server.Conversions.LauncherService -servicename dclauncher
And:
C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions12BIN>stsadm -o provisionservice -action start -servicetype Microsoft.Office.Server.Conversions.LauncherService -servicename dclauncher