Motivation: Making the Systems Engineers life easier.

Address Book Policy – Exchange Multi-Tenant

Address Book Policy – Exchange Multi-Tenant

Home Forums Address Book Policy – Exchange Multi-Tenant

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #519

    How to prepare an address book policy for a tenant in an Exchange Multi-tenant environment.

     

    New-GlobalAddressList -Name “Cloud-GAL” -ConditionalCustomAttribute1 “cloud” -IncludedRecipients MailboxUsers -RecipientContainer “cloud.local/Cloud”

     

     

    New-AddressList -Name “Cloud-All Users” -RecipientFilter “(CustomAttribute1 -eq ‘cloud’) -and (ObjectClass -eq ‘User’)” -RecipientContainer “cloud.local/Cloud”

     

     

    New-AddressList -Name “Cloud-All Contacts” -RecipientFilter “(CustomAttribute1 -eq ‘cloud’) -and (ObjectClass -eq ‘Contact’)” -RecipientContainer “cloud.local/Cloud”

     

     

    New-AddressList -Name “Cloud-All Groups” -RecipientFilter “(CustomAttribute1 -eq ‘cloud’) -and (ObjectClass -eq ‘Group’)” -RecipientContainer “cloud.local/Cloud”

     

    New-OfflineAddressBook -Name “Cloud” -AddressLists “Cloud – GAL”

     

     

    New-AddressBookPolicy -Name “Cloud” -AddressLists “Cloud – All Users”, “Cloud – All Contacts”, “Cloud – All Groups” -GlobalAddressList “Cloud – GAL” -OfflineAddressBook “Cloud

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.