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
In a multi-geo company, this cmdlet requires a multi-geo tenant to work, and enables the ability to move a user closer to their sites
29
+
This cmdlet applies to Multi-Geo tenants and it is designed to move user profiles and their corresponding OneDrive personal sites across geo locations. These cmdlets may only be ran by a SharePoint or Global administrator, who is connected to the SharePoint administration center of the geo location where the user is currently hosted.
This example moves the user [email protected] from the current location, to the European location (EUR), preferred to start 1 hour ahead from now, until 12 hours to that relative time.
55
+
This example moves the user username@contoso.onmicrosoft.com from their current location, to the European location (EUR), with a preferred start move date. Doing so is recommended for administrators who wish to plan their user moves outside business hours and on weekends.
56
56
57
57
## PARAMETERS
58
58
59
59
### -DestinationDataLocation
60
60
61
-
Defines the new destination of the userthat you want to move.
61
+
Defines the destination location where you want to move the user. Note that you may only move a user to their preferred data location. Thus before moving a user, you must change their preferred data location.
Switch parameter to Overwrite the information into the DB
95
+
This parameter can be used to overrite a OneDrive in the destination location, if there is one present. This is only recommended in cases where an administrator wants to replace a OneDrive that already exists in the destination location, with the moved OneDrive.
Specifies what is the preferred Date and time to stop the job
129
+
Specifies what is the preferred date and time to stop stop the move. Recommened when administrators are scripting large scale moves that they wish to complete within a timeframe.
130
130
131
131
```yaml
132
132
Type: DateTime
@@ -141,23 +141,6 @@ Accept pipeline input: False
141
141
Accept wildcard characters: False
142
142
```
143
143
144
-
### -Reserved
145
-
146
-
This parameter will only check for reserved users to be moved near to their sites
147
-
148
-
```yaml
149
-
Type: String
150
-
Parameter Sets: (All)
151
-
Aliases:
152
-
Applicable: SharePoint Online
153
-
154
-
Required: False
155
-
Position: 7
156
-
Default value: None
157
-
Accept pipeline input: False
158
-
Accept wildcard characters: False
159
-
```
160
-
161
144
### -UserPrincipalName
162
145
163
146
UserPrincipalName or UPN defined for the specific user on the SPO tenant
0 commit comments