Downloading wsp from Central Admin


you can run the below script in powershell

$farm = Get-SPFarm
$file = $farm.Solutions.Item("Sample.wsp").SolutionFile
$file.SaveAs("c:\Kannan\sample.wsp")


The above cmdlet will take only particular wsp as you mentioned in cmdlet

Comments

Popular posts from this blog

This content database has a schema version which is not supported in this farm

Export all documents/Folders permissions to CSV using SharePoint PowerShell

SPUtility.js