Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

The status of deploying status

$
0
0
have added and installed couple of .wsp solutions to farm using following commands:
$getSolution = Get-SPSolution -Identity "MySolution.wsp"
if($getSolution -eq $null)
{
Add-SPSolution -LiteralPath "Path\MySolution.wsp"
}
if($getSolution.Deployed -eq $false )
{
Install-SPSolution –Identity MySolution.wsp -GACDeployment
}
How can I knowing the status by using PowerShell??

Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>