Skip to content

Commit b0a1c1e

Browse files
authored
Merge branch 'master' into aljupudi-5443986-ExchangeServer
2 parents 10dfd94 + 0ed3088 commit b0a1c1e

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
external help file: sharepointonline.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://docs.microsoft.com/powershell/module/sharepoint-online/get-spotenantrenamestatus
5+
applicable: SharePoint Online
6+
title: Get-SPOTenantRenameStatus
7+
schema: 2.0.0
8+
author: WayneEwington
9+
ms.author: waynewin
10+
ms.reviewer:
11+
---
12+
13+
# Get-SPOTenantRenameStatus
14+
15+
## SYNOPSIS
16+
17+
[!IMPORTANT]
18+
> - This feature is available only for customers who have been accepted into the Private Preview program. [Request to join the Private Preview](https://aka.ms/SPOTenantRenameNomination). Note that submitting a nomination does not guarantee acceptance into the program. We review the nominations on a case-by-case basis and will contact you if you're accepted.
19+
> - This feature is not available for organizations that have set up multi-geo.
20+
21+
Get the status of the job to change the SharePoint ___domain name for your organization in Microsoft 365.
22+
23+
## SYNTAX
24+
25+
```Powershell
26+
Get-SPOTenantRenameStatus [<CommonParameters>]
27+
```
28+
29+
## DESCRIPTION
30+
31+
This command gets the status of the job to rename the SharePoint ___domain name for your organization.
32+
33+
## EXAMPLES
34+
35+
### EXAMPLE 1
36+
37+
```powershell
38+
Gett-SPOTenantRenameStatus
39+
```
40+
41+
Gets the status of the job to rename your SharePoint ___domain name.
42+
43+
## PARAMETERS
44+
45+
### CommonParameters
46+
47+
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).
48+
49+
## RELATED LINKS
50+
51+
[Getting started with SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps)
52+
53+
[Rename your SharePoint ___domain](https://aka.ms/SPOTenantRename)
54+
55+
[Start-SPOTenantRename](Start-SPOTenantRename.md)
56+
57+
[Get-SPOSiteRenameState](Get-SPOSiteRenameState.md)
58+
59+
[Stop-SPOTenantRename](Stop-SPOTenantRename.md)

0 commit comments

Comments
 (0)