Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 2.09 KB

Get-PnPDocumentSetTemplate.md

File metadata and controls

93 lines (68 loc) · 2.09 KB
external help file applicable schema
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online
2.0.0

Get-PnPDocumentSetTemplate

SYNOPSIS

Retrieves a document set template

SYNTAX

Get-PnPDocumentSetTemplate -Identity <DocumentSetPipeBind>
                           [-Web <WebPipeBind>]
                           [-Includes <String[]>]
                           [-Connection <SPOnlineConnection>]

EXAMPLES

------------------EXAMPLE 1------------------

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

This will get the document set template with the name "Test Document Set"

------------------EXAMPLE 2------------------

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

This will get the document set template with the id "0x0120D520005DB65D094035A241BAC9AF083F825F3B"

PARAMETERS

-Identity

Either specify a name, an id, a document set template object or a content type object

Type: DocumentSetPipeBind
Parameter Sets: (All)

Required: True
Position: 0
Accept pipeline input: True

-Includes

Specify properties to include when retrieving objects from the server.

Type: String[]
Parameter Sets: 

Required: False
Position: 0
Accept pipeline input: False

-Web

The web to apply the command to. Omit this parameter to use the current web.

Type: WebPipeBind
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

-Connection

Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.

Type: SPOnlineConnection
Parameter Sets: (All)

Required: False
Position: Named
Accept pipeline input: False

OUTPUTS

RELATED LINKS

SharePoint Developer Patterns and Practices