Is there a test that will verify or display the Daylight Savings Time dates for each of my windows 2000 and 2003 servers?
A test that checks both the start date and end date would help identify servers that need to be patched and provide verification to other support staff which servers have been done.
Thanks
DST test
-
- Posts: 6
- Joined: Fri Sep 01, 2006 1:49 pm
- Location: Downey, CA
- Contact:
Looks like Microsoft provides special utility for this purpose
http://support.microsoft.com/kb/914387#
Regards
Alex
http://support.microsoft.com/kb/914387#
Regards
Alex
-
- Posts: 6
- Joined: Fri Sep 01, 2006 1:49 pm
- Location: Downey, CA
- Contact:
Yes, Microsoft has a utility that can look for a DST event that they create on windows 2000 systems when patched. 2003 servers and servers updated directly or with their tzedit tool do not have this eventlog entry.
I was thinking of a test that checks the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation settings and looks at the DaylightStart and StandardStart keys then compares the values to my desired values.
I was thinking of a test that checks the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation settings and looks at the DaylightStart and StandardStart keys then compares the values to my desired values.
wehamilton,
You might be able to accomplish this by using a little freeware utility called BackupKey.
BackupKey can automatically export a certain key from the registry to a plain text file. HM can read this file and search for a specific string and this way you can compare the registry's content with your desired values.
We use this concept to monitor settings that can only be found in the registry.
/Kasper
You might be able to accomplish this by using a little freeware utility called BackupKey.
BackupKey can automatically export a certain key from the registry to a plain text file. HM can read this file and search for a specific string and this way you can compare the registry's content with your desired values.
We use this concept to monitor settings that can only be found in the registry.
/Kasper
-
- Posts: 6
- Joined: Fri Sep 01, 2006 1:49 pm
- Location: Downey, CA
- Contact:
Sounds good, can you provide a link for this utility?Kapz wrote:wehamilton,
You might be able to accomplish this by using a little freeware utility called BackupKey.
BackupKey can automatically export a certain key from the registry to a plain text file. HM can read this file and search for a specific string and this way you can compare the registry's content with your desired values.
We use this concept to monitor settings that can only be found in the registry.
/Kasper
> can you provide a link for this utility?
Yep - http://download.anet.dk/backupkey.exe (460 KB)
Usage:
* Item -> Add
* Enter regsitry key(s) to export
* Enter file name to export content to
* Save
For automatic export of your specified keys simply call BackupKey with option -AUTOBACKUP
H2H
/Kasper
Yep - http://download.anet.dk/backupkey.exe (460 KB)
Usage:
* Item -> Add
* Enter regsitry key(s) to export
* Enter file name to export content to
* Save
For automatic export of your specified keys simply call BackupKey with option -AUTOBACKUP
H2H
/Kasper
> Really simple script that reads registry located in <HostMonitor>\Examples\Scripts folder
Hey, nice - will give it a shot on Monday.
So more or less HM *is* in fact able to read a value in a registry - all you need to do now is to wrap the script into a new standard Test Method called Read Registry
Thanks for the tip !
/Kasper
Hey, nice - will give it a shot on Monday.
So more or less HM *is* in fact able to read a value in a registry - all you need to do now is to wrap the script into a new standard Test Method called Read Registry

Thanks for the tip !
/Kasper