Just like working with strings, flow control is also a favorite part of PowerShell to me.
Most Linux administrators and Bash scripters will already be familiar with concepts such as loops and branches, which we will use to complete these recipes. The only difference we will see is that we are dealing with objects, and a more readable, streamlined process of scripting.