Forum Discussion
EMKody
Mar 29, 2024Brass Contributor
Creating Address Book Policy
Hi all,
I am currently trying to create a new Address Book Policy, but I keep getting an error message that says it can't find the address books that I am trying to apply to it.
Is someone able to tell me what I might be doing wrong?
This is a list of the default address books that I am trying to add to the policy:
Thanks in advance for any help!
- Get the full set of properties by using
Get-OfflineAddressBook | fl
You don't need to use the GUID per se, but in your examples above you seem to have provided the value of "Offline Global Address List", which is no the identity of your OAB, thus the error. The correct value would be "Default Offline Address Book".
5 Replies
- Did you create a new OAB, or trying to use the default one? If the latter, use the "Default Offline Address Book" value. The value you are currently providing seems to correspond to the default OAB address list, which is not the same thing as an actual OAB object. Use Get-OfflineAddressBook to list them, and New-OfflineAddressBook to create one, if needed.
You probably want to create a new GAL as well.- EMKodyBrass ContributorI created a new address list 'Association Contacts', that I want to make available to a single group of users. In this command I am just trying to create an address book policy that assigns the new list to the intended user group. Is it possible to create a policy that uses the existing address books/lists with the addition of the new address list? Maybe I am off the mark in how best to proceed in this scenario, super grateful for any knowledge you can share on this!
- You can reuse the existing GAL/OAB, yes. But you need to provide their corresponding identities (or GUIDs) in the cmdlet above, not the address lists they "consist of".