How can I count users those use .PST?

  • Thread starter Thread starter Capricorn
  • Start date Start date
C

Capricorn

Dear Friends,
I have Exchange2003 server. Some of my clients use Outlook2003, others use
Outlook2002.
How can I get the list of users those use .PST? I couldn't find any usable
data in Registry of any client's pc..

Regards,

Capricorn
 
In
Capricorn said:
Dear Friends,
I have Exchange2003 server. Some of my clients use Outlook2003,
others use Outlook2002.
How can I get the list of users those use .PST? I couldn't find any
usable data in Registry of any client's pc..

Regards,

Capricorn

I doubt you can do this centrally....unless you want to look at your mailbox
sizes to see whose mailboxes don't have anything in them. The Exchange
server doesn't know.

I suggest you get rid of PST files and start keeping everything in the
mailboxes.
 
It might be done with some remote WMI scripting that iterates the Profiles key and its subkeys, but not a fun project.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top