-
Brandon Olin wrote a new post,
The Operation Validation Framework: Test your infrastructure using Pester 5 years, 2 months ago
Knowing if your IT infrastructure is operating as it should is a fundamental task for any IT administrator. Plethoras of tools and products are available in the market to accomplish this task. I want to talk about another option that is free, simple, and uses PowerShell and Pester to perform the heavy lifting. This simple module is called the Operation Validation Framework.
-
Brandon Olin wrote a new post,
How to write an Azure Function in PowerShell 5 years, 3 months ago
Serverless computing—or the ability to execute code without having to manage the underlying resources—is all the rage these days. Can PowerShell join in on the fun? Yes, it can! This article will show you how to use PowerShell to create an Azure Functions app and deploy a PowerShell-based function.
-
Brandon Olin wrote a new post,
Process file paths from the pipeline in PowerShell functions 5 years, 3 months ago
The correct way to write a PowerShell function that works with file paths from the pipeline requires some effort, but it will make your PowerShell scripts work more reliably.
-
Brandon Olin wrote a new post,
How to run a PowerShell script as a Windows service 5 years, 3 months ago
If you have a PowerShell script you’d like to run constantly in the background and start up automatically after a reboot, the best option is to run it as a Windows service. I’ll show you how to set this up using NSSM, the Non-Sucking Service Manager.
-
Brandon Olin wrote a new post,
PowerShell Strict Mode – Version 1.0 and 2.0 5 years, 4 months ago
With the Set-StrictMode cmdlet you can turn PowerShell’s Strict Mode on, which ensures that you follow best practices in your script. Here, you’ll learn the differences between Strict Mode versions 1.0 and 2.0.
-
Brandon Olin wrote a new post,
How to write PowerShell for speed 5 years, 4 months ago
Sometimes speed and efficiency are not that important when writing quick and dirty PowerShell scripts. At other times they are critical. This article will highlight some of the common mistakes people make when writing PowerShell scripts that cause it to slow to a crawl.
-
Brandon Olin wrote a new post,
How to test network latency to Azure with PowerShell 5 years, 4 months ago
This article will show you how to test your network latency to different Azure regions so you can make the best decision possible when choosing where to deploy your resources
-
Brandon Olin changed their profile picture 5 years, 5 months ago