< # .SYNOPSIS This script validates email addresses based on MSFT published Regular Expression. This is a re-write with PowerShell of an existing bit of MSDN sample code .DESCRIPTION This script first creates a function to validate an email address. It uses a large regex that is documented at the MSDN page noted below. The script then creates an array of… Read the full text.