Score:-1

Exchange 2019, modify AddressList

cy flag

Information stored in AD, for example IP Phone, Mobile and so on do not displayed in users Outlook>Contacts. As I understand I must use: Set-AddressList -Identity "All Users List" -IncludedRecipients AllRecipients -ConditionalCustomAttribute1 "ipPhone"

But I would like more clarity on whether I am doing everything right and how to add other parameters.

Thanks.

Score:0
pl flag

The contacts in Outlook are an Outlook feature which is not associated with Exchange, which means it does not directly get the information from AD like Exchange.

If you want to see the Exchange users' information, you should use address book instead.

(You can add the users to Outlook contacts from address book)

Example: enter image description here

Set-AddressList -Identity "All Users List" -IncludedRecipients AllRecipients -ConditionalCustomAttribute1 "ipPhone"

This cmdlet creates an address list and adds users who has "ipPhone" value in their custom attribute1.

This has nothing to do with your requirement.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.