Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.17 KB

Add-PnPProvisioningTemplate.md

File metadata and controls

58 lines (42 loc) · 1.17 KB
external help file online version applicable schema title
SharePoint Online
2.0.0
Add-PnPProvisioningTemplate

Add-PnPProvisioningTemplate

SYNOPSIS

Adds a PnP Provisioning Template object to a tenant template

SYNTAX

Add-PnPProvisioningTemplate -SiteTemplate <ProvisioningTemplate>
                            -TenantTemplate <ProvisioningHierarchy>

EXAMPLES

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

Add-PnpProvisioningTemplate -TenantTemplate $tenanttemplate -SiteTemplate $sitetemplate

Adds an existing site template to an existing tenant template object

PARAMETERS

-SiteTemplate

The template to add to the tenant template

Type: ProvisioningTemplate
Parameter Sets: (All)

Required: True
Position: Named
Accept pipeline input: False

-TenantTemplate

The tenant template to add the template to

Type: ProvisioningHierarchy
Parameter Sets: (All)

Required: True
Position: Named
Accept pipeline input: True

RELATED LINKS

SharePoint Developer Patterns and Practices