Search Results for

    Show / Hide 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
    

    -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