One of the features I like about PowerShell is automatic variables. Automatic variables save you time and provide a more consistent approach at figuring out what's going on under the hood of your ...
You've heard of variables in PowerShell, right? How about reference variables? Maybe not. The reason is because a scripter can generally get by without them, but they do still have a purpose.