Adam Bertram profile picture

Follow Adam

Adam Bertram

Petri Contributor

Entrepreneur, hustler, husband, dad, Automator, content producer, published author, Microsoft MVP, DevOps pro and passionate problem-solver.

LATEST

PowerShell

Using the Ternary Conditional Operator in PowerShell 7

Last Update: Jun 05, 2025

PowerShell 7.0 introduces a familiar mainstay of most programming languages, the Ternary Operator. Using a much shorter syntax for if/then logic, it makes defining conditional values for properties much more concise and easy to read.

View Article

Understanding and Using the PowerShell 7 ForEach Parallel Option

Last Update: Jun 05, 2025

Loops are one of those crucial logic components that every programming language uses extensively and PowerShell is by no means any different. A loop allows you to iterate through a collection of objects performing one or more operations on each.

View Article
PowerShell

How to Upgrade to PowerShell 7

Last Update: Jul 17, 2023

Looking to upgrade to PowerShell 7? Here’s the easy way to move to the new version of the platform.

View Article
Go to page