Until recently VBScript was king for admin scripting in the Windows environment. This set up a certain way of doing things in people’s minds. I saw a lot of that in the Scripting Games. One example that comes to mind is testing if a path exists. In PowerShell we can do Test-Path -Path c:\test\test1.txt...