Skip to content

Commit 4656c16

Browse files
Update description about EmailAddress parameter
EmailAddress is required for "Parameter Sets: EmailAddress", and is only available in EXO.
1 parent 8fbbfb4 commit 4656c16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

exchange/exchange-ps/exchange/Get-MigrationUser.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Get-MigrationUser [[-Identity] <MigrationUserIdParameter>]
5151

5252
### EmailAddress
5353
```
54-
Get-MigrationUser [[-EmailAddress] <SmtpAddress>]
54+
Get-MigrationUser [-EmailAddress] <SmtpAddress>
5555
[-DomainController <Fqdn>]
5656
[-ResultSize <Unlimited>]
5757
[-Partition <MailboxIdParameter>]
@@ -160,15 +160,15 @@ Accept wildcard characters: False
160160
```
161161
162162
### -EmailAddress
163-
The EmailAddress parameter specifies the particular user that you want to retrieve information about. The EmailAddress parameter is represented as an email address.
163+
The EmailAddress parameter specifies the particular user that you want to retrieve information about. The EmailAddress parameter is represented as an email address. This parameter is available only in the cloud-based service.
164164
165165
```yaml
166166
Type: EmailAddress
167167
Parameter Sets: EmailAddress
168168
Aliases:
169-
Applicable: Exchange Server 2013, Exchange Server 2016, Exchange Server 2019, Exchange Online
169+
Applicable: Exchange Online
170170

171-
Required: False
171+
Required: True
172172
Position: Named
173173
Default value: None
174174
Accept pipeline input: False

0 commit comments

Comments
 (0)