Search Results for

    Show / Hide Table of Contents

    New-PnPTenantSequence

    SYNOPSIS

    Creates a new tenant sequence object

    SYNTAX

    New-PnPTenantSequence [-Id <String>]   
    

    DESCRIPTION

    Allows to create a new tenant sequence object.

    EXAMPLES

    EXAMPLE 1

    $sequence = New-PnPTenantSequence
    

    Creates a new instance of a tenant sequence object.

    EXAMPLE 2

    $sequence = New-PnPTenantSequence -Id "MySequence"
    

    Creates a new instance of a tenant sequence object and sets the Id to the value specified.

    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
    

    -Id

    Optional Id of the sequence

    Type: String
    Parameter Sets: (All)
    
    Required: False
    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