Table of Contents

Get-PnPSiteDesign

SYNOPSIS

Required Permissions

  • SharePoint: Access to the SharePoint Tenant Administration site

Retrieve Site Designs that have been registered on the current tenant.

SYNTAX

Get-PnPSiteDesign [[-Identity] <TenantSiteDesignPipeBind>] [-Connection <PnPConnection>] 

DESCRIPTION

Retrieve Site Designs that have been registered on the current tenant. When providing a name with -Identity, it returns all site designs with that name.

EXAMPLES

EXAMPLE 1

Get-PnPSiteDesign

Returns all registered site designs

EXAMPLE 2

Get-PnPSiteDesign -Identity 5c73382d-9643-4aa0-9160-d0cba35e40fd

Returns a specific registered site designs

PARAMETERS

-Identity

If specified will retrieve the specified site design

Type: TenantSiteDesignPipeBind
Parameter Sets: (All)

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-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

Microsoft 365 Patterns and Practices