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

Why You Should Use the Exchange Online PowerShell Module

Last Update: Jul 24, 2023

Why you should use the EXOv2 PowerShell module and how it can benefit you as an Office365 administrator.

View Article
PowerShell

Using Jobs in PowerShell 7

Last Update: Jul 17, 2023

PowerShell jobs are an integral part of PowerShell. This handy feature allows administrators to run commands asynchronously. Asynchronous commands allow for parallel execution cutting down on time and fully leveraging compute power.

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
PowerShell

Using the Ternary Conditional Operator in PowerShell 7

Last Update: Jul 17, 2023

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

Creating PowerShell Function Failsafes with WhatIf

Last Update: Apr 17, 2023

PowerShell function that supports the WhatIf parameter and how you can use it to make your PowerShell functions even more solid

View Article

Working with Linux Permissions in PowerShell 7

Last Update: Mar 31, 2023

With the introduction of PowerShell Core and now PowerShell 7, the cross-platform capabilities of PowerShell have also brought new challenges. System administrators used to working on Windows systems that now operate cross-platform need to be able to handle permissions in similar ways.

View Article

Getting Started With Azure Active Directory

Last Update: Feb 21, 2023

Azure Active Directory makes running one of the most commonly used and useful directory services easy to do and with minimal maintenance and overhead

View Article

Getting Started with Azure App Service for Web Apps

Last Update: Dec 09, 2022

Microsoft offers a highly flexible and easy to use web application service. With the myriad of languages, runtimes, and options available for web applications, managed services make application deployments and configuration exceptionally easy.

View Article

Managing Common Linux Configuration Files with PowerShell 7

Last Update: Dec 05, 2022

PowerShell has been the default configuration tool for Windows since it’s release in 2006, but since being open-sourced in 2016, administrators can use it for Linux and macOS as well. However, there are some significant differences in how to manage a Windows operating system over a Linux operating system.

View Article

Understanding and Using the PowerShell 7 ForEach Parallel Option

Last Update: Oct 24, 2022

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
Go to page