Export email addresses with particular domain – Microsoft Exchange

Here’s a handy Microsoft Exchange Shell command to export a list of users with a specific domain name. Get-Mailbox -resultsize unlimited | Select-Object displayname -expandproperty emailaddresses| Where-Object {$_.smtpaddress -like “*domain.com*”}| Select-Object displayName,SmtpAddress | Export-csv C:\domain.csv Export email addresses with particular … Continue reading

Test post 1

Test post content…. Test post content…. Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test post content….Test post content…. Test … Continue reading