Skip to content

Commit f30db6c

Browse files
committed
Updates per PM
Copied and edited RoomList from Set into New.
1 parent ceddc7b commit f30db6c

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
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: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,12 +167,19 @@ Accept wildcard characters: False
167167
```
168168

169169
### -RoomList
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.
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.
171171

172-
The RoomList parameter accepts only a single address list for each address book policy.
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.
173174

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.
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).
176183

177184
```yaml
178185
Type: AddressListIdParameter

0 commit comments

Comments
 (0)