Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
qnd:sharepoint [2022/10/25 13:16] – mgupton | qnd:sharepoint [2022/11/04 13:34] (current) – mgupton | ||
---|---|---|---|
Line 56: | Line 56: | ||
===== Deleting Redirect URL ===== | ===== Deleting Redirect URL ===== | ||
+ | When a site is renamed the redirect URL needs to be deleted if you want to create a new site with the name previously used by the renamed site. | ||
+ | <code powershell> | ||
+ | # List all redirect URLs | ||
+ | Get-SPOSite -Template REDIRECTSITE# | ||
+ | |||
+ | # Delete a redirect URL | ||
+ | Remove-SPOSite -Identity < | ||
+ | </ | ||
+ | |||
+ | |||
* [[https:// | * [[https:// | ||
+ | ===== Some Handy Management Commands ===== | ||
+ | * [[https:// | ||