Announcement

Collapse
No announcement yet.

How can I query all PC's in my AD domain for their TimeZone settings?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How can I query all PC's in my AD domain for their TimeZone settings?

    We want to be able to verify that all our PC's are set to use the right time zone. Can Hyena do this and how?

    Thanks!

  • #2
    Re: How can I query all PC's in my AD domain for their TimeZone settings?

    I don't see a built-in way of reporting this. There might be a WMI class that contains that data, and if you can find one you can easily report that from Hyena or Exporter Pro.

    It should also be in the registry, so you could come at it from that direction and create a registry template in Exporter Pro to export it.

    Comment


    • #3
      Re: How can I query all PC's in my AD domain for their TimeZone settings?

      jercken,

      I too was looking for a way to get DST information and the best way for me was using WMI. I will give you the information that I had created for Exporter Pro as a template below.

      Template name aylight_Time_Assigned (Name what you would like)
      WMI Class used: Win32_TimeZone
      Query Properties:
      StandardName
      _Server (Server or Workstation name will be given)
      DaylightHour
      DaylightDay
      StandardHour
      StandardDay

      Run this against the OU or specific machines to get the information you require. Hope this helps

      John

      Comment

      Working...
      X