Niklas Goude -Expert in Residence Did you know that when you upload solution packages to a farm, you can use the Add-SPSolution cmdlet? Simply: # Adding a Solution Add-SPSolution – LiteralPath C:\Stuff\MySolution.wsp After you’ve uploaded a solution package, you can use the Install-SPSolution cmdlet. The example below will get you all solutions and then filter out the solution where the name is equal to MySolution.wsp. Finally, the solution...