Skip to content

Commit e27d0dd

Browse files
committed
Correction to New-AddressList per Issue #2789
MailboxUser to UserMailbox in examples
1 parent 859c451 commit e27d0dd

File tree

9 files changed

+2
-17026
lines changed

9 files changed

+2
-17026
lines changed

exchange/exchange-ps/exchange/email-addresses-and-address-books/New-AddressList.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
7676

7777
### -------------------------- Example 1 --------------------------
7878
```
79-
New-AddressList -Name MyAddressList -RecipientFilter {((RecipientType -eq 'MailboxUser') -and ((StateOrProvince -eq 'Washington') -or (StateOrProvince -eq 'Oregon')))}
79+
New-AddressList -Name MyAddressList -RecipientFilter {((RecipientType -eq 'UserMailbox') -and ((StateOrProvince -eq 'Washington') -or (StateOrProvince -eq 'Oregon')))}
8080
```
8181

8282
This example creates the address list MyAddressList. The address list includes recipients that are mailbox users and have the StateOrProvince property set to Washington or Oregon.
@@ -90,7 +90,7 @@ This example creates the address list MyAddressList2 that includes mailboxes tha
9090

9191
### -------------------------- Example 3 --------------------------
9292
```
93-
New-AddressList -Name "AL_AgencyB" -RecipientFilter {((RecipientType -eq 'MailboxUser') -and (CustomAttribute15 -like *AgencyB*))}
93+
New-AddressList -Name "AL_AgencyB" -RecipientFilter {((RecipientType -eq 'UserMailbox') -and (CustomAttribute15 -like *AgencyB*))}
9494
```
9595

9696
This example creates the address list AL\_AgencyB that includes mailboxes that have the value of the CustomAttribute15 parameter contains AgencyB.

exchange/exchange-ps/exchange/federation-and-hybrid/Set-RemoteMailbox.md.bak

Lines changed: 0 additions & 1434 deletions
This file was deleted.

0 commit comments

Comments
 (0)