Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 497 Bytes

GetSPOTimeZoneId.md

File metadata and controls

25 lines (21 loc) · 497 Bytes

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

Get-SPOTimeZoneId [-Match <String>]

##Parameters

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

###Example 1

PS:> Get-SPOTimeZoneId

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

###Example 2

PS:> Get-SPOTimeZoneId -Match Stockholm

This will return the time zone IDs for Stockholm