Skip to content

TimeZone

OffColour edited this page Aug 22, 2018 · 11 revisions

TimeZone Resource The resource will use the Get-TimeZone cmdlet to get the current time zone. If Get-TimeZone is not available them CIM will be used to retrieve the current time zone. To update the time zone, .NET reflection will be used to update the time zone if required. If .NET reflection is not supported on the node (in the case of Nano Server) then tzutil.exe will be used to set the time zone.

TimeZone: Specifies the time zone. To discover all valid time zones for this property, use this PowerShell command: [System.TimeZoneInfo]::GetSystemTimeZones().Id. IsSingleInstance: Specifies if the resource is a single instance, the value must be 'Yes'.

List of time zone values here.

Clone this wiki locally