C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Remove the SharePoint site theme using powershell
WhatsApp
Vijai Anand Ramalingam
14y
10.9
k
0
0
25
Blog
Using powershell remove the site theme
The site theme will be changed to Default(No theme).
$site=Get-SPSite "
http://ctsinmbpmoss:1111/sites/sample
"
$web=$site.OpenWeb()
[Microsoft.SharePoint.Utilities.ThmxTheme]::RemoveThemeFromWeb($web,$false)
$web.Update()
$web.Dispose()
$site.Dispose()
Remove the SharePoint site theme using powershell
Recommended related topics
Membership not found