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
Starts a site geo move for <https://contosoenergy.sharepoint.com/sites/hr> to the EUR destination with a preffered start time window of 1 to 12 hours from the move schedule operation.
Starts a site geo move for <https://contosoenergy.sharepoint.com/sites/hr> and allows site rename to <https://contosoenergyEUR.sharepoint.com/sites/hrEU> as part of the geo move operation.
@@ -148,7 +150,7 @@ Accept pipeline input: False
148
150
Accept wildcard characters: False
149
151
```
150
152
151
-
### -Url
153
+
### -SourceSiteUrl
152
154
153
155
Specifies the source URL of the site collection you want to move.
154
156
@@ -180,6 +182,66 @@ Accept pipeline input: False
180
182
Accept wildcard characters: False
181
183
```
182
184
185
+
### -SuppressAllWarnings
186
+
Suppress all warning messages.
187
+
188
+
```yaml
189
+
Type: SwitchParameter
190
+
Parameter Sets: (All)
191
+
Aliases:
192
+
193
+
Required: False
194
+
Position: 9
195
+
Default value: None
196
+
Accept pipeline input: False
197
+
Accept wildcard characters: False
198
+
```
199
+
200
+
### -SuppressBcsCheck
201
+
Suppress checking for Business Connectivity Services used with the associated site.
202
+
203
+
```yaml
204
+
Type: SwitchParameter
205
+
Parameter Sets: (All)
206
+
Aliases:
207
+
208
+
Required: False
209
+
Position: 10
210
+
Default value: None
211
+
Accept pipeline input: False
212
+
Accept wildcard characters: False
213
+
```
214
+
215
+
### -SuppressMarketplaceAppCheck
216
+
Suppress checking compatibility of marketplace SharePoint Add-ins deployed to the associated site.
217
+
218
+
```yaml
219
+
Type: SwitchParameter
220
+
Parameter Sets: (All)
221
+
Aliases:
222
+
223
+
Required: False
224
+
Position: 7
225
+
Default value: None
226
+
Accept pipeline input: False
227
+
Accept wildcard characters: False
228
+
```
229
+
230
+
### -SuppressWorkflow2013Check
231
+
Suppress checking compatibility of SharePoint 2013 Workflows deployed to the associated site.
232
+
233
+
```yaml
234
+
Type: SwitchParameter
235
+
Parameter Sets: (All)
236
+
Aliases:
237
+
238
+
Required: False
239
+
Position: 8
240
+
Default value: None
241
+
Accept pipeline input: False
242
+
Accept wildcard characters: False
243
+
```
244
+
183
245
### CommonParameters
184
246
185
247
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments