Search Results for

    Show / Hide Table of Contents

    Get-PnPTenantSequence

    SYNOPSIS

    Returns one ore more provisioning sequence object(s) from a tenant template

    SYNTAX

    Get-PnPTenantSequence -Template <ProvisioningHierarchy> [-Identity <ProvisioningSequencePipeBind>] 
      
    

    DESCRIPTION

    Allows to retrieve provisioning sequence objects from a tenant template. By using Identity option it is possible to retrieve a specific provisioning sequence object.

    EXAMPLES

    EXAMPLE 1

    Get-PnPTenantSequence -Template $myTemplateObject
    

    Returns all sequences from the specified tenant template

    EXAMPLE 2

    Get-PnPTenantSequence -Template $myTemplateObject -Identity "mysequence"
    

    Returns the specified sequence from the specified tenant template

    PARAMETERS

    -Identity

    Optional Id of the sequence

    Type: ProvisioningSequencePipeBind
    Parameter Sets: (All)
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: True (ByValue)
    Accept wildcard characters: False
    

    -Template

    The template to retrieve the sequence from

    Type: ProvisioningHierarchy
    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