【转载】Powershell获取世纪互联Office365中所有用户的OWA时区

get-mailbox -resultsize unlimited | Get-MailboxRegionalConfiguration | select Identity,TimeZone | where {$_.TimeZone -ne "China Standard Time"} | Export-Csv -Encoding utf8 -NoTypeInformation -Path .\OWATimeZone.csv

get-pssession | remove-pssession

 

posted @ 2014-10-17 12:15  Anderson.Ling  阅读(268)  评论(0编辑  收藏  举报