Upgrade to Version 4 before Upgrading to UI Version 15
It is advisable to upgrade any sites that are running version 3\2007 mode in your SharePoint 2010 to version 4 (SP2010) before you attach…
This site is Just Another SharePoint Blog on troubleshooting SharePoint
It is advisable to upgrade any sites that are running version 3\2007 mode in your SharePoint 2010 to version 4 (SP2010) before you attach…
How to move service applications back under the “Default SharePoint service app pool” Scenario: Somehow someone accidentally created a new application…
With SharePoint 2013, the web analytics service application is deprecated and removed; since, it is integrated into the new super…
OneDrive and OneDrive for business are personal storage locations. Both use the OneDrive Synch client side installer that gets added…
To avoid the ugly/yucky GUID tails off the end of your Central Administration database, use this line of powershell and…
If you ever run across a scenario where a user advises (note: I did not say complains) that they are…
Not applicable to SharePoint 2013 If Powershell verions 3.0 is installed on your SharePoint 2010 server, the farm will become…
$test = Get-SPWebApplication “http://2013app/” $myStartTime = “3/01/2014 12:30:00 AM” $myStopTime = “3/02/2014 3:30:00 AM” #GET ALL BETWEEN THAT TIME PERIOD…
Here are three ways to remove orphaned site collections in SharePoint 2013, 2010. and 2007. To remove orphaned site collections…
Sometimes email stops synching due to password changes not synching amongst your various devices. The simple fix to this…
When a solution was not correctly removed from a farm, features will be left behind, because they were not deactivated…
Save server resources Each application pool requires 400 MB of Ram. When Multiple web applications exist uneccessarily, server resources are…
Imagine you have a farm with a solution deployed to it; but, have lost the raw solution package and you…
This one-liner will remove the intranet zone, change intranet to internet, custom, extranet, according to what your needs require …
Have you ever seen the error\message “Cannot connect to the configuration database” when attempting to open Central Administration? This message…
So you’ve created your SharePoint development farm, least privileged it, and let some developers start using it’s features. Then you let…
When you’ve determined that resetting the index for your FAST search farm is required, here are a couple things you…
<?xml version=”1.0″ encoding=”utf-8″ ?> <deployment comment=”FAST Search Server two node deployment example” xmlns=”http://www.microsoft.com/enterprisesearch”> <instanceid>TheManCaveFastSearchServer</instanceid> <!– NOTE: Host names “fastserver1.contoso.com” and…
Here is a good instruction set for a multi-node Fast farm: http://www.concurrency.com/blog/fast/ If you run into issues, make sure you…
Note: has a BOM <?xml version=”1.0″ encoding=”utf-8″ ?> <deployment version=”14″ modifiedBy=”MyDomainName\MyAccount” modifiedTime=”2014-01-29T15:31:00-06:00″ comment=”I’m about to give up” xmlns=”http://www.microsoft.com/enterprisesearch” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:schemaLocation=”http://www.microsoft.com/enterprisesearch…
You must be logged in to post a comment.