Add SharePoint List Fields From Excel Using PnP PowerShell

PowerShell script to create list columns in SharePoint Online from excel

When I build Power Apps solutions for clients, SharePoint lists are almost always part of the setup. And most of the time, these lists require many fields. Sometimes 30. Sometimes 40+. Manually creating them was a big waste of time. So I started using PnP PowerShell to automate this.One script -> Run it once -> … read more…

Get SharePoint Folder Permissions Using PowerShell

get sharepoint library file permissions into an excel

A few days earlier, my manager asked me to send a report about who had permission (including external users) to access the files stored in the SharePoint library. This library has multiple levels of subfolders, so I need to make a report on the files present in those subfolders as well. To achieve this requirement, … read more…

PowerShell Greater Than or Equal [With Examples]

PowerShell Greater Than or Equal

If you’ve ever needed to compare numbers, dates, or even objects in PowerShell, you’ve probably wondered how to check if one value is greater than or equal to another. In this tutorial, I’ll walk you through the “greater than or equal” operator in PowerShell using examples. PowerShell Comparison Operators Comparing values is at the heart of scripting … read more…

Connect to Microsoft Teams using PowerShell [With Examples]

Get all teams and channels using PowerShell

As an administrator, you might need to work with Microsoft Teams using PowerShell. In this tutorial, I will show you how to connect to Teams from PowerShell with some real examples. You can use the Microsoft Teams PowerShell module to manage teams directly from the PowerShell command line. But before that, you need to install … read more…

Hide Return to Classic SharePoint link in SharePoint

Hide Return to Classic SharePoint link in SharePoint Online

Recently, I was working on a Document Management System for one of my clients. While creating several libraries in their SharePoint Online site, I noticed something interesting: at the bottom of every modern library view, there was a Return to classic SharePoint link. Now, since my client is not very familiar with SharePoint, they prefer … read more…

How to Enable Sensitivity Labels On PDF Using PowerShell?

How to Enable Sensitivity Labels on PDF using PowerShell

I am working on a Document Management System where my client asked me to enable sensitivity labels. By default, sensitivity labels work with supported file types like Word, Excel, and PowerPoint. However, they also wanted to apply labels to PDF files. In this article, I will explain how to enable sensitivity labels for PDFs using … read more…

PowerShell Find All Files With Extension

PowerShell Find All Files With Extension

Ever found yourself needing to quickly list every .pdf or .xlsx file scattered across hundreds of folders on your Windows laptop? PowerShell helps find every file with a particular extension—no matter where it’s hiding. In this tutorial, I will explain how to find all files with extensions using PowerShell with examples. Method 1: Find All Files with a Specific Extension (Single Extension Search) … read more…

How to Find Files Older Than a Specific Date using PowerShell?

Find Files Older Than a Specific Date using PowerShell

Recently, one of my clients wanted to list down old files from a shared drive in their New York office. By using PowerShell, you can identify files older than any date you choose. In this tutorial, I will show you how to find files older than a specific date using PowerShell, along with some examples, such … read more…

10 Powerful PowerShell Select-String Examples

PowerShell Select-String Examples

As a PowerShell administrator, I mostly worked with the PowerShell Select-String cmdlet. So, I thought to show you 10 real examples of Select-String in PowerShell. Example 1: Basic Text Search in a File The most straightforward use of Select-String in PowerShell is to search for a specific text pattern in a file. This command searches … read more…

Concatenate String in Write-Host In PowerShell

powershell concatenate string in write-host

In this tutorial, I’ll walk you through multiple methods to concatenate strings in PowerShell’s Write-Host command, from the most basic approaches to advanced techniques. String concatenation in PowerShell, especially when using the Write-Host cmdlet, is something you’ll do almost daily if you’re writing scripts for system administration or automation tasks. As a PowerShell expert with … read more…

How to Get SharePoint Document Library Size using PnP PowerShell?

how to get all sharepoint document libraries size powershell

One of my clients recently asked how to check the size of a specific SharePoint document library. The easiest way is through SharePoint’s Storage Metrics, which is available in the site settings. It provides the total size, %of Site Quota, etc. In this article, I will also explain how to get the SharePoint document library … read more…

Power Apps functions free pdf

30 Power Apps Functions

This free guide walks you through the 30 most-used Power Apps functions with real business examples, exact syntax, and results you can see.

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App