Table of Contents

Add-PnPTenantSequenceSubSite

SYNOPSIS

Adds a tenant sequence sub site object to a tenant sequence site object

SYNTAX

Add-PnPTenantSequenceSubSite -SubSite <TeamNoGroupSubSite> -Site <SiteCollection>  
 

DESCRIPTION

Allows to add a tenant sequence sub site object to a tenant sequence site object.

EXAMPLES

EXAMPLE 1

Add-PnPTenantSequenceSubSite -Site $mysite -SubSite $mysubsite

Adds an existing subsite object to an existing sequence site object

PARAMETERS

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Site

The site to add the subsite to

Type: SiteCollection
Parameter Sets: (All)

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

-SubSite

The subsite to add

Type: TeamNoGroupSubSite
Parameter Sets: (All)

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

Microsoft 365 Patterns and Practices