On Sat, 11 Aug 2012 18:19:47 +0000, mullfreak wrote:
>i search for a powershell command that tells me all mailboxes that have not set the e-mail adress policy.
>
>Many thanks for all help.
get-mailbox -resultsize unlimited -filter {EmailAddressPolicyEnabled
-eq $false}
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP