Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 850 Bytes

InstallSPOSolution.md

File metadata and controls

17 lines (14 loc) · 850 Bytes

#Install-SPOSolution Topic automatically generated on: 2015-10-13

Installs a sandboxed solution to a site collection. WARNING! This method can delete your composed look gallery due to the method used to activate the solution. We recommend you to only to use this cmdlet if you are okay with that. ##Syntax

Install-SPOSolution -PackageId <GuidPipeBind> -SourceFilePath <String> [-MajorVersion <Int32>] [-MinorVersion <Int32>]

##Parameters

Parameter Type Required Description
MajorVersion Int32 False Optional major version of the solution, defaults to 1
MinorVersion Int32 False Optional minor version of the solution, defaults to 0
PackageId GuidPipeBind True ID of the solution, from the solution manifest
SourceFilePath String True Path to the sandbox solution package (.WSP) file