• PowerShell Snippets

    P

  • Office 365 - Retrieve User Profile Properties using CSOM with PowerShell

    Update 12/04/14 - I have added an example that demonstrates how to export User Profile Properties to a CSV file at the end of this post. The example PowerShell scri pt below can be used to retrieve all user profile properties for all users within a...
  • Office 365 - PowerShell Script to Upload Files to a Document Library using CSOM

    UPDATE: The script now supports uploading files larger than 2MB. Another PowerShell sample script for you. This one uploads all files within a specified local directory to a Document Library within a Site in an O365 tenant. All you need to run this...
  • Office 365 - PowerShell Script to Create a List, Add Fields and Change the Default View all using CSOM

    I'm my continued quest to get to grips with the Client Side Object Model (CSOM) in SharePoint 2013, I have put together a sample script below that connects to a Site Collection within an O365 tenant and does the following: Creates a list using...
  • Download language packs for SharePoint 2013

    Down