SharePoint 2013 Warm-Up Script
Original posting can be found here... A Warm-Up Script is essential for seldom used pre-production environments to avoid waiting for what seems like an eternity for the web applications to warm…
Original posting can be found here... A Warm-Up Script is essential for seldom used pre-production environments to avoid waiting for what seems like an eternity for the web applications to warm…
http://jackstromberg.com/2013/12/office-365-single-sign-on-for-sharepoint-skydrive-crm-etc-via-smart-links Synopsis: One of the biggest problems I have seen with Office 365 is ease in accessibility to all of the Office365 resources. As pointed out on many of…
u might have stumbled across this blog entry when looking for information on the ULS. If that is the case, while I will not go into great detail on the…
Microsoft Training Links Developing Microsoft SharePoint Server 2013 Core Solutions Jump Start Developing Microsoft SharePoint Server 2013 Advanced Solutions Jump Start Project for developers Video demos and training for Project…
Copied from here Installing Office Web Apps Office Web Apps 2013 is a stand-alone server web application that provides capabilities to open and render a Microsoft Office Word, Excel, PowerPoint,…
Re-post from here Problem I had performed an in-place upgrade of a Team Foundation Server from Windows Server 2012 to Windows Server 2012 R2. Overall, no issues detected until a…
Thought I’d put together a small “How to” for Profiling a SharePoint (or Project Server) 2013 workflow The steps below are using a 10 day trial of dotTrace from…
New-SPConfigurationDatabase : The pipeline has been stopped. At C:Usersadministrator.GENDesktopAutoSPInstallerSP2010AutoSPInstallerAutoSPInstaller.ps1:576 char:31 + New-SPConfigurationDatabase <<<< –DatabaseName “$ConfigDB” –DatabaseServer “$DBServer” –AdministrationContentDatabaseName “$CentralAdminContentDB” –Passphrase $SecPhrase –FarmCredentials $Cred_Farm + CategoryInfo : InvalidData: (Microsoft.Share…urationDatabase:SPCmdletNewSPConfigurationDatabase) [New-SPConfigurationDatabase], PipelineStoppedException…
Great article can be fond here: http://en.share-gate.com/blog/what-is-skydrive-pro-in-sharepoint-2013
Here is a PowerShell script to export SharePoint Term Groups to XML param( [string]$siteUrl = "http://sharepoint.local:2013", [string]$termGroup = "Sample Term Group", [string]$exportPath = $null ) function Add-Snapin { if…