SharePoint Server 2019 [Features and Deployment Best Practices]

SharePoint 2019

SharePoint Server 2019 represents Microsoft’s next-generation platform for workplace collaboration and productivity. Released as an on-premises solution, it brings modern experiences from the cloud to organizations that need to keep their data within their own infrastructure. SharePoint Server 2019 integrates seamlessly with Microsoft 365, Power Automate, and Power Apps, enabling teams to share information and … read more…

How to Add Custom Logo And Themes in Power Apps?

Add Custom Logo And Themes in Power Apps

In my recent training event, someone asked me whether we could add or change our own logo and themes in Power Apps. It’s a generic query that everyone doesn’t like any specific default theme or logo every time they use the app. Instead of that, they will change or customize it on their own. In … read more…

How to Rename Folders to Uppercase or Lowercase Using PowerShell?

powershell rename folder to uppercase

As an IT professional working for a client in the United States, I recently encountered a situation where I needed to standardize the naming convention of folders across multiple directories. PowerShell is perfect for this. In this tutorial, I will explain how to use PowerShell to rename folders to uppercase or lowercase. Now, let me … read more…

Power Apps Split String into Repeating Table [With Examples]

split the power apps large string into repeating table

A few weeks before, I developed an application for employee travel authorization where SharePoint lists are used to store those data. For a travel request, there might be multiple flights and family details. So, we took those fields as multiple lines of text and stored those data. Now, we are required to split those data … read more…

How to Add an Image to a PDF Form in Power Apps?

powerapps add an image to a PDF form

I developed some Power Apps business applications for clients like leave management, employee travel requests, etc. In these applications, we must add an approver signature and company logo image on the approval request after approval and save it as a PDF file. In this article, we will discuss how to add an image to a … read more…

How to Rename Multiple Files Using PowerShell?

Rename Multiple Files Using PowerShell

Recently, I got a requirement to rename numerous report files in a project. PowerShell script is the best option for it. In this tutorial, I will explain how to rename multiple files using PowerShell. Rename Multiple Files Using PowerShell Recently, I was working on a project for a client in New York City. They had … read more…

How to Check if a File Exists and Rename it Using PowerShell?

Check if a File Exists and Rename it Using PowerShell

Recently, I was working on a project for a client in New York where I needed to automate the process of checking for the existence of specific files and renaming them according to a predefined naming convention. You can do this easily with PowerShell scripts. In this tutorial, I will explain how to use PowerShell … read more…

How to Use PowerShell Global Variables?

powershell global variable

As a PowerShell developer, I often got scenarios where using global variables can greatly simplify code and make it more maintainable. In this tutorial, I will explain how to create and use PowerShell global variables with examples. PowerShell Variable Scope Before understanding a global variable in PowerShell, let me explain the concept of variable scope … read more…

How to Replace Carriage Returns in Strings Using PowerShell?

Replace Carriage Returns in Strings Using PowerShell

There will be times when you want to replace carriage returns in strings using PowerShell. In this tutorial, we will learn how to replace carriage returns in strings using PowerShell. To replace a string containing a carriage return in PowerShell, use the -replace operator with the carriage return escape sequence `r. For example, $string -replace “r”, “replacement text”will replace … read more…

How to Download a File from URL Using PowerShell?

Download a File from a URL Using PowerShell

One of my team members recently searched for a PowerShell script to download files from a URL. I suggested different methods to achieve this. In this tutorial, I will explain how to download a file from a URL using PowerShell. Download a File from a URL Using PowerShell There are multiple ways to download files … read more…

How to Run PowerShell Script in Visual Studio Code?

Run PowerShell Script in Visual Studio Code

Visual Studio Code has become a popular choice for PowerShell scripting. VS code editor offers various features to work with PowerShell more quickly and efficiently. Users can run PowerShell scripts directly within Visual Studio Code with the right setup. To run PowerShell scripts in Visual Studio Code, install the PowerShell extension and use the integrated … read more…

How to Create a Folder If Not Exists in PowerShell?

powershell create directory if not exists

In this tutorial, I will explain how to create a folder if it does not exist in PowerShell. Recently, I worked on a PowerShell script to automate deployments for a web application for a client headquartered in New York City. One requirement was to make sure a specific folder structure was in place on the … 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.

Live Webinar

SharePoint Integration Power Apps Form With Repeating Table [Invoice Management System]

Learn how to build an invoice management system using SharePoint integration and a repeating table.

📅 2nd September 2026 – 10:00 AM EST | 7:30 PM IST

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