New version of the SharePoint Online module for PowerShell available

​There’s a new version of the SPO PowerShell module available, which you can download from here: https://www.microsoft.com/en-us/download/details.aspx?id=35588 The version went up to 16.0.4219.1200. Only one new cmdlet was introduced: Get-SPOMigrationJobProgress, which brings the total number of available cmdlets to 41. The following cmdlets were changed: Submit-SPOMigrationJob (added the ShowProgress parameter) …

Continue readingNew version of the SharePoint Online module for PowerShell available

Guest links are a bit more secure now

​Being able to share data in today’s world is vital and being able to share it securely even more so. Office 365 and SharePoint Online in particular have offered this functionality for years now, both with internal users, external users and guests. If you don’t know the difference between those types …

Continue readingGuest links are a bit more secure now

Obtain SharePoint Online URL for Connect-SPOService

This goes under the category “mostly useless”, but nevertheless is an interesting example. Hardcoding stuff in scripts is never a good thing, so why not obtain the correct URL using the tools we already have (apart from copy/paste that is). Turns out the information about all accessible endpoints can be …

Continue readingObtain SharePoint Online URL for Connect-SPOService