Tuesday, January 8, 2013

OWA & ActiveSync Count with Powershell

Get-CASMailbox -ResultSize Unlimited | where {$_.owaenabled -eq $TRUE} | sort-object Name,Email | Export-CSV path c:\temp\OWA.csv

No comments:

Post a Comment