Get-PnPTenantSequenceSite
SYNOPSIS
Returns one or more sites from a tenant template
SYNTAX
Get-PnPTenantSequenceSite -Sequence <ProvisioningSequence> [-Identity <ProvisioningSitePipeBind>]
DESCRIPTION
Allows to retrieve list of sites from tenant template sequence.
EXAMPLES
EXAMPLE 1
Get-PnPTenantSequenceSite -Sequence $mysequence
Returns all sites from the specified sequence
EXAMPLE 2
Get-PnPTenantSequenceSite -Sequence $mysequence -Identity 8058ea99-af7b-4bb7-b12a-78f93398041e
Returns the specified site from the specified sequence
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
-Identity
Optional Id of the site
Type: ProvisioningSitePipeBind
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-Sequence
The sequence to retrieve the site from
Type: ProvisioningSequence
Parameter Sets: (All)
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False