March 2025

SharePoint and OneDrive: Everything You Need to Know

SharePoint and OneDrive both run on the same underlying storage, but they’re built for different jobs — SharePoint for shared team/organizational content, OneDrive for individual work. Mixing them up is the most common source of “why can’t my team find this file” complaints. In this post: What happens when someone leaves · Under the hood, […]

SharePoint and OneDrive: Everything You Need to Know Read More »

Exporting Inactive Users in SharePoint: What You Need to Know

Exporting a list of inactive users is mostly a housekeeping task — unused accounts are a security and licensing cost, and this is how you actually find them instead of guessing. In this post: Via PowerShell · Via the admin center (no scripting) · Third-party tools · Best practices · When would you actually use

Exporting Inactive Users in SharePoint: What You Need to Know Read More »

Microsoft Graph: Everything You Need to Know

If you’ve ever had to juggle separate APIs for Outlook, SharePoint, Teams, and Azure AD just to build one integration, Microsoft Graph is the fix for that specific headache. One endpoint, one auth model, most of Microsoft 365 behind it. Here’s what it actually covers, how to authenticate against it properly, and where people usually

Microsoft Graph: Everything You Need to Know Read More »

Delete vs Recycle in SharePoint with REST API: What You Need to Know

Deleting files or items in SharePoint might seem like a simple task, but it comes with important considerations. Should you permanently delete an item, or should you send it to the Recycle Bin? What happens behind the scenes, and what are the implications for users and administrators? Moreover, when leveraging the SharePoint REST API, how

Delete vs Recycle in SharePoint with REST API: What You Need to Know Read More »

What you need to know about SharePoint Administration

In today’s digital workplace, managing and organizing content efficiently is critical for businesses of all sizes. SharePoint Administration plays a crucial role in ensuring seamless collaboration, security, and data integrity within an organization’s SharePoint environment. SharePoint is more than just a document storage system; it serves as a centralized platform for enterprise content management, business

What you need to know about SharePoint Administration Read More »

SharePoint Time zones: Overview and Implementation Approaches

SharePoint stores dates in UTC and displays them based on the site’s regional settings — get that mismatched, and you get list items showing the wrong time, or a Power Automate flow firing at the wrong hour. In this post: Why this happens · The “Date Only” field gotcha · Fixing list view display ·

SharePoint Time zones: Overview and Implementation Approaches Read More »

SharePoint List view Formatting Overview

SharePoint List Formatting customizes how lists and libraries look using JSON, without touching the underlying data. Works in SharePoint Online, on-prem 2019+, Microsoft Lists, and Teams lists — same formatting engine everywhere. In this post: One thing to understand first · Three real examples · Formatting forms, not just views · When would you actually

SharePoint List view Formatting Overview Read More »

Extracting SharePoint File Version History Using PowerShell

What is File Version History? File version history is a fundamental feature in content management systems like SharePoint, OneDrive, and other document repositories. It records every modification made to a file, allowing users to track changes over time. Each version of a file is stored separately, capturing details such as who made the change, when

Extracting SharePoint File Version History Using PowerShell Read More »