When making a PowerShell script to do multiple, optional tasks, it is practical to use a menu to let user to select what to do.
There are several methods to create a PS menu. In this tutorial, I will show how to create a simple menu using a so called Do - While loop, which performs tasks until...