Using SharePoint REST API from PowerShell
In this short post I want to explain you how to use the SharePoint REST API from PowerShell, targeting a SharePoint Online site collection. As you probably know, you can do almost everything (and when I say everything, I really mean everything Smile …) using the PowerShell extensions created by my friend Erwin van Hunen, […]
Slide, demos and links of my webinar “Consuming Office 365 REST API” for ESPC15
Here you can find the demos (on OfficeDev/PnP project) about how to consume the Office 365 APIs. The slides and the recorded video will be available soon on the European SharePoint & Office 365 Community. Moreover, as promised, here you can find the list of libraries (released and beta) available to consume Azure AD: https://msdn.microsoft.com/en-us/library/azure/dn151135.aspx. […]
Workflow Tasks with Predecessors
During the last weeks I had to work around a workflow project with some specific requirements. In particular, one of the requirements was to support workflow tasks with predecessors. As you probably know, tasks in SharePoint are based on the well-known Task content type (ID: 0x0108), and “Workflow Task (SharePoint 2013)” content type inherits from […]
How to create a “special” custom Home Page for SharePoint Online in Microsoft Office 365
Introduction In this post, I would like to illustrate a real scenario that I think is really interesting and useful. During the last months we had to satisfy a customer’s requirement about designing the home page of a corporate Intranet network based on Microsoft Office 365 and SharePoint Online, together with the deployment of an […]