You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://docs.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
The Identity parameter specifies the particular user that you want to retrieve information about. The Identity parameter is represented as an email address.
147
+
The Identity parameter specifies the particular ongoing migration that you want to retrieve information about. The Identity parameter is usually represented as an email address.
125
148
126
149
```yaml
127
150
Type: MigrationUserIdParameter
@@ -136,6 +159,22 @@ Accept pipeline input: True
136
159
Accept wildcard characters: False
137
160
```
138
161
162
+
### -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. This parameter is available only in the cloud-based service.
164
+
165
+
```yaml
166
+
Type: EmailAddress
167
+
Parameter Sets: EmailAddress
168
+
Aliases:
169
+
Applicable: Exchange Online
170
+
171
+
Required: True
172
+
Position: Named
173
+
Default value: None
174
+
Accept pipeline input: False
175
+
Accept wildcard characters: False
176
+
```
177
+
139
178
### -Partition
140
179
This parameter is available only in the cloud-based service.
0 commit comments