Category: PowerShell
-
Windows List of Language Codes for PowerShell
This blog post outlines a list of Windows language codes that can be used with Powershell to add or remove languages (keyboards).
-
Add a Language Keyboard to Windows 11 using PowerShell
This blog post will guide you on how to add a language keyboard to your Windows machine using Windows PowerShell.
-
How to Count Words with PowerShell
In this blog post, we will go over how to count words using PowerShell and explore some useful cmdlets that make the task easier.
-
How to Count Characters With PowerShell
In this blog post, we will explore different ways to count characters with PowerShell.
-
How to Download Files with PowerShell
In this blog post, we will go through the steps to download files using PowerShell.
-
How To Reset a Variable in Powershell
Are you struggling to reset a variable in PowerShell? Look no further! Learn the quick and easy way to reset a variable and keep your script running smoothly.
-
Enable IIS Site Redirect With PowerShell
This post will show you how to use PowerShell on a Windows Server 2019 machine to enable IIS site redirect.
-
Create Multiple Empty Files Using PowerShell
This blog post will show how to use PowerShell to create multiple empty files on an operating system (Linux or Windows).
-
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.