PowerShell

01/09/2023

PowerShell Conditional Statements Part 2: Switch

n this blog post, we will explore how to use the PowerShell switch statement to make decisions based on multiple conditions in your scripts. This is Part 2 in our series on PowerShell conditional statements.
01/09/2023

PowerShell Conditional Statements Part 1: If, ElseIf

In this blog post, we'll be covering the basics of using conditional statements in PowerShell. We'll learn how to use the if, elseif, and else keywords to specify different blocks of code to execute based on whether a certain condition is met. Understanding how to use conditional statements is an important part of any programmer's toolkit, and we hope this tutorial will give you a good foundation in using them in PowerShell.
01/02/2023

PowerShell Syntax and Operators: A Beginner’s Guide

To write effective scripts, it is important to understand the syntax and operators of the PowerShell language, especially if you are new to PowerShell. This blog […]
01/10/2022

Introduction to PowerShell: Getting Started with the Basics

Welcome to the world of PowerShell! In this article, we'll introduce you to the basics of this powerful command-line interface and scripting language and get you started on your first script. We'll cover what PowerShell is and how to install it on your system, as well as the concept of cmdlets and other syntax elements like variables and flow control statements. We'll also go over some tips for troubleshooting and finding resources for further learning. Whether you're a beginner or an experienced user, this post will provide you with the foundational knowledge you need to start automating tasks and managing systems with PowerShell.
09/09/2020

Using DcDiag For Active Directory Diagnostics

To date, using DcDiag for Active Directory diagnostics is one of the most helpful and native tools for troubleshooting domain servers and getting a good health […]
06/30/2020

Service Tag & Dell Support Lookup tool

Recently I have had the need to look up devices through Dell's support site. I thought it would be a perfect example of a task I can do through scripting the Service Tag & Dell support lookup tool. In the following post I explain how to get the service tag, place that data in a variable, use dot notation to get the data from the variable we need and subsequently open the browser at the correct dell support page for your device.