Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 755 Bytes

GetSPODocumentSetTemplate.md

File metadata and controls

28 lines (21 loc) · 755 Bytes

#Get-SPODocumentSetTemplate Topic automatically generated on: 2015-10-13

Retrieves a document set template ##Syntax

Get-SPODocumentSetTemplate [-Web <WebPipeBind>] -Identity <DocumentSetPipeBind>

##Parameters

Parameter Type Required Description
Identity DocumentSetPipeBind True Either specify a name, an id, a document set template object or a content type object
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> Get-SPODocumentSetTemplate -Identity "Test Document Set"

###Example 2

PS:> Get-SPODocumentSetTemplate -Identity "0x0120D520005DB65D094035A241BAC9AF083F825F3B"