Exchange擷取指定使用者的郵箱同步的行動裝置列表

來源:互聯網
上載者:User

標籤:使用者   資訊   郵箱   統計   行動電話   

適用於: Exchange Server 2010 SP2, Exchange Server 2010 SP3

https://technet.microsoft.com/zh-cn/library/aa996908(v=exchg.141).aspx

使用 Get-ActiveSyncDeviceStatistics cmdlet 可以執行以下操作:

  • 檢索配置為與指定使用者的郵箱同步的行動電話列表。

  • 返回有關這些行動電話的統計資訊列表。


  • Get-ActiveSyncDeviceStatistics -Identity <ActiveSyncDeviceIdParameter> [-DomainController <Fqdn>] [-GetMailboxLog <SwitchParameter>] [-NotificationEmailAddresses <MultiValuedProperty>] [-ShowRecoveryPassword <SwitchParameter>]
Get-ActiveSyncDeviceStatistics -Mailbox <MailboxIdParameter> [-DomainController <Fqdn>] [-GetMailboxLog <SwitchParameter>] [-NotificationEmailAddresses <MultiValuedProperty>] [-ShowRecoveryPassword <SwitchParameter>]

Get-ActiveSyncDeviceStatistics cmdlet 返回有關每個行動電話的統計資訊列表。此外,該命令還可以檢索日誌並將這些日誌發送給收件者以方便排除故障。


樣本 1

此樣本檢索配置為與使用者 Tony Smith 的郵箱同步的行動電話的統計資訊。

Get-ActiveSyncDeviceStatistics -Mailbox zhangwj

樣本 2

本樣本使用 Get-CASMailbox cmdlet 確定組織中哪些用戶端擁有 Microsoft Exchange ActiveSync 裝置。然後檢索每個裝置的 Exchange ActiveSync 裝置統計資訊。

$UserList = Get-CASMailbox -Filter hasactivesyncdevicepartnership -eq $true -and -not displayname -like "CAS_{*"} | Get-Mailbox $UserList | foreach { Get-ActiveSyncDeviceStatistics -Mailbox $_.Identity}

樣本 3

此樣本檢索配置為與使用者 Tony Smith 的郵箱同步的行動電話的統計資訊。它還會輸出 Exchange ActiveSync 記錄檔並將其發送給系統管理員 [email protected]。

Get-ActiveSyncDeviceStatistics -Mailbox TonySmith -GetMailboxLog $true -NotificationEmailAddresses "[email protected]"

 


本文出自 “張文俊的技術筆記” 部落格,請務必保留此出處http://103703.blog.51cto.com/93703/1744808

Exchange擷取指定使用者的郵箱同步的行動裝置列表

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.