• RSS
  • Twitter
  • FaceBook

Exchange Server Forums

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | My Subscription | My Forums | Address Book | Member List | Search | FAQ | Ticket List | Log Out

Identify Microsoft Outlook Clients

Users viewing this topic: none

Logged in as: Guest
  Printable Version
All Forums >> [Microsoft Exchange 2003] >> General >> Identify Microsoft Outlook Clients Page: [1]
Login
Message << Older Topic   Newer Topic >>
Identify Microsoft Outlook Clients - 23.May2007 10:32:59 AM   
scj6771

 

Posts: 5
Joined: 6.Dec.2003
From: New York
Status: offline
I am looking for a solution to easily identify what version of Microsoft Outlook our clients our using, we are upgrading from Outlook 2000 to Outlook 2003 and before I can do that I need to know who is using what version. We did an upgrade a few months back but because it was done by an ex-employee I have no idea what machines were upgraded and which were not.
We have facilities all along the east coast and I thought maybe I could create a script that runs along with our exsiting logon script that I could somehow export to a text file?
Anyway I am open to any suggestions. Thanks all.
Post #: 1
RE: Identify Microsoft Outlook Clients - 23.May2007 10:48:08 AM   
uemurad

 

Posts: 8232
Joined: 7.Jan.2004
From: California, USA
Status: offline
This little two-line script will tell you the version of the Outlook.exe file, but not the exact version according to Help-->About.  If you need that information, I'd have to dig through the registry to find the right key.

Set objFSO = CreateObject("Scripting.FileSystemObject")
Wscript.Echo objFSO.GetFileVersion("C:\Program Files\Microsoft Office\OFFICE11\outlook.exe")

 
(Edit)
The registry didn't hold the exact version, but I don't know if that's what you're looking for. 
Outlook 2003 = Office-11
Outlook XP = Office-10
Outlook 2000 = Office-9


< Message edited by uemurad -- 23.May2007 11:09:27 AM >


_____________________________

Regards,

Dean T. Uemura
Microsoft MVP - Exchange (2007-2011)
exchangeguy.blogspot.com
uemurad@yahoo.com

(in reply to scj6771)
Post #: 2
RE: Identify Microsoft Outlook Clients - 23.May2007 12:05:04 PM   
scj6771

 

Posts: 5
Joined: 6.Dec.2003
From: New York
Status: offline
When I run the script it comes up blank but Yes that is all I am looking for, all I need to do is get the info into a text document.



< Message edited by scj6771 -- 23.May2007 12:14:09 PM >

(in reply to uemurad)
Post #: 3
RE: Identify Microsoft Outlook Clients - 24.May2007 5:55:55 AM   
reddevilmikey

 

Posts: 42
Joined: 22.Sep.2005
Status: offline
If your wanting to know the internal users mapi client versions then

1) Go onto the exchange server
2) Open up ESM
3) Open up the mailstore
4) Look at the Logons view

You should see a column with client version (if not add it)

Let me know if this helps

(in reply to scj6771)
Post #: 4
RE: Identify Microsoft Outlook Clients - 24.May2007 1:12:49 PM   
scj6771

 

Posts: 5
Joined: 6.Dec.2003
From: New York
Status: offline
Thans all, with the help of Rollin_Again I am able to run the following script using PSTOOLS to get the results I need.

Dim objOutlook
Dim varVersion
Dim objNet

Set objNet = CreateObject("WScript.NetWork")
Set objOutlook = CreateObject("OUTLOOK.APPLICATION")

varVersion = objOutlook.version

msgbox("User Name: " & objNet.UserName & vbcrlf & "Computer Name: " _
& objNet.ComputerName & vbcrlf & "Outlook Version: "& varVersion)

Set objNet = nothing
Set objOutlook = nothing

(in reply to reddevilmikey)
Post #: 5

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [Microsoft Exchange 2003] >> General >> Identify Microsoft Outlook Clients Page: [1]
Jump to:

New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Follow TechGenix on Twitter