How to Append Text to Files in PowerShell

Append Text to Files in PowerShell

As a PowerShell user, I’ve found that one of the most common tasks is writing data to files, especially appending content to existing files without overwriting previous information. This will be helpful in scenarios such as creating logs, generating reports, or saving script output, etc. In this tutorial, I’ll walk you through the different methods … read more…

PowerShell Write to File [With Examples]

powershell write to file

If you are working as a PowerShell administrator, then you should know how to write to a file in PowerShell. PowerShell provides different methods for writing to files. I will show you here how to write data to a file using PowerShell, using different methods and examples. Method 1: Using Out-File Cmdlet The Out-File cmdlet … read more…

Reference Variables in PowerShell

powershell reference variable

Are you looking to learn how to manipulate variables more dynamically in PowerShell? The answer is the PowerShell reference variables. I’ve used this many times as a PowerShell developer with years of experience. Let me explain how to use reference variables in PowerShell with some examples. What Are PowerShell Reference Variables? In PowerShell, variables typically … read more…

PowerShell Array of Strings

PowerShell Array of Strings

As a PowerShell developer with years of experience, I’ve found that arrays are one of the most powerful data structures available in PowerShell. In this tutorial, I’ll explain everything you need to know about working with arrays of strings in PowerShell with examples. What is a PowerShell Array? An array is a data structure that … read more…

Sort Power Apps Data Table Based On SharePoint Choice Column

Sort Power Apps Data Table Based On a SharePoint Choice Column

If you are using a Data table in Power Apps, you might need to sort its data according to various requirements, such as sorting the table in ascending, descending, or alphabetical order. In Power Apps, it’s quite easy to sort data alphabetically or based on any column name (e.g., Employee Name), where the first character … read more…

Send Email Using REST API in Power Automate

Send Email Using REST API in Power Automate

It is easy to send an email in Power Automate using the “send an email V2” action. But we can also send the email using SharePoint REST API. This is especially useful in workflows where you want to send an email without displaying the sender’s email address. In this tutorial, I will tell you how … read more…

PowerShell Array – Complete Tutorial

powershell array

I have been working with PowerShell for the last 12 – 15 years. One thing I use frequently is arrays in PowerShell. As a PowerShell developer, you should know about PowerShell arrays. In this tutorial, I will explain the PowerShell array, including its definition, syntax, examples, and more. Arrays in PowerShell are powerful data structures … read more…

How to Use Array.find() in TypeScript?

typescript find

If you’re working with arrays in TypeScript, you should know how to use the array.find() method, which retrieves the first element in an array that meets a specific condition. In this tutorial, I will explain how to use Array.find() in TypeScript with clear syntax, detailed examples, and best practices. What is Array.find() in TypeScript? The … read more…

Display Only Office 365 Active Users In Power Apps Combo Box

Get Office 365 Active Users in Power Apps Combo Box

People use the Power Apps Combo box for different applications, such as the Customer Feedback application, where we can use a Combo box to let users select the type of service they are providing feedback on (e.g., product quality, customer service, delivery experience). Recently, while making a Power Apps application, a client asked me to … read more…

Create a Horizontal Scrollable Gallery in Power Apps [With Headers]

power apps horizontal scrolling gallery

I developed an employee satisfaction survey application in Power Apps a few days before. There, I was required to display the details of the employee satisfaction survey in the Power Apps gallery. However, the SharePoint list has more than 30 fields, so I was required to develop a horizontal scrolling gallery so employees could see … read more…

IF Expression in Power Automate [8 Various Examples]

if statement in power automate

A few weeks ago, I was working on a Power Automate flow where I needed to make decisions based on user input and SharePoint list values, like using “if” statements in programming. That’s when I realized how powerful the if expression and the built-in Condition control in Power Automate are. By using the Power Automate … read more…

Convert TypeScript Enums to Arrays

Convert TypeScript Enums to Arrays

Do you ever need to change an enum to an array in TypeScript? It is a little tricky, but various methods are available for this. I will show you various methods to convert TypeScript enums to arrays with examples in this tutorial. What Are TypeScript Enums? If you are new to enums in TypeScript, here … read more…

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

Power Platform Tutorial

FREE Power Platform Tutorial PDF

Download 135+ Pages FREE PDF on Microsoft Power Platform Tutorial. Learn Now…