Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
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
Download Deployed Solutions (WSP) from Central Admin with PowerShell in SharePoint 2013
WhatsApp
Sagar Pardeshi
10y
49.7
k
0
0
25
Blog
Using power shell run this below script.
$FolderPath =
"c:\Solutions"
foreach ($solution
in
Get-SPSolution)
{
$id = $Solution.SolutionID
$title = $Solution.Name
$filename = $Solution.SolutionFile.Name
$solution.SolutionFile.SaveAs(
"$FolderPath\$filename"
)
}
Up Next
Get the SharePoint Server name where Central Admin is hosted
Ebook Download
View all
SharePoint Framework (SPFx) A Developers Guide
Read by 11.1k people
Download Now!
Learn
View all
Membership not found