Show / Hide Table of Contents

    Get-PnPTimeZoneId

    SYNOPSIS

    Returns a time zone ID

    SYNTAX

    Get-PnPTimeZoneId [[-Match] <String>] [<CommonParameters>]
    

    DESCRIPTION

    In order to create a new classic site you need to specify the timezone this site will use. Use the cmdlet to retrieve a list of possible values.

    EXAMPLES

    EXAMPLE 1

    Get-PnPTimeZoneId
    

    This will return all time zone IDs in use by Office 365.

    EXAMPLE 2

    Get-PnPTimeZoneId -Match Stockholm
    

    This will return the time zone IDs for Stockholm

    PARAMETERS

    -Match

    A string to search for like 'Stockholm'

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