Posts

Project Manager Evolution - How a Project Manager should evolve

Image

SharePoint 2016 - Upcoming Features

http://thuansoldier.net/?p=4383

Setup and Manage Single Sign-On between On-Premise AD and Office 365

Set up and manage single sign-on When you set up single sign-on (also known as identity federation), your users can sign in with their corporate credentials to access the services in Microsoft Office 365 for enterprises. As part of setting up single sign-on, you must also set up directory synchronization. Together, these features integrate your on-premises and cloud directories. 1 Prepare for single sign-on   Learn about the benefits of single sign-on and make sure you meet the requirements before you set it up.  Learn how to prepare for single sign-on 2 Plan for and deploy Active Directory Federation Services 2.0   Work through the in-depth documentation to deploy and configure AD FS 2.0.  Follow instructions for planning and deploying AD FS 2.0 for single sign-on   3 Install the Windows Azure Active Directory Module for Windows PowerShell   Download the Windows Azure Active Directory Module for Windows PowerShell, which includes cmdlets to establish the trust relationship ...

SharePoint 2013 – Must knows

How does SharePoint 2013 Improve Performance?  SharePoint 2013 Introduces Minimal Download Strategy and Distributed Cache Service to Improve Page Load; and Shredded Storage to Improve Storage required for saving files.    What is Minimal Download Strategy?  Minimal Download Strategy in SharePoint 2013 improves rendering performance when browsing content where large parts of the page do not change providing a more fluid navigation experience. For example when navigating between a site's home page and Shared Documents page only the Content that has changed between the source and destination page (controls and placeholders in the content area) are downloaded and Url subsequently updated where the chrome is persisted.   What is Distributed Cache Service?  The Distributed Cache service provides caching features in SharePoint Server 2013. The microblog features and feeds rely on the Distributed Cache to store data for very fast retrieval across all entities. The Distributed Cache service...

Easy steps to SharePoint Farm Configuration

https://stevegoodyear.wordpress.com/sharepoint-2013-build-guide/sharepoint-2013-farm-configuration/

Powershell Command to get size of all Site Collections

Image
Get-SPSite http://sharepoint Get-SPSite | select url, @{label="Size in MB";Expression={$_.usage.storage/1MB}} | Sort-Object -Descending -Property "Size in MB" | Format-Table –AutoSize

SharePoint Online Add Update Delete Item from List using SPServices

SharePoint Online Add Update Delete Item from List using SPServices http://www.enjoysharepoint.com/Articles/Details/sharepoint-online-add-update-delete-item-from-list-using-spservices-21115.aspx