Tag: Powershell

Copy Documents between Site Collections in Office 365
Copy Documents between Site Collections in Office 365
Blog Posts

In this blog I am going to share the code to copy documents between site collections using CSOM on Office 365 SharePoint. The below code uses the recursive method to get all documents from source site collection and copy it to the target site collection. The script also preserves the modified and modified by details… READ MORE

Migration to SharePoint Online Using the PowerShell Migration Package “MigrationPackage”
Webinars

What’s new? PowerShell Migration Package Webinar Description: PowerShell Migration-You’ve decided on the cloud and Office 365. Now it’s time to upload your existing data into SharePoint online. You’re suffered by migrating using Drag and Drop, maintaining folder structures is nearly impossible and last but not least you would like to keep the original “Modified” date and… READ MORE

Gearing up for SharePoint Online Project? Here are a Few Things to Remember
Gearing up for SharePoint Online Project? Here are a Few Things to Remember
Blog Posts

The first 3 of 9 things to remember when gearing up for SharePoint Online Projects: 1. SharePoint Apps are not your typical web parts, there are limitations related to functionality and branding
2. Be careful with promised custom functionality in your workflows, you are limited to out of the box workflow actions
3. Sites created by apps (aka app sites) are limited in functionality, for example tools such as SharePoint Designer and many 3rd party migration tools are not able to connect to them.

Automate Variations in SharePoint 2013 Using PowerShell & C#
Automate Variations in SharePoint 2013 Using PowerShell & C#
Blog Posts

Let’s Start.. Automating variations settings and configuration so whenever a deployment is needed, you will be ready with your PowerShell scripts.
Manual deployment is time consuming as it is repetitive task, in this post I will let you know how to automate one of those many tasks when it comes to deployment.
SharePoint Variations has a UI which I will show you its steps now;

Use PowerShell to Manipulate the Values of a SharePoint Choice Field
Use PowerShell to Manipulate the Values of a SharePoint Choice Field
Blog Posts

Using PowerShell, we’re going to walk through handling a Choice field in a list. Specifically, this is a calendar list using the Category field. This may come in handy if you want to automate changing the values from another data source that BCS can’t connect to, or is too much work to get it to connect. I always prefer using SharePoint’s features, but sometimes we need to stretch it to make it work.