I have Exchange 2007. I have forced recipient limit on organization level that is 25. Some users were specifically allowed for more than 1000 recipients. Now I want to see Recipient limit of all such users in my organization so i can revoke that limit, i
want to know which user was allowed. I tried
Get-Mailbox -resultsize 10 | fl RecipientLimits
But this is not showing me name of user. Please help.
Hasan