Using CSOM and PowerShell against an Office 365 / SharePoint Online site

Here you can see how to consume, via CSOM, a SharePoint site hosted on SharePoint Online/Office 365 using PowerShell. First of all you need to load the CSOM libraries in the PowerShell context. Add-Type –Path “C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.dll” Add-Type –Path “C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\ISAPI\Microsoft.SharePoint.Client.Runtime.dll” Then you need to reference the […]

Read more

Deploying a SharePoint 2013 Lab Farm on Windows Azure VMs

Here you can find an article, which I wrote in the last weeks, about deploying a SharePoint 2013 Farm (mainly for testing purposes) onto a Windows Azure VMs infrastructure. The PowerShell scripts and the article are in “draft mode” … and any suggestions or improvements will be really appreciated. Enjoy playing with SharePoint 2013!” target=”_blank”>Here […]

Read more