external help file | applicable | schema |
---|---|---|
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online |
2.0.0 |
Loads a PnP file from the file systems
Load-PnPProvisioningTemplate -Path <String>
[-TemplateProviderExtensions <ITemplateProviderExtension[]>]
PS:> Load-PnPProvisioningTemplate -Path template.pnp
Loads a PnP file from the file systems
PS:> Load-PnPProvisioningTemplate -Path template.pnp -TemplateProviderExtensions $extensions
Loads a PnP file from the file systems using some custom template provider extenions while loading the file.
Filename to read from, optionally including full path.
Type: String
Parameter Sets: (All)
Required: True
Position: 0
Accept pipeline input: False
Allows you to specify ITemplateProviderExtension to execute while loading the template.
Type: ITemplateProviderExtension[]
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False