Table of Contents

Add-PnPTenantSequenceSite

SYNOPSIS

Adds an existing tenant sequence site object to a tenant template

SYNTAX

Add-PnPTenantSequenceSite -Site <ProvisioningSitePipeBind> -Sequence <ProvisioningSequence> 
  

DESCRIPTION

Allows to add an existing tenant sequence site object to a tenant template.

EXAMPLES

EXAMPLE 1

Add-PnPTenantSequenceSite -Site $myteamsite -Sequence $mysequence

Adds an existing site object to an existing template sequence

PARAMETERS

-Sequence

The sequence to add the site to

Type: ProvisioningSequence
Parameter Sets: (All)

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

-Site

Type: ProvisioningSitePipeBind
Parameter Sets: (All)

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

Microsoft 365 Patterns and Practices