PowerTip: Time Parts of PowerShell Scripts

Summary: Learn how to time different parts of your Windows PowerShell scripts. How can I use Windows PowerShell to find which parts of my script are taking the longest to complete so I can focus on improving them? Use the Measure-Command cmdlet to time any section of script in between two curly...