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
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Delete the theme file from the theme gallery in SharePoint using powershell
WhatsApp
Vijai Anand Ramalingam
13y
5
k
0
0
25
Blog
$site=Get-SPSite "
http://servername:1111/sites/Media1
"
$web=$site.RootWeb
if ($web.GetFile("_catalogs/theme/CustomTheme.thmx").Exists -eq $true)
{
$file = web.GetFile("_catalogs/theme/CustomTheme.thmx")
$file.Delete();
}
else
{
write-host -f yellow "File does not exists in the Theme Gallery"
}
Delete the theme file from the theme gallery in SharePoint using powershell
Up Next
Change the SharePoint site theme using PowerShell
Ebook Download
View all
Getting Started with SharePoint Framework Development using TypeScript, PnP JS, and React JS
Read by 4.9k people
Download Now!
Learn
View all
Membership not found