logo

Jonathan Blackwell

Since 2012, Jonathan Blackwell, an engineer and innovator, has provided engineering leadership that has put Netwrix GroupID at the forefront of group and user management for Active Directory and Azure AD environments. His experience in development, marketing, and sales allows Jonathan to fully understand the Identity market and how buyers think.
Infrastructure
February 14, 2025

Mastering PowerShell Sleep for Script Management

Why You Might Need to Pause or Delay in PowerShell Scripts The Start-Sleep cmdlet in PowerShell pauses the execution of a script and waits for a specified amount of time. Strategically using...
Infrastructure
February 12, 2025

Functions in PowerShell Scripts

A PowerShell function is a block of code designed to perform a specific task. Once a function is created and tested, it can be used in multiple scripts, reducing coding effort and risk of errors....
Infrastructure
February 11, 2025

Comprehensive PowerShell Commenting Guide

Introduction If you write Windows PowerShell scripts, it’s important to understand how to use PowerShell comments effectively. This article can help. It explains the key ways you can include...
Infrastructure
January 16, 2025

Introduction to PowerShell Invoke-Command

The Invoke-Command cmdlet in PowerShell enables IT admins to execute commands and scripts on remote machines, and even to redirect the output of those remote scripts to their own console. As a...
Infrastructure
January 14, 2025

PowerShell Environment Variables

Introduction to PowerShell Environment Variables Environment variables are predefined variables in an operating system, they are available in the form of key-value pairs which store important...
Infrastructure
January 10, 2025

How to Run a PowerShell Script

PowerShell is a scripting language and command-line shell designed for task automation and configuration management, primarily used by system administrators and advanced users. Built on the .NET...
Show more articles