Retrieving Outlook Profiles from Registry

(imported topic written by tscott91)

I’m trying to retrieve the profiles from the registry… When I put this into the debugger it works but doesn’t work in the client API…

q:values of key “HKCU\software\microsoft\windows nt\currentversion\windows messaging subsystem\profiles” of registry

A: Outlook

Any ideas?

Thanks

(imported comment written by BenKus)

Check out this thread:

http://forum.bigfix.com/viewtopic.php?id=1187

Ben

(imported comment written by tscott91)

Thank you sir!!!

values of key “software\microsoft\windows nt\currentversion\windows messaging subsystem\profiles” of current user keys (logged on users) of registry

(imported comment written by tscott91)

OK… I got that to work, however (and this has nothing to do with BigFix), I’m not getting the data I need…

Basically, what I’m trying to do is find out what users setup another account besides the Exchange account (ie: a POP3 account to pull personal email)…

I thought this would be in the above key but it doesn’t appear to be… Anyone know where I would find this out?

Thanks!