Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 702 Bytes

GetPnPTimeZoneId.md

File metadata and controls

30 lines (24 loc) · 702 Bytes

#Get-PnPTimeZoneId Returns a time zone ID ##Syntax

Get-PnPTimeZoneId [-Match <String>]

##Returns

System.Collections.Generic.IEnumerable`1[SharePointPnP.PowerShell.Commands.GetTimeZoneId+Zone]

Returns a list of matching zones. Use the ID property of the object for use in New-SPOTenantSite

##Parameters

Parameter Type Required Description
Match String False A string to search for like 'Stockholm'
##Examples

###Example 1

PS:> Get-PnPTimeZoneId

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

###Example 2

PS:> Get-PnPTimeZoneId -Match Stockholm

This will return the time zone IDs for Stockholm