0

当社には多くのサイトがあり、いくつかのサーバーは 2007 で、その他は 2010 です。win2008 にバージョン 2010 の交換管理ツールをインストールし、すべてのアクティブシンク デバイスのレポートを作成しようとしました。

まず、get-activesyncdevice を実行すると、例外が発生します。

PS C:\Users\administrator.BECK07> Get-ActiveSyncDevice -Mailbox "perf-user0611"
The Get-ActiveSyncDevice cmdlet can only retrieve device information for 14 mailboxes.
At line:1 char:1
+  <<<< Get-ActiveSyncDevice -Mailbox "perf-user0611"
    + CategoryInfo          : InvalidArgument: (:) [], TaskNotSupportedOnVersionException
    + FullyQualifiedErrorId : AFA99CB5

したがって、コマンド get-activesyncdevicestatistic を使用できると思いますが、それでも例外がポップアップします。

PS C:\Users\administrator.BECK07> Get-ActiveSyncDeviceStatistics -mailbox "perf-user0611"
Get-ActiveSyncDeviceStatistics : The Get-ActiveSyncDeviceStatistics command that you are trying to run, which is version 14, requires that the target mailbox account is on a Mailbox server that is the same version. The command wasn't able to process your request because the target mailbox account is on a Mailbox server with version 8. Please use this version (Version: 8) of the Get-ActiveSyncDeviceStatistics command.
At line:1 char:31
+ Get-ActiveSyncDeviceStatistics <<<<  -mailbox "perf-user0611"
    + CategoryInfo          : InvalidArgument: (:) [Get-ActiveSyncDeviceStatistics], ServerVersionNotSupportedException + FullyQualifiedErrorId : A81A5D,Microsoft.Exchange.Management.Tasks.GetMobileDeviceStatistics

メールボックス バージョンが 2007 の activesync デバイス情報を取得するにはどうすればよいですか? 前もって感謝します

これは、メールボックスのバージョンを取得したときの結果です。

PS C:\Users\administrator.BECK07> Get-Mailbox "perf-user0611" | fl exchangeversion

ExchangeVersion : 0.1 (8.0.535.0)
4

1 に答える 1