From: Thorsten Rood on 27 Jun 2007 15:14 Hi, for MRM-enabled mailboxes, I want to enforce Outlook 2007 usage by set-casmailbox. some questions around this: a) how to retrieve the current client MAPI version that is actively connected to a mailbox without having to gather anything at the client side? With ESM-MSX2K3 there has been a column "client version". What's the respective feature in EMC and EMS? b) when will set-casmailbox -MAPIBlockOutlookVersions become effective? In my lab it felt like lasting forever until it started blocking my client and when disabling the feature to $null it also took endless before I got access to the server mailbox (again). In fact I was required to move the mailbox around multiple servers to speed up the process... -- thnx Thorsten
From: Bharat Suneja [MVP] on 27 Jun 2007 16:23 Nothing in EMC - not desirable in many distributed/large environments (though the rationale doesn't apply to small/single-server environment, administrators in which would absolutely love to have it back... ). In Exchange shell, get-mailboxstatistics provides some of the last logon details, but not the client version, IP address, etc. (similar to what the Exchange_Logon WMI class provided for Exchange 2003, and ESM displayed in Logons under the mailbox Store.). -- Bharat Suneja MVP - Exchange www.zenprise.com NEW blog location: exchangepedia.com/blog ---------------------------------------------- "Thorsten Rood" <thorsten(a)do-not-spam-rood.cc> wrote in message news:O7Cxi9OuHHA.3404(a)TK2MSFTNGP03.phx.gbl... > Hi, > > for MRM-enabled mailboxes, I want to enforce Outlook 2007 usage by > set-casmailbox. some questions around this: > > a) how to retrieve the current client MAPI version that is actively > connected to a mailbox without having to gather anything at the client > side? With ESM-MSX2K3 there has been a column "client version". What's the > respective feature in EMC and EMS? > > b) when will set-casmailbox -MAPIBlockOutlookVersions become effective? In > my lab it felt like lasting forever until it started blocking my client > and when disabling the feature to $null it also took endless before I got > access to the server mailbox (again). In fact I was required to move the > mailbox around multiple servers to speed up the process... > > -- > thnx > Thorsten
From: Thorsten Rood on 27 Jun 2007 18:03 so there is NO option to find out the MAPI client version for connected clients? in get-mailboxstatistics I saw a MAPI version but this may also reflect a CAS server connect, too - isn't it? -- CU Thorsten
From: Bharat Suneja [MVP] on 28 Jun 2007 11:18 Sorry, I missed it earlier... there's a Get-LogonStatistics command that will give all that info: ClientIP, ClientMode, ClientName, ClientVersion, LastAccessTime, Latency, and more... Get-LogonStatistics Get-LogonStatistics "Joe User" Get-LogonStatistics "Joe User" | fl http://technet.microsoft.com/en-us/library/bb124415.aspx -- Bharat Suneja MVP - Exchange www.zenprise.com NEW blog location: exchangepedia.com/blog ---------------------------------------------- "Thorsten Rood" <thorsten(a)do-not-spam-rood.cc> wrote in message news:%23AG6ubQuHHA.3404(a)TK2MSFTNGP03.phx.gbl... > so there is NO option to find out the MAPI client version for connected > clients? in get-mailboxstatistics I saw a MAPI version but this may also > reflect a CAS server connect, too - isn't it? > > -- > CU > Thorsten
From: Thorsten Rood on 28 Jun 2007 19:17 that's what I was searching for. thanks much! how about the other part of my question: how long will it take for applying/removing BlockVersions-setting? Didn't find out what's the mechanism in there... -- Thorsten
|
Pages: 1 Prev: Problem with public folders rules (EX2007) Next: event id: 8263 |