SharePoint 2010: The remote server returned an error: (503) Server Unavailable
February 11, 2012 Leave a comment
Some of the Application Pools was stop.
Solution: Start Application pool.
Windows servers tech tips
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>
April 2, 2010 Leave a comment