Skip to content

Commit ceddc7b

Browse files
authored
Update Set-AddressBookPolicy.md
1 parent be9f814 commit ceddc7b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,12 @@ 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 a single address list that will be applied to mailbox users who are assigned this address book policy. When a user assigned to this address book policy uses location experiences, such as Room Finder or selecting a conference room when scheduling a meeting, they will only see resources which match the [RecipientFilter](https://learn.microsoft.com/powershell/module/exchange/new-addresslist?view=exchange-ps#-recipientfilter) from the specified address list. However, when using experiences that are not location specific, such the To or Cc fields of a calendar event, the specified AddressLists from this address book policy are applied instead of the RoomList parameter.
171+
172+
The RoomList parameter accepts only a single address list for each address book policy.
173+
174+
> [!Warning]
175+
> While this parameter is named RoomList, there is not an automatic association with this parameter and [room list distribution groups](https://learn.microsoft.com/en-us/exchange/recipients/room-mailboxes?view=exchserver-2019#create-a-room-list). You must still create the room list distribution groups and assign resources as members of those groups. If a user has an address book policy assigned, location experiences will filter and show only rooms that match the address list in the RoomList property of the user's address book policy.
171176

172177
```yaml
173178
Type: AddressListIdParameter

0 commit comments

Comments
 (0)