Home Tip of the day - Modernizing Classic SharePoint Sites
Post
Cancel

Tip of the day - Modernizing Classic SharePoint Sites

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

This post is licensed under CC BY 4.0 by the author.

Tip of the day - External Sharing Report for SharePoint Online Sites

Tip of the day - Archive or Delete Unused SharePoint Sites