In some Apps there are cases when you want to deploy SharePoint 2013 workflow on Host Web rather than app web. This article explains how to do it. The basic premise is that we first create the Workflow inside AppWeb and on ‘AppInstalled’ event we will get the published workflow definitions from AppWeb and copy

Read More
How to create and publish a SharePoint 2013 Workflow from an App in the Host Web (without using SharePoint Designer)

Hi, I created a script that will allow you to download all files stored in document libraries in a given site collection. You can find it here: http://sharepointrelated.com/2014/11/11/download-all-content-in-a-site-collection/ Run the script as follows: Get-SPContent.ps1 -SiteCollection “” -Path “” If the path does not exist, the script will prompt you to create it for you. Before the script

Read More
How to download all files in a Site Collection with Powershell

In my previous blog, I have show you to install Prerequisite tools for SharePoint 2013. In this blog, I’m going to walk you through the Installation of SharePoint 2013 on Windows Server 2012 R2. SharePoint 2013 Installation Series: Part 1 – Step by step Installation of Windows Server 2012 R2 Part 2 – Step by step installation of Active

Read More
Step by step installation of SharePoint 2013 with Sql Server 2012 on Windows Server 2012 R2 (part 5)

This blog series details the complete installation of SharePoint 2013 on Windows Server 2012 R2. In this blog, I’ll show you how to install SharePoint 2013 prerequisites Online and Offline. Also how to troubleshoot any issues that arise during the installation process. Note: Make sure that you are connected with an internet connection because it may require you to

Read More
Install and troubleshoot Online/Offline prerequisites issues for SharePoint 2013 (part 4)