Easy snippet:
Get-Mailbox -ResultSize unlimited | Select-Object DisplayName,PrimarySmtpAddress
Don’t forget we can pipe the output to measure and get a count of boxes as well!
Easy snippet:
Get-Mailbox -ResultSize unlimited | Select-Object DisplayName,PrimarySmtpAddress
Don’t forget we can pipe the output to measure and get a count of boxes as well!