Search Results for

    Show / Hide Table of Contents

    Add-PnPTenantSequenceSite

    SYNOPSIS

    Adds a existing tenant sequence site object to a tenant template

    SYNTAX

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

    DESCRIPTION

    Allows to add a 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
    

    RELATED LINKS

    Microsoft 365 Patterns and Practices

    Back to top Generated by DocFX spacer