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
Get all the site themes in SharePoint using PowerShell
WhatsApp
Vijai Anand Ramalingam
11y
11.3
k
0
0
25
Blog
Using powerShell
$site=Get-SPSite "
http://serverName:1111/sites/sample
"
$web=$site.OpenWeb()
$themes = [Microsoft.SharePoint.Utilities.ThmxTheme]::GetManagedThemes($site)
foreach ($theme in $themes)
{
write-host -f green $theme.Name
}
Programmatically get all the available SharePoint site themes
refer
http://www.c-sharpcorner.com/UploadFile/anavijai/6984/
Get all the site themes in SharePoint using PowerShell
Up Next
Getting The List Of Documents From The Site Collection/Sub-Site Library Using PowerShell
Ebook Download
View all
Configure MinRole Search and Cloud Hybrid Features in SharePoint Server 2016 and Office 365
Read by 1.6k people
Download Now!
Learn
View all
Membership not found