EmailVerify.NET - Simple e-mail validation code in Windows PowerShell
This command syntactically validates the email address johndoe@example.com and returns a boolean value which tells if the address is valid or not.
Note that the default verification level is Syntax. To specify a different verification level use the
-Level parameter.
(Verify-EmailAddress johndoe@example.com).IsSuccess