Address Policy for Store only
Is there a way to create an address policy that will apply to only users on a specific store?ThanksScott
February 4th, 2009 6:13pm

Hi Scott,You can create it with EMS cmdletNew-EmailAddressPolicyand with-RecipientFilterswitch, something similar to below cmdlet...New-EmailAddressPolicy -Name "Database Store Policy" -IncludedRecipients MailboxUsers -RecipientFilter {(Database -eq 'ServerName\StorageGroupName\DatabaseName')} -EnabledSMTPAddressTemplate'SMTP:%2g%s@contoso.com'How to Create an E-Mail Address Policy By Using Recipient Filtershttp://technet.microsoft.com/en-us/library/bb232194.aspxVerify that it picks up correct mailboxes.How to View the Members of an E-Mail Address Policy by Using the Exchange Management Shellhttp://technet.microsoft.com/en-us/library/bb430798.aspxAmit Tank | MVP - Exchange | MCITP:EMA MCSA:M | http://ExchangeShare.WordPress.com
Free Windows Admin Tool Kit Click here and download it now
February 4th, 2009 6:27pm

Perfect Thanks!
February 4th, 2009 6:54pm

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

Other recent topics Other recent topics