The CLI for Microsoft 365 is a cross-platform command-line interface used to manage or automate Microsoft 365 resources. It is a PnP and community-driven initiative that is growing rapidly over...
The CLI for Microsoft 365 is a solution provided by the PnP team. It allows you to manage your Microsoft 365 tenant trying to cover multiple services (e.g. SharePoint, Teams,...
I was required to limit the permission of all owners added to the default owner Group and assign them to the default member Group. I created this script using PnP...
The CLI for Microsoft 365 is a solution provided by the PnP team. It allows you to manage your Microsoft 365 tenant trying to cover multiple services (e.g. SharePoint, Teams,...
The OneDrive for Business folder naming convention is OneDrive - {CompanyName}. Most applications can cope with this naming when storing data on a local drive.
You can perform searches in Yammer as described here. The snippet below shows how you can perform a search. The search returns multiple objects: Messages Users Topics Uploaded files Users...
I prepared a demo on how to deploy an SPFx WebPart to a SharePoint Online site collection using GitHub actions and the CLI for Microsoft 365. In this example, I...
I had the requirement to remove a site collection admin assigned to all SharePoint Online site collections with a script. To achieve this goal I was using Pnp PowerShell. The...
When working with Node.js you might encounter situations where you need multiple versions of Node.js on the same machine. In my case, I want to create SPFx components for SharePoint...