Home
M365 Dev Insights
Cancel

Tip Of The Day. Apply style directly in console.log

TIP: Did you know, you can apply style directly in console.log? try this: console.log(`%cThis is great!!!! how didn't i knew it?`,'color: green; font-size: 20px')

SharingIsCaring. Create AD app and connect to SharePoint Online

Summary Create an Azure AD app, add permissions and connect it to SharePoint Online. Install-Module AzureAD # Add the Azure AD Module Import-Module AzureAD -UseWindowsPowerShell # Connect to A...

Tip Of The Day. Chrome profile migration

TIP: Migrating Chrome Profiles ? i am replacing my laptop as it almost exploded already and the main pain for me personally Chrome profiles I gathered during years. This is how you can easily move...

Tip Of The Day. SharePoint debug console by using Ctrl+f12

TIP: Did you know you can access SharePoint debug console by using Ctrl+f12 ? you can use it to check errors, warnings, verbose logging Check performance Check SharePoint entities manifests...

Upgrading Your SharePoint Framework (SPFx) Project

Upgrading Your SharePoint Framework (SPFx) Project to the Latest Version: Using M365 CLI Install Microsoft 365 CLI globally npm install -g @microsoft/365-cli Run the following com...

Tip of the day. Use enhanced Sharepoint formatter

Use enhanced Sharepoint list/column formatter using edge+extension SP Formatter

Tip Of The Day. Easy Track changes in dataverse table

My first blog post in M365 and power platform PNP community blog TipOfTheDay - Easy Track changes in dataverse table via dataverse API TIP: Did you know you can easily track changes in dataverse ...

SharingIsCaring. Get, Update, Add, Remove SharePoint list items in large lists

Summary Working and processing lists items in large lists. PnP PowerShell and M365 CLI examples Implementation Open Windows PowerShell ISE Create a new file Copy a script below $url = ...

SharingIsCaring. Extract Space content type Modern page as template and save to SharePoint

Summary This script will extract Space content type page as template file and saves it as new space page to SharePoint. Note, this script does not include referenced files e.g. images, videos etc....

Tip of the day. Try new graph toolkit

TIP: Don’t forget to try new graph toolkit Microsoft graph toolkit Go Play with graph components in the playground: Graph Playground Templates: Templates