Skip to content

Commit 0645677

Browse files
authored
Merge pull request #12038 from Julia-Foran/patch-3
Update Set-AddressBookPolicy.md
2 parents be9f814 + f30db6c commit 0645677

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

exchange/exchange-ps/exchange/New-AddressBookPolicy.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,19 @@ Accept wildcard characters: False
115115
```
116116
117117
### -RoomList
118-
The RoomList parameter specifies the room address list that will be used by mailbox users who are assigned this address book policy. You can specify only one room list for each address book policy.
118+
The RoomList parameter specifies an address list that used for location experiences for mailbox users who have this address book policy assigned to them.
119+
120+
- When using location experiences (for example, Room Finder or selecting a conference room when scheduling a meeting), users see only resources that match the [RecipientFilter](https://learn.microsoft.com/powershell/module/exchange/new-addresslist#-recipientfilter) results from the address list that's specified by this parameter.
121+
- When using experiences that aren't location specific (for example, the To or Cc fields of a calendar event), the address lists specified by the AddressLists parameter in this address book policy are applied. The address list specified by this parameter isn't used.
122+
123+
A valid value for this parameter is one address list. You can use any value that uniquely identifies the address list. For example:
124+
125+
- Name
126+
- Distinguished name (DN)
127+
- GUID
128+
129+
> [!NOTE]
130+
> There's no automatic association between this parameter and [room list distribution groups](https://learn.microsoft.com/exchange/recipients/room-mailboxes#create-a-room-list), which also use a parameter named RoomList in the New-DistributionGroup and Set-DistributionGroup cmdlets. You still need to create room list distribution groups and assign resources as group members. Location experiences are filtered to show only rooms included in the address list that's specified by the RoomList property of the address book policy that's assigned to the user (if any).
119131
120132
```yaml
121133
Type: AddressListIdParameter

exchange/exchange-ps/exchange/Set-AddressBookPolicy.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,19 @@ Accept wildcard characters: False
167167
```
168168

169169
### -RoomList
170-
The RoomList parameter specifies the name of the room address list.
170+
The RoomList parameter specifies an address list that used for location experiences for mailbox users who have this address book policy assigned to them.
171+
172+
- When using location experiences (for example, Room Finder or selecting a conference room when scheduling a meeting), users see only resources that match the [RecipientFilter](https://learn.microsoft.com/powershell/module/exchange/new-addresslist#-recipientfilter) results from the address list that's specified by this parameter.
173+
- When using experiences that aren't location specific (for example, the To or Cc fields of a calendar event), the address lists specified by the AddressLists parameter in this address book policy are applied. The address list specified by this parameter isn't used.
174+
175+
A valid value for this parameter is one address list. You can use any value that uniquely identifies the address list. For example:
176+
177+
- Name
178+
- Distinguished name (DN)
179+
- GUID
180+
181+
> [!NOTE]
182+
> There's no automatic association between this parameter and [room list distribution groups](https://learn.microsoft.com/exchange/recipients/room-mailboxes#create-a-room-list), which also use a parameter named RoomList in the New-DistributionGroup and Set-DistributionGroup cmdlets. You still need to create room list distribution groups and assign resources as group members. Location experiences are filtered to show only rooms included in the address list that's specified by the RoomList property of the address book policy that's assigned to the user (if any).
171183

172184
```yaml
173185
Type: AddressListIdParameter

0 commit comments

Comments
 (0)