
Upcoming Webinar – Office 365 and PowerShell: A Match Made in Heaven
Blog PostsFind out more about Sebastien Leverts upcoming webinar on Powershell and Office 365
Find out more about Sebastien Leverts upcoming webinar on Powershell and Office 365
This eBook provides guidance in setting up your development environment.
Since my early days working in MS-DOS, I have enjoyed the tricks of shell-programming or shell-scripting. Being able to tell a machine to do a set of sequential actions in one go, often repetitive tasks, can be a life saver, and sometimes, a way to do something that other APIs won’t allow.
This post will focus on PowerShell, specially oriented for the SharePoint ecosyste
In this blog post, I will show you how to use environment variables in order to make your SharePoint PowerShell scripts universal and be able to use them in each of your environments without ever changing your script.
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.
lnevitably as a SharePoint admin there will be a time where you need to use PowerShell to traverse through an entire structure of content and perform a certain task.
Watch the Webinar and checkout the slides in order to Create a blueprint of your Farm using PowerShell View the Slides here Summary of webinar: To start, in this webinar we will discuss using PowerShell to extract configuration information from SharePoint to store in XML to include reading and writing XML and some example use cases.… READ MORE
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;
Is SharePoint IT Pro for you? Since SharePoint 2010, IT Pro focused on SharePoint have been using PowerShell with mixed results. Why mixed results? A combination of factors. PowerShell provides the opportunity to traverse the traditional IT Pro/Developer boundary which pushes the thinking that IT Pros now have to do to the limit. In this… READ MORE
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.