Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 802 Bytes

File metadata and controls

15 lines (13 loc) · 802 Bytes

#Install-SPOSolution 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