PowerShell lets programmers manipulate the Windows operating system from the command line. With PowerShell, you can access objects from the .NET framework as well as the Window's file system. A reusable PowerShell script is called a "cmdlet." You can...