Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SharePoint Online删除网站集_Sharepoint_Sharepoint Online - Fatal编程技术网

SharePoint Online删除网站集

SharePoint Online删除网站集,sharepoint,sharepoint-online,Sharepoint,Sharepoint Online,我们的O365租户没有使用当前的SharePoint网站集-在这个阶段,我们只有几个O365组和几个不同的网站集在使用 我想删除现有网站集,并使用其他模板重新创建它,我会继续执行以下操作: New-SPOSite -Url https://companyname.sharepoint.com -Owner Admin -Title "Company Name" -StorageQuota 1000 -LocaleID 1033 -ResourceQuota 300 -Template "STS#

我们的O365租户没有使用当前的SharePoint网站集-在这个阶段,我们只有几个O365组和几个不同的网站集在使用

我想删除现有网站集,并使用其他模板重新创建它,我会继续执行以下操作:

New-SPOSite -Url https://companyname.sharepoint.com -Owner Admin -Title "Company Name" -StorageQuota 1000 -LocaleID 1033 -ResourceQuota 300 -Template "STS#3" -TimeZoneId 17 -CompatibilityLevel 15
删除是否会破坏现有的O365群组和/或现有网站集?我的O365租户是否会失去任何功能和/或可用性?

删除您的“根”网站集不会删除位于“/sites/sitea”、“/teams/team1”等其他位置的网站,但会删除位于根网站集下的子网站


在您没有根网站集的期间,其他网站集将停止工作。

我相信您的答案,只是出于好奇,您以前做过吗?