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

Microsoft 365 Patterns and Practices