Tag: Powershell

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.