Skip to content

Instantly share code, notes, and snippets.

View thierrybuisson's full-sized avatar
🎯
Focusing

Thierry Buisson thierrybuisson

🎯
Focusing
View GitHub Profile
@thierrybuisson
thierrybuisson / ManageSiteHub.ps1
Last active April 18, 2019 16:23
Managing Site Hub in Sharepoint Online
//Sharepoint Online - Site hub management
//Please connect first with - PS> Connect-SPOService -url https://<your tenant>-admin.sharepoint.com
//Get all sites containing url sites/mkt
Get-SPOSite -limit all | select url,ID | where-object {$_.Url -like "*sites/mkt*"}
//Remove a site from the recycle bin
Remove-SPODeletedSite -Identity https://contoso.sharepoint.com/sites/sitetoremove
//Register a site as Site Hub - principals should be default admin group