Tip of the day: Modernizing Classic SharePoint Sites to Modern Experience
Goal: Help admins modernize classic SharePoint sites to the modern experience for improved performance and user experience.
Using PnP PowerShell
1
2
3
4
5
6
# Connect to SharePoint Online
Connect-PnPOnline -Url https://yoursite-admin.sharepoint.com -Interactive
# Enable the modern experience on a classic site
Invoke-PnPSiteSwap -SourceUrl https://devgods.sharepoint.com/search -TargetUrl https://devgods.sharepoint.com/searchmodern -ArchiveUrl https://devgods.sharepoint.com/searcharchive