Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 613 Bytes

File metadata and controls

15 lines (13 loc) · 613 Bytes

#Uninstall-SPOSolution Uninstalls a sandboxed solution from a site collection ##Syntax

Uninstall-SPOSolution -PackageId <GuidPipeBind> -PackageName <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
PackageName String True Filename of the WSP file to uninstall