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