Other

Utilizing Identity Secure Score in M365 Admin Center

Strengthen your Entra ID setup with Identity Secure Score In this post: What is Identity Secure Score? · Where to find it · Why it’s worth checking · How the score is actually calculated · Tracking the trend with PowerShell · Getting alerted when it drops · When would you actually use this? · Best […]

Utilizing Identity Secure Score in M365 Admin Center Read More »

Tenant-Wide vs Site Collection App Catalog: What you need to know

The real deciding factor between a tenant-wide app catalog and a site collection app catalog isn’t governance philosophy — it’s one hard technical constraint that makes the decision for you in a specific, common scenario: only the tenant app catalog can sync an SPFx solution to the Microsoft Teams app store. Everything else genuinely is

Tenant-Wide vs Site Collection App Catalog: What you need to know Read More »

Expounding KQL Queries in SharePoint Search

KQL (Keyword Query Language) is what SharePoint and Microsoft Search actually parse behind a search box — keywords, managed properties, and operators that let you ask for exactly what you mean instead of hoping full-text matching gets there on its own. In this post: What KQL actually does · Where you’ll actually write it ·

Expounding KQL Queries in SharePoint Search Read More »

SharePoint Development : SPFx Folder Structure Explained

SPFx (SharePoint Framework) scaffolds a fairly opinionated folder structure via its Yeoman generator — here’s what each part actually does, and the two competing ways to organize your own code inside src/ once a project grows past a single web part. In this post: The scaffolded structure · src/ and config/ in detail · Type-based

SharePoint Development : SPFx Folder Structure Explained Read More »

Common Calculated Column Formulas in SharePoint for Quick Implementations

A Calculated Column derives its value from other columns on the same item, using Excel-like formula syntax — no Power Automate flow or code required. Here are the formulas worth knowing, and the real limitations that decide when a calculated column is the wrong tool. In this post: Common formulas · Real limitations · Creating

Common Calculated Column Formulas in SharePoint for Quick Implementations Read More »

Send Email in SharePoint with SharePoint REST API and PnPjs : What You Need to Know

Important update: the API this post was originally about — SP.Utilities.Utility.SendEmail — was retired by Microsoft on October 31, 2025. If you have code using the raw REST or PnPjs examples further down, it has stopped working. The current, supported way to send email programmatically from SharePoint is Microsoft Graph’s sendMail API. This post now

Send Email in SharePoint with SharePoint REST API and PnPjs : What You Need to Know Read More »

Microsoft Calendar vs Microsoft Bookings : What You Need to Know Before You Choose

This is genuinely a three-way decision, not two — most comparisons of Outlook Calendar versus Microsoft Bookings skip the option that actually fits the most common individual use case best: Bookings with Me, a lightweight personal scheduling link built into Outlook that neither requires the full Bookings app nor forces external contacts to email back

Microsoft Calendar vs Microsoft Bookings : What You Need to Know Before You Choose Read More »

M365 Dataverse or SharePoint List as Data Source : Quick Comparison

Which backend to build on — Dataverse or a SharePoint List — is one of the earlier architectural decisions in any Power Platform solution, and it’s not really a matter of preference. Dataverse handles relational data, fine-grained security, and scale that SharePoint Lists were never designed for; SharePoint Lists are already included in your M365

M365 Dataverse or SharePoint List as Data Source : Quick Comparison Read More »

Power Apps Model-Driven Apps vs Canvas Apps: Which Is Better and When to Use Which?

Canvas or Model-Driven is the first real fork in the road for any Power Apps project, and picking wrong means either fighting the tool for the rest of the build or redesigning halfway through. The short version: Canvas gives you a blank screen and full design control; Model-Driven gives you a data model and Microsoft

Power Apps Model-Driven Apps vs Canvas Apps: Which Is Better and When to Use Which? Read More »