1. Download the latest SharePoint Online Management Shell.

Get-Module -Name Microsoft.Online.SharePoint.PowerShell -ListAvailable | Select Name,Version

Install-Module -Name Microsoft.Online.SharePoint.PowerShell

Install-Module -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser

Import-Module Microsoft.Online.SharePoint.PowerShell -verbose

Run the following command to verify that the site address can be changed:

Connect-SPOService -Url "https://contoso-admin.sharepoint.com"

Start-SPOSiteRename -Identity <SiteURL> -NewSiteUrl <NewSiteURl> -ValidationOnly

Run the following command to change the site address:

Start-SPOSiteRename -Identity <SiteURL> -NewSiteUrl <NewSiteURl>

Start-SPOTenantRename -DomainName <DomainName> -ScheduledDateTime <YYYY-MM-DDTHH:MM:SS> [-WhatIf] [-Confirm]

Example:

Start-SPOTenantRename -DomainName "fabrikam" -ScheduledDateTime "2021-12-31T10:25:00"

 

  • 0 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Powered by WHMCompleteSolution