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

IRM and the Object Model

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

Activate and Deactivate Feature through PowerShell