Is there any way to tell whether a user's Outlook client mailbox is residing in an Exchange 2010 mailbox or an Exchange 2013 mailbox with the following requirements:
- I need to be able to tell from the client side only, by either a registry key or a file on the local machine indicating to me that it is an Exchange 2010 or 2013 client.
- No use of PowerShell. I want to be able to find the difference and use a batch script to note to management which users are in an Exchange 2010 mailbox and which users are in an Exchange 2013 mailbox.
The reason I ask is because the company is in the midst of a migration of mailboxes from Exchange 2010 to Exchange 2013. I only have access to the local machines. I want to script out a report using batch. Finding a registry key or a specific file created by an Exchange 2010/2013 client would seem to be my most feasible option.