external help file | applicable | schema |
---|---|---|
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online |
2.0.0 |
Returns a time zone ID
Get-PnPTimeZoneId [-Match <String>]
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.
PS:> Get-PnPTimeZoneId
This will return all time zone IDs in use by Office 365.
PS:> Get-PnPTimeZoneId -Match Stockholm
This will return the time zone IDs for Stockholm
A string to search for like 'Stockholm'
Type: String
Parameter Sets: (All)
Required: False
Position: 0
Accept pipeline input: False
Returns a list of matching zones. Use the ID property of the object for use in New-SPOTenantSite