C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
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
Download Deployed Solutions (WSP) from Central Admin with PowerShell in SharePoint 2013
WhatsApp
Sagar Pardeshi
11y
50.2
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"
)
}
People also reading
Membership not found