This blog post will show how to use PowerShell to create multiple empty files on an operating system (Linux or Windows).
Category: PowerShell 7
How to Create a Table in PowerShell
Tables are a great way to organize data in an easy-to-read format. PowerShell can be used to create tables within PowerShell scripts. This article will show various ways of creating PowerShell tables and the code required for each table type.
How To Split Strings with PowerShell
One of PowerShell’s most powerful features is its ability to split strings. Split strings can be used for a variety of purposes, such as parsing log files and extracting data.
How to Replace Text in a String Using PowerShell
PowerShell is a powerful tool that can be used to automate tasks on your computer. One of the many things it can do is replace text in a string. For example, you might want to update all instances of “dog” with “cat”. It can use regular expressions to find and replace all occurrences of “dog”… Continue reading How to Replace Text in a String Using PowerShell
Install PowerShell 7 With Winget On Windows 11
This post will show you how to install PowerShell 7 with Winget on Windows 11. If you are not familiar with it, PowerShell is Microsoft’s task automation framework and scripting language.
How To Copy Files And Folders With PowerShell
PowerShell is a powerful tool that can be used to automate various tasks on your computer. One of the more popular PowerShell commands that we use Copy-Item, which allows for copying files and folders from one location to another. This article will show you how PowerShell can help you copy any file or folder with… Continue reading How To Copy Files And Folders With PowerShell
Find a File in a Directory With PowerShell
This PowerShell post will show how to search and find a file inside a directory with a PowerShell foreach statement.
Search For String Inside Any File With PowerShell
This PowerShell blog post will show how to use PowerShell to search for a string or pattern inside any file with PowerShell.
Check If File or Folder Path Exist Using PowerShell
In this blog post, we will learn how to use PowerShell to check if a file or folder exists on the system and return a true or false result.
List All Azure Regions Using PowerShell
In this Microsoft Azure Az PowerShell blog post, we will learn how to list all the Azure region available for deployments.