July 2017
Intermediate to advanced
648 pages
31h 9m
English
Use the following command to list all email addresses that contain a digit:
Get-Mailbox -ResultSize Unlimited | `? {$_.PrimarySmtpAddress -match "[0-9]"} | `FT DisplayName, SamAccountName, PrimarySmtpAddress -Auto
Read now
Unlock full access