Start-SPOUserAndContentMove
Syntax
Start-SPOUserAndContentMove
[-UserPrincipalName] <String>
[-DestinationDataLocation] <String>
[[-PreferredMoveBeginDate] <DateTime>]
[[-PreferredMoveEndDate] <DateTime>]
[-OverwriteOdb]
[[-Notify] <String>]
[[-Reserved] <String>]
[-ValidationOnly]
[<CommonParameters>]
Description
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
Examples
EXAMPLE 1
Start-SPOUserAndContentMove -UserPrincipalName username@contoso.com -DestinationDataLocation EUR
This example moves the user username@contoso.com from the current location, example NA to the European Site (EUR)
EXAMPLE 2
Start-SPOUserAndContentMove -UserPrincipalName username@contoso.com -DestinationDataLocation EUR
This example moves the user username@contoso.com from the current location, example NA to the European Site (EUR)
EXAMPLE 3
Start-SPOUserAndContentMove -UserPrincipalName username@contoso.com -DestinationDataLocation EUR
This example moves the user username@contoso.com from the current location, example NA to the European Site (EUR)
Parameters
Defines the new destination of the user that you want to move.
Type: | String |
Position: | 2 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Makes a SPO notification that the user is being move
Type: | String |
Position: | 6 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Switch parameter to Overwrite the information into the DB
Type: | SwitchParameter |
Position: | 5 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Specifies what is the preferred Date and time to start the job
Type: | DateTime |
Position: | 3 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Specifies what is the preferred Date and time to stop the job
Type: | DateTime |
Position: | 4 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
This parameter will only check for reserved users to be moved near to their sites
Type: | String |
Position: | 7 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
UserPrincipalName or UPN defined for the specific user on the SPO tenant
Type: | String |
Position: | 1 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
This parameter will force the cmdlet to execute only validation
Type: | SwitchParameter |
Position: | 8 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
Related Links
Feedback
Loading feedback...