Friday, January 23, 2015

SharePoint Updates - CU and Service Packs

2016

SharePoint 2016 – Feature Pack 1 – November 2016 CU
https://www.clevershare.nl/2016/11/sharepoint-2016-november-2016-cu-kb3127940-and-kb3127942/

Feature Pack 1 Download
https://www.microsoft.com/en-us/download/details.aspx?id=54205

More Information on Feature Pack 1
https://support.microsoft.com/en-us/kb/3127940 (Language Independant)

Summary of Feature Pack 1 features
https://technet.microsoft.com/en-us/library/486a1b2e-b1e3-4736-9d92-9dca61d57d56.aspx

2013

More from thecloudengineer
http://thecloudengineer.blogspot.com/2014/04/sharepoint-2013-sp1.html

News

Rereleased SP1
http://blogs.technet.com/b/stefan_gossner/archive/2014/04/22/sp1-for-sharepoint-2013-has-been-rereleased.aspx

No Slipstream
http://blogs.technet.com/b/stefan_gossner/archive/2014/02/28/sharepoint-2013-with-sp1-quot-slipstream-quot-is-now-available-for-download.aspx

Direct Download Links for 2013 SP1
http://blogs.technet.com/b/stefan_gossner/archive/2014/03/11/sharepoint-2013-language-pack-sp1-quot-slipstream-quot-installations-are-now-available.aspx

SP1 coming early 2014
http://blogs.office.com/b/office-news/archive/2013/11/20/office-2013-service-pack-1-coming-early-next-year.aspx

Takes Forever? Why SharePoint 2013 Cumulative Update takes 5 hours to install?
http://blogs.msdn.com/b/russmax/archive/2013/04/01/why-sharepoint-2013-cumulative-update-takes-5-hours-to-install.aspx

Bill Baer March 2013 PU
http://blogs.technet.com/b/wbaer/archive/2013/05/09/sharepoint-server-2013-march-2013-public-update.aspx

SharePoint Build Numbers from PS Community
http://www.toddklindt.com/sp2013builds

Office Web App Versions
http://www.wictorwilen.se/WACVersions 

2010

 

More from the Web
Update Resource Center (Great Resource)
http://technet.microsoft.com/en-us/sharepoint/ff800847

Deploy software updates for SharePoint Server 2010
http://technet.microsoft.com/en-us/library/cc263467.aspx

Enterprise Farm Update Planning
http://technet.microsoft.com/en-us/library/hh495476.aspx

SharePoint Build Numbers
http://todd-carter.com/page/SharePointVersions.aspx

Description of the standard terminology that is used to describe Microsoft software updates
http://support.microsoft.com/kb/824684

Todd Klindt Build List
http://www.toddklindt.com/sp2010builds

More on Updates
Latest on SP1
http://sharepoint.microsoft.com/blog/Pages/BlogPost.aspx?pID=984
Updates for SharePoint 2010 Products (great article on CU and SP)
http://technet.microsoft.com/en-us/sharepoint/ff800847
Prepare for Update
http://technet.microsoft.com/en-us/library/ff806331.aspx#obtainupdate
SharePoint 2010 build level and version numbers
http://blogs.technet.com/b/sharepointjoe/archive/2011/02/01/sp2010-sharepoint-2010-build-level-and-version-numbers.aspx
Mystery Behind SharePoint Patches
http://blogs.msdn.com/b/opal/
Latest on Updates (Blog)
http://social.technet.microsoft.com/profile/stefan%20go%C3%9Fner/

Detailed Update Overview
http://technet.microsoft.com/en-us/library/ff806329.aspx

Tuesday, December 2, 2014

Moving Files using Site Content and Structure

UPDATE
Check out this codeplex tool before buy expensive third party tools
https://spdeploymentwizard.codeplex.com/
Use PowerShell

export-spweb http://site -itemurl "Library" -includeusersecurity -includeversions all –path d:\datafolder\library.cmp

Moving Files – Just use the OOTB tools like Content and Structure

http://office.microsoft.com/en-us/sharepoint-server-help/work-with-site-content-and-structure-HA010131723.aspx

from Microsoft you can ... You can move individual list items or entire subsites to another subsite within the site collection. A subsite can be moved to be directly under the top level in the site collection hierarchy or under another subsite in the site collection hierarchy. When you move a subsite, all of the content in the subsite is moved. However, you cannot move only a list (for example, only the Documents library) to another subsite. ...

also if you are a site owner in two sites in the same site collection you can move items

http://info.akgroup.com/blog-0/bid/70665/Moving-a-large-SharePoint-2007-list-or-library-with-Metadata-Part-1-of-3

Note:

You need to have the following features activated.

Site collection features - Office SharePoint Server Publishing Infrastructure

Site Feature (on the specific site) - Office SharePoint Server Publishing

Tuesday, November 4, 2014

Friday, October 10, 2014

AppFabric Caching and SharePoint

PowerShell

Update Confusion Resolved http://blogs.technet.com/b/speschka/archive/2014/02/06/update-to-guidance-for-patching-appfabric-on-sharepoint-2013-distributed-cache-servers.aspx
NOTE After AppFabric and SharePoint are installed on the server, AppFabric will continue to be updated independently from SharePoint. SharePoint Updates do not update the AppFabric software running on the SharePoint 2013 server.
http://support.microsoft.com/kb/2843251
CU4 AppFabric 1.1 http://support.microsoft.com/kb/2800726
Use-CacheCluster
Get-AFCacheHostConfiguration –ComputerName (hostname)-CachePort "22233"
image
Note: This system highwatermark 99% is problematic. Cache is too small and filling up!



Reference


http://blogs.msdn.com/b/besidethepoint/archive/2013/03/27/appfabric-caching-and-sharepoint-1.aspx

AppFabric Caching and SharePoint: Concepts and Examples (Part 1) - Beside the Point - Site Home - MSDN Blogs

A discussion of SharePoint-related concepts from multiple perspectives.

Read more...

http://blogs.msdn.com/b/besidethepoint/archive/2013/03/27/appfabric-caching-and-sharepoint-2.aspx

AppFabric Caching (and SharePoint): Configuration and Deployment (Part 2) - Beside the Point - Site Home - MSDN Blogs

A discussion of SharePoint-related concepts from multiple perspectives.

Read more...

Good Article

http://technet.microsoft.com/en-us/library/jj219613%28v=office.15%29.aspx