How to get list of pop users in exchange 2007
I would like to get the list of pop users in exchange 2007. Is there any way to get the same? I used the powershell to get the list of Pop users. Below is the command. get-casmailbox | where {$_.popEnabled -eq "True"} will give us all users enabled for POP But the problem is, by default all the accounts while creating pop access is enabled. So now I need to get the user list, who is using pop instead of enabled. Any help?? ThanksFunnyghost
March 28th, 2011 3:03pm

i recommend using exmon to check pop3 users, i am not sure if there is any powershell cmdlets which you can use to get this info http://blogs.technet.com/b/jribeiro/archive/2010/10/01/microsoft-exchange-user-monitor-exmon-tool-updated-version.aspx-join("74686979616775313440686F746D61696C2E636F6D"-split"(?<=\G.{2})",21|%{[char][int]"0x$_"}) http://www.myExchangeWorld.com This posting is provided "AS IS" with no warranties, and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
March 28th, 2011 4:20pm

I typically enable POP logging and run log parser or just export to excel and review over a period of 1-2 weeks.James Chong MCITP | EA | EMA; MCSE | M+, S+ Security+, Project+, ITIL msexchangetips.blogspot.com
March 28th, 2011 4:39pm

Hi I can’t find parameter which shows user is using pop like _.popEnabled. I am not good at script. Finding out user from pop log is the easiest way to accomplish the aim. Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Free Windows Admin Tool Kit Click here and download it now
March 29th, 2011 10:04am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics