Skip to content

Commit b82c07f

Browse files
committed
Update Get-MailboxAutoReplyConfiguration.md
Identity param update.
1 parent 4606452 commit b82c07f

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

exchange/exchange-ps/exchange/mailboxes/Get-MailboxAutoReplyConfiguration.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,29 @@ This example retrieves all Automatic Replies settings for all mailboxes in the E
6363
## PARAMETERS
6464

6565
### -Identity
66-
The Identity parameter specifies a unique identifier associated with a mailbox. Accepted values for the mailbox are as follows:
66+
The Identity parameter specifies the mailbox that you want to modify. You can use any value that uniquely identifies the mailbox. For example:
6767

68-
- GUID
68+
- Name
69+
70+
- Display name
6971

70-
- ADObjectID
72+
- Alias
7173

7274
- Distinguished name (DN)
7375

74-
- Domain\\Account
76+
- Canonical DN
77+
78+
- \<domain name\>\\\<account name\>
7579

76-
- User principal name (UPN)
80+
- Email address
81+
82+
- GUID
7783

7884
- LegacyExchangeDN
7985

80-
- SmtpAddress
86+
- SamAccountName
8187

82-
- Alias
88+
- User ID or user principal name (UPN)
8389

8490
```yaml
8591
Type: MailboxIdParameter

0 commit comments

Comments
 (0)