Skip to content

Commit 378fadd

Browse files
authored
Removing nonexistent parameter
1 parent 1923f53 commit 378fadd

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Start-SPOUserAndContentMove.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Starts the ability to move a user closer to their sites.
2020

2121
```powershell
2222
Start-SPOUserAndContentMove [-UserPrincipalName] <String> [-DestinationDataLocation] <String>
23-
[[-PreferredMoveBeginDate] <DateTime>] [[-PreferredMoveEndDate] <DateTime>] [-OverwriteOdb]
23+
[[-PreferredMoveBeginDate] <DateTime>] [[-PreferredMoveEndDate] <DateTime>]
2424
[[-Notify] <String>] [[-Reserved] <String>] [-ValidationOnly] [<CommonParameters>]
2525
```
2626

@@ -90,23 +90,6 @@ Accept pipeline input: False
9090
Accept wildcard characters: False
9191
```
9292
93-
### -OverwriteOdb
94-
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.
96-
97-
```yaml
98-
Type: SwitchParameter
99-
Parameter Sets: (All)
100-
Aliases:
101-
Applicable: SharePoint Online
102-
103-
Required: False
104-
Position: 5
105-
Default value: None
106-
Accept pipeline input: False
107-
Accept wildcard characters: False
108-
```
109-
11093
### -PreferredMoveBeginDate
11194
11295
Specifies what is the preferred date and time to begin the move.

0 commit comments

Comments
 (0)