by mtsimmons | Mar 15, 2023 | PowerShell Basics
PowerShell arrays are an essential feature of the PowerShell scripting language. But if you haven’t used one (or haven’t realized that you have), you might need to get a little education on the topic! What is an array exactly? Arrays are collections of...
by mtsimmons | Mar 13, 2023 | PowerShell Basics
PowerShell is a versatile and powerful scripting language that can be used to automate various tasks on your system. One common task that often requires the use of PowerShell is working with strings. In this article, we’ll cover some of the basics of working...
by mtsimmons | Mar 12, 2023 | PowerShell Basics
PowerShell is a powerful tool that allows you to automate your daily tasks and streamline your workflow. One of the key concepts in PowerShell is variables. In this article, we will cover the basics of variables, including assigning, naming, and scoping them. What are...
by mtsimmons | Mar 12, 2023 | PowerShell Basics
PowerShell is a powerful tool for system administrators and IT professionals that enables them to manage, automate, and configure various systems and platforms. One of the key features of PowerShell is the ability to work with objects and the pipeline, which allows...
by mtsimmons | Mar 12, 2023 | PowerShell Basics
When working with PowerShell, understanding the basic syntax is essential. This article will cover the fundamental elements of PowerShell syntax, including cmdlets, parameters, and arguments. Cmdlets Cmdlets are the workhorse of PowerShell. They are small,...