How to Make sure a Solution is added before Activating it
3 Comments
When you deploy .wsp solutions and you script your “Add-SpSolution and Install-SpSolution” in a row, PowerShell might throw an error because the Solution didn’t finish uploading on the farm before you try to activate it. Here is a example of a do-while loop to make sure that the solution you are adding is fully uploaded and...Read More