Search Results for

    Show / Hide Table of Contents

    Invoke-PnPListDesign

    SYNOPSIS

    Apply a List Design to an existing site. * Requires Tenant Administration Rights *

    SYNTAX

    Invoke-PnPListDesign [-Identity] <TenantListDesignPipeBind> [-WebUrl <String>] 
     [-Connection <PnPConnection>]   
    

    DESCRIPTION

    Applies the List Design provided through Identity to an existing site.

    EXAMPLES

    EXAMPLE 1

    Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd
    

    Applies the specified list design to the current site.

    EXAMPLE 2

    Invoke-PnPListDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd -WebUrl "https://contoso.sharepoint.com/sites/mydemosite"
    

    Applies the specified site design to the specified site.

    EXAMPLE 3

    Get-PnPListDesign | ?{$_.Title -eq "Demo"} | Invoke-PnPListDesign
    

    Applies the specified list design to the specified site.

    PARAMETERS

    -Connection

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

    Type: PnPConnection
    Parameter Sets: (All)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -Identity

    The List Design Id

    Type: TenantSiteDesignPipeBind
    Parameter Sets: (All)
    
    Required: True
    Position: 0
    Default value: None
    Accept pipeline input: True (ByValue)
    Accept wildcard characters: False
    

    -WebUrl

    The URL of the web to apply the list design to. If not specified it will default to the current web based upon the URL specified with Connect-PnPOnline.

    Type: String
    Parameter Sets: (All)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    -WhatIf

    Shows what would happen if the cmdlet runs. The cmdlet is not run.

    Type: SwitchParameter
    Parameter Sets: (All)
    Aliases: wi
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer