PowerTip: Learn to Use Where or ForEach in PowerShell 4.0
Summary: Learn the easy way to use Where or ForEach in Windows PowerShell 4.0. I am running Windows PowerShell 4.0 and I want to know the easy way to use Where or ForEach. In Windows PowerShell 4.0, object arrays have a built-in .Where() and .ForEach() methods.  ...