Answered by:
How to get list of pop users in exchange 2007

Question
-
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??
Thanks
FunnyghostMonday, March 28, 2011 12:03 PM
Answers
-
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- Proposed as answer by Terence Yu Wednesday, April 6, 2011 10:14 AM
- Marked as answer by Terence Yu Thursday, April 7, 2011 3:20 AM
Monday, March 28, 2011 1:39 PM
All replies
-
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
-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.Monday, March 28, 2011 1:20 PM -
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- Proposed as answer by Terence Yu Wednesday, April 6, 2011 10:14 AM
- Marked as answer by Terence Yu Thursday, April 7, 2011 3:20 AM
Monday, March 28, 2011 1:39 PM -
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.Tuesday, March 29, 2011 7:04 AM -
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.comMCP MCSA MCSE MCT MCTS CCNA
Wednesday, November 19, 2014 1:12 PM