Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ After you've successfully created the PowerShell runbook, do the following steps
3. On the **Runbooks** flyout that opens, select the runbook.
4. On the details page of the runbook, select **Start**.

### Connect to Exchange Online PowerShell using Azure VMs with system-assigned managed identities
### Connect to Exchange Online PowerShell using Azure VMs with user-assigned managed identities

In a Windows PowerShell window in the Azure VM, use the command as described in the beginning of this section. For example:

Expand Down
2 changes: 1 addition & 1 deletion exchange/exchange-ps/ExchangePowerShell/New-MoveRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ Valid input for this parameter is an integer or the value unlimited. The default

In Exchange 2010, if you set this value to 51 or higher, you also need to use the AcceptLargeDataLoss switch. Otherwise, the command will fail.

**Note**: This parameter is deprecated from the cloud-based service. Admins must review the [Data Consistency Score](https://learn.microsoft.com/exchange/mailbox-migration/track-prevent-data-loss-dcs) and any skipped items after the restore completes.
**Note**: This parameter is deprecated from the cloud-based service. Admins must review the [Data Consistency Score](https://learn.microsoft.com/exchange/mailbox-migration/track-prevent-data-loss-dcs) and any skipped items before the move completes.

```yaml
Type: Unlimited
Expand Down