File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
exchange/exchange-ps/exchange/mailboxes Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -63,23 +63,29 @@ This example retrieves all Automatic Replies settings for all mailboxes in the E
63
63
## PARAMETERS
64
64
65
65
### -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 :
67
67
68
- - GUID
68
+ - Name
69
+
70
+ - Display name
69
71
70
- - ADObjectID
72
+ - Alias
71
73
72
74
- Distinguished name (DN)
73
75
74
- - Domain\\ Account
76
+ - Canonical DN
77
+
78
+ - \< domain name\>\\\< account name\>
75
79
76
- - User principal name (UPN)
80
+ - Email address
81
+
82
+ - GUID
77
83
78
84
- LegacyExchangeDN
79
85
80
- - SmtpAddress
86
+ - SamAccountName
81
87
82
- - Alias
88
+ - User ID or user principal name (UPN)
83
89
84
90
``` yaml
85
91
Type : MailboxIdParameter
You can’t perform that action at this time.
0 commit comments