powershell

A 8-post collection

How To Enable External Sharing for Office 365 Group Site Collections

;tl;dr A recent attempt to share a site collection provisioned by the new "Create Site" link in SharePoint Online revealed that in order to share the site collection with external users you must change the sites "SharingPolicy" property from the default ExistingExternalUserSharingOnly to ExternalUserSharingOnly to enable new external user invitations. This must be done with the Set-SPOSite PowerShell Cmdlet [https://technet.microsoft.com/en-us/library/fp161394.aspx] The Back Story I recently ha...


Deploy an Azure Function App using Azure ARM Templates

The code for this post is part of the Azure Functions for SharePoint Github [https://github.com/InstantQuick/AzureFunctionsForSharePoint] project. Background About a month ago, Doug Ware [https://twitter.com/DougWare] introduced the Azure Functions for SharePoint (AFSP) [https://afspdocs.blob.core.windows.net/docs/index.html] open source project. The project's goal is to provide a set of common plumbing functions for scenarios shared by most SharePoint provider hosted add-ins implemented as Az...


Office PnP Cmdlet Updates and Azure Functions

Office PnP Cmdlets Now Use *-PnP* Prefix tl;dr; If you have not been paying attention, the (awesome) PowerShell PnP Cmdlets are undergoing a big change. How do I know this you might ask? Well, I could have found this out the easy way by reviewing the 2nd November PnP recording information from Vesa Juvonen [https://techcommunity.microsoft.com/t5/SharePoint-Developer/SharePoint-Patterns-amp-Practices-PnP-Core-and-PnP-PowerShell/m-p/27100/highlight/true#M764] . However, as I often do, I learned th...