PowerShell
PowerShell Quick Tip: Basic use of the Switch statement
Why use Switch?In PowerShell you can use an if statement to compare things and determine actions based upon the result. You also can use elseif to keep comparing values until you reach a desired...
Feb 3, 20161 min read