Multiple choice technology

Which Win32 class is used in PowerShell to get the TimeZone information of a Local/Remote Server?

  1. Win32_Desktop

  2. Win32_Enviornment

  3. Win32_TimeZoneSetting

  4. Win32_TimeZone

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Win32_TimeZone is the correct WMI class for retrieving timezone information from local or remote systems. It returns properties like Bias, DaylightBias, and StandardName. Win32_Desktop relates to user desktop settings, and there is no standard Win32_TimeZoneSetting or Win32_Enviornment (note the typo) class.