# Requires –Version:2.0 # Get-EvenNumber.ps1 # Gets an even number # Demonstrates Version 2 functionality # Updates Andget-=y Schneider's example at # http://get-powershell.com/2008/12/23/industrial-strength-functions-in-powershell-v2-ctp-3/ function Get-EvenNumber { #.Synopsis # Detects and reports on even numbers using the Modulo operator (%) #.Description # Takes a pipeline… Read the full text.