Office 365 – SharePoint – Sharing sites, lists or documents with external people
Sharing sites, lists or documents with external people is easy in office 365. A couple of tick boxes to click and off you go. Sometimes however it’s not that easy.…
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
All posts about Office 365
Sharing sites, lists or documents with external people is easy in office 365. A couple of tick boxes to click and off you go. Sometimes however it’s not that easy.…
Ever seen a Refresh your alerts message in Office 365? You could follow the instructions: Please sign out and sign in again This is exactly what you need to do! …
Connect-PnPOnline background Note: Recently the Connect-SPOnline command was replaced with Connect-PnPOnline. To connect to Office 365 with PowerShell you have to use Connect-PnPOnline. Quite often I’m getting errors as I’m…
To enable scripting in Office 365 used to be quite simple. In the SharePoint Admin center simply select the following options: Then run the following PowerShell command: [code lang=text] Connect-SPOService…
The user profiles in SharePoint have a number of configurable settings for the each of user profile properties. I’ve created a few custom properties and now I’m looking into the…
Most of my regular readers will already know that I like the PnP PowerShell commands projects. Today I’m trying to collect current values of User profiles in Office 365. I…
Looking at articles like Chris O’Brien’s and the answers from Microsoft I’m worrying about any search queries related to user profiles in SharePoint Online. Of course changes might take a while to…
In my customers SharePoint site there are a number of lists where multiple views with similar names have been created. (e.g. All Items and AllItems”). Rather than going through every…
In general I think that it is good to use out of the box functionality in SharePoint. Sometimes however, out of the box just not good enough. Today I created…