PowerShell Training: Sorting Version Numbers

Estimated Reading Time: 7 minutesSummary Sorting version numbers as strings can fail to order them correctly, but the [Version] type accelerator can be used to sort them correctly. Introduction Here at Model Technology Solutions, we spend a lot of our time writing...

Admins Toolbox – PowerShell Execution Time

Estimated Reading Time: < 1 minuteHello again have you ever wondered how long it took to execute a powershell script or command? With a few lines of code we can retrieve that information from your history. We can pull from history the last executed command and set...

Server 2016 Container Basics

Estimated Reading Time: 4 minutesHi again all! With the recent announcement of Server 2016 going GA I decided it was finally time for me to start to understand containers.  The first thing I wanted to accomplish was to have a high level understanding of what a...