Friday, February 20, 2015

Employee Directory

Office 365

How to build a great Employee Directory in Office 365 & SharePoint
https://hubs.ly/H09P9ZK0

image

https://www.hyperfish.com/employee-directory
Setup PDFDownload the zip | Download the guide

References

http://sympmarc.com/series/create-a-simple-sharepoint-2013-employee-directory-on-office365/

https://www.puzzlepart.com/three-things-that-will-make-your-people-search-rock/

http://www.techmikael.com/2013/10/make-sure-your-people-search-is.html

https://en.share-gate.com/blog/corporate-directory-sharepoint-search

https://www.premierpointsolutions.com/training/help-and-how-to-articles/how-to-show-the-fax-number-in-people-search-results-in-sharepoint-2010/

https://thomasdaly.net/2016/01/16/hiding-people-from-people-search/

http://www.techmikael.com/2014/12/how-to-trigger-re-indexing-of-user.html

https://www.cardinalsolutions.com/blog/2016/11/creating-a-robust-employee-directory-using-sharepoint-search

https://www.eliostruyf.com/starter-javascript-display-templates-for-your-projects

SharePoint

Codeplex

Employee Directory Webpart for SharePoint 2007/2010/2013
http://employeedirectory2010.codeplex.com/
Source code or WSP for SharePoint 2007
Source code or WSP for SharePoint 2010
Source code or WSP for SharePoint 2013

Third Party

SharePoint Staff Directory Web Part
http://vinewave.com/Products/StaffDirectory.aspx

Articles

Simple Employee Directory using Search - People Directory
http://www.sharepointconfig.com/2013/05/how-to-create-a-simple-sharepoint-2013-people-directory/

Create a Simple SharePoint 2013 Employee Directory on Office365
 http://sympmarc.com/series/create-a-simple-sharepoint-2013-employee-directory-on-office365/

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