SharePoint Tricks Posts

Column formatting can enhance our list/documents inside SharePoint. Today, I’ll use PnP PowerShell in combination with the Column formation to send an email to the person that creates a new item on the Documents list. This list is created when a new site collection is created.  We’ll add a new view on your list which and a simple email button that allow you to send an email for the creator of the item.

On the last article, I explained how to activate the possibility to share the screen with external users using Microsoft Teams. But depending on the organization, you may want just a specific policy setting for a user(s) to have certain abilities on the Microsoft Teams Meetings.

Often I do remote sessions where I need to request control over the other person PC. However, the Microsoft Teams has this option is deactivated by default. That can make this meeting to take longer and in the next blog post, I’ll let you know on how to activate this option on Microsoft Teams.

With the script that we’re showing, you can reset the masterpage on a SharePoint site and get back to the default masterpage (Seattle). This command can be used by any SharePoint version, a few notes that I want the user to be aware before running this script.

With the next PnP PowerShell script, you will be able to Enable the SharePoint Server Publishing Infrastructure on your SharePoint site to have access to some features that you may need. This process will change your SharePoint site structure so please be aware of that when executing this script. This script is valid for SharePoint Online and SharePoint 2019.

When you decide to install SharePoint Frameworks solutions probably you install multiple solutions on the site to test which work on your SharePoint. That process can consume some time of your daily work and the with PnP PowerShell you will have a way to deploy each solution faster and cleaner.

After reviewing the amazing article of Emanuele Bartolesi about customizing the new terminal for Windows which looks amazing and then I asked myself – how about configuring it with the logo of the PnP or the famous mascot of Parker? Let’s make it so I’ve built a customized terminal with the PNP media logos. I’ve added it to the GIT so everyone can copy this configuration or improve it.

SharePoint Framework is growing in a daily bases and the solutions built for it are in always evolving with new features or improvements. However, it can be necessary to restore the older solution on your SharePoint Online due to some requirements of the projects or even issues.

When you are creating a SharePoint Online, by default the owners of that specific site will manage all the request access to the SharePoint site. If the user doesn’t have permissions to access to the SharePoint site these owners will receive an email to authorize or not these users to access the site. On the following article, we will use PNP Powershell to add an extra email to the default configuration.

SharePoint sites have by default the possibility to be shared by any member belonging to the site and with it, they can share with anyone of your organization or external. With this, you can end with the site being shared with a lot of users without you realizing that happened.