SharePoint Farm Inventory Before Migration: PowerShell Guide
Most SharePoint migrations that stall during cutover share one root cause: someone moved databases before they had a complete picture of the farm. This post walks through three PowerShell scripts — 1.DB_List.ps1, 2.DB_Health.ps1, and Get-SPInventoryReport.ps1 — that give you a defensible, documented inventory baseline before any migration work begins. Run these first. Everything else moves…
The Complete Guide to Migrating SharePoint 2019 to SharePoint Subscription Edition
SharePoint 2019 extended support ends July 14, 2026 — after that date, Microsoft issues no further security patches. This guide covers the complete five-phase migration path from SP2019 to SharePoint Subscription Edition: discovery, validation, preparation, cutover, and post-migration sign-off. Built from production migration experience, with PowerShell scripts mapped to every phase.
Selective SPFx Builds in Multi-Web-Part Repos with spfx-selective-build
Tired of one unfinished SPFx web part breaking the build for everything else? This article shows how spfx-selective-build helps you isolate a single web part with its shared code, slim down tsconfig.json, switch package profiles safely, and restore your baseline files after every run. #pnpweekly #spfx #sharepoint #m365
From Skills Repo to npx Installer: Making SPFx AI Guidance Easier to Adopt
This follow-on post explains how @sudharsank/spfx-enterprise-skills turns an SPFx skills repo into a practical npx install experience, with full support for generic installs and guided support for other AI hosts. #githubcopilot #sharepoint #spfx #aieditor #vscode #claudeskills #antigravity
From Prompts to Pipelines: A Practical Guide to Role-Specific Agents, Runtime Agents, and Hybrid Workflows in GitHub Copilot CLI
Learn the difference between role-specific agents and runtime agents in GitHub Copilot CLI, the pros and cons of each, and how to build a practical hybrid workflow that is reusable, executable, and provable. #GitHubCopilot #CopilotCLI #AIAgents #DeveloperProductivity #SPFx #SoftwareEngineering #DevTools #EngineeringWorkflow
Very good post. I absolutely appreciate this site. Keep writing!
Hi there I am so happy I found your website, I really found you by error, while I was searching on Aol for something else, Anyways I am here now and would just like to say kudos for a incredible post and a all round thrilling blog (I also love the theme/design), I don’t have time to browse it all at the moment but I have book-marked it and also added in your RSS feeds, so when I have time I will be back to read much more, Please do keep up the awesome job.
Hi! This is my first visit to your blog! We are a group of volunteers and starting a new project in a community in the same niche. Your blog provided us beneficial information to work on. You have done a extraordinary job!
I love it when folks get together and share opinions. Great blog, continue the good work!
Hi All, is it possible to retrieve SPO audit log using custom SPFx Webpart from a particular site collection audit report by site collection owner/admin? Possible today it automatic way to get the audit report every month for each site collection?
You can use graph api to get some data for the reporting. If u want to automate u can use power automate.