<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx</link><description>Hi, David here to tell you about a thorny little problem that a few of our customers have run into during their testing for the upcoming Daylight Saving Time changes. For reference, the US enters DST this weekend, and parts of Europe enter DST on March</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485814</link><pubDate>Fri, 09 Mar 2012 22:15:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485814</guid><dc:creator>Jeffrey S. Patton</dc:creator><description>&lt;p&gt;fwiw&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://code.google.com/p/mod-posh/source/browse/powershell/production/Check-DTSRegIssue.ps1"&gt;code.google.com/.../Check-DTSRegIssue.ps1&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485814" width="1" height="1"&gt;</description></item><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485810</link><pubDate>Fri, 09 Mar 2012 21:45:44 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485810</guid><dc:creator>Jeffrey S. Patton</dc:creator><description>&lt;p&gt;@Jonathan&lt;/p&gt;
&lt;p&gt;DOH! gigo...needs to be a built-in trim() in my copy/paste! &lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485810" width="1" height="1"&gt;</description></item><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485805</link><pubDate>Fri, 09 Mar 2012 21:13:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485805</guid><dc:creator>Ryan Ries</dc:creator><description>&lt;p&gt;Here it is in crusty old VBScript. &amp;nbsp;Just easier for me since I have lots and lots and lots of machines to check, many of them very old:&lt;/p&gt;
&lt;p&gt;Const HKEY_LOCAL_MACHINE 	= &amp;amp;H80000002&lt;/p&gt;
&lt;p&gt;Dim strData&lt;/p&gt;
&lt;p&gt;Set objReg = GetObject(&amp;quot;winmgmts:{impersonationLevel=impersonate}!\\.\root\default:StdRegProv&amp;quot;)&lt;/p&gt;
&lt;p&gt;objReg.GetDWORDValue HKEY_LOCAL_MACHINE,&amp;quot;System\CurrentControlSet\Control\TimeZoneInformation&amp;quot;,&amp;quot;RealTimeIsUniversal&amp;quot;,strData&lt;/p&gt;
&lt;p&gt;If strData Then&lt;/p&gt;
&lt;p&gt; &amp;#39; Alert&lt;/p&gt;
&lt;p&gt;End If&lt;/p&gt;
&lt;p&gt;If isObject(objReg) Then Set objReg = Nothing&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485805" width="1" height="1"&gt;</description></item><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485802</link><pubDate>Fri, 09 Mar 2012 21:12:51 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485802</guid><dc:creator>Jonathan Stephens, MSFT</dc:creator><description>&lt;p&gt;@Jeffrey&lt;/p&gt;
&lt;p&gt;By the way, we checked the blog post itself and discovered that there was a trailing space after the registry value name above. We&amp;#39;ve corrected that.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485802" width="1" height="1"&gt;</description></item><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485796</link><pubDate>Fri, 09 Mar 2012 21:01:45 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485796</guid><dc:creator>Jonathan Stephens, MSFT</dc:creator><description>&lt;p&gt;@Jeffrey&lt;/p&gt;
&lt;p&gt;By any chance did you create the value in the registry by cutting the value name out of the post above and pasting it into the Registry Editor? If so, double-check to see if you have a trailing space after the value name -- &amp;quot;RealTimeIsUniversal &amp;quot;.&lt;/p&gt;
&lt;p&gt;A wild-card would catch that, but the explicit property check will return nothing.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485796" width="1" height="1"&gt;</description></item><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485795</link><pubDate>Fri, 09 Mar 2012 20:55:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485795</guid><dc:creator>Jeffrey S. Patton</dc:creator><description>&lt;p&gt;@Jonathan&lt;/p&gt;
&lt;p&gt;Weird, I rebooted and tried that again and it didn&amp;#39;t go, only after I posted how I got it did I see your post.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485795" width="1" height="1"&gt;</description></item><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485794</link><pubDate>Fri, 09 Mar 2012 20:54:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485794</guid><dc:creator>Jeffrey S. Patton</dc:creator><description>&lt;p&gt;Ok, for the record this works, but looks gross&lt;/p&gt;
&lt;p&gt;jspatton@L1132C-PC01 | 14:51:48 | 03-09-2012 | C:\scripts\powershell\production #&lt;/p&gt;
&lt;p&gt;$RegValue.PSBase.Members |Where-Object {$_.MemberType -eq &amp;#39;NoteProperty&amp;#39;} |Where-Object {$_.Name -like &amp;#39;RealTimeIsUniversal*&amp;#39;}&lt;/p&gt;
&lt;p&gt;MemberType &amp;nbsp; &amp;nbsp; &amp;nbsp;: NoteProperty&lt;/p&gt;
&lt;p&gt;IsSettable &amp;nbsp; &amp;nbsp; &amp;nbsp;: True&lt;/p&gt;
&lt;p&gt;IsGettable &amp;nbsp; &amp;nbsp; &amp;nbsp;: True&lt;/p&gt;
&lt;p&gt;Value &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 1&lt;/p&gt;
&lt;p&gt;TypeNameOfValue : System.Int32&lt;/p&gt;
&lt;p&gt;Name &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: RealTimeIsUniversal&lt;/p&gt;
&lt;p&gt;IsInstance &amp;nbsp; &amp;nbsp; &amp;nbsp;: True&lt;/p&gt;
&lt;p&gt;jspatton@L1132C-PC01 | 14:51:54 | 03-09-2012 | C:\scripts\powershell\production #&lt;/p&gt;
&lt;p&gt;($RegValue.PSBase.Members |Where-Object {$_.MemberType -eq &amp;#39;NoteProperty&amp;#39;} |Where-Object {$_.Name -like &amp;#39;RealTimeIsUniversal*&amp;#39;}).Value&lt;/p&gt;
&lt;p&gt;1&lt;/p&gt;
&lt;p&gt;jspatton@L1132C-PC01 | 14:52:12 | 03-09-2012 | C:\scripts\powershell\production #&lt;/p&gt;
&lt;p&gt;Not entirely sure what the deal is, but the only way I could get it to show up at all was to use -like and tack a wildcard onto the end of the key name. This was only AFTER I had to walk through psbase.members&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485794" width="1" height="1"&gt;</description></item><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485792</link><pubDate>Fri, 09 Mar 2012 20:53:29 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485792</guid><dc:creator>Jonathan Stephens, MSFT</dc:creator><description>&lt;p&gt;@Jeffrey - &lt;/p&gt;
&lt;p&gt;There is nothing wrong with your PowerShell. When I do the same on my Windows 7 workstation, I get the following:&lt;/p&gt;
&lt;p&gt;PS C:\&amp;gt; Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\TimeZoneInformation&lt;/p&gt;
&lt;p&gt;PSPath &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation&lt;/p&gt;
&lt;p&gt;PSParentPath &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control&lt;/p&gt;
&lt;p&gt;PSChildName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : TimeZoneInformation&lt;/p&gt;
&lt;p&gt;PSDrive &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : HKLM&lt;/p&gt;
&lt;p&gt;PSProvider &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: Microsoft.PowerShell.Core\Registry&lt;/p&gt;
&lt;p&gt;Bias &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 300&lt;/p&gt;
&lt;p&gt;DaylightBias &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: -60&lt;/p&gt;
&lt;p&gt;DaylightName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: @tzres.dll,-111&lt;/p&gt;
&lt;p&gt;DaylightStart &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : {0, 0, 3, 0...}&lt;/p&gt;
&lt;p&gt;StandardBias &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 0&lt;/p&gt;
&lt;p&gt;StandardName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: @tzres.dll,-112&lt;/p&gt;
&lt;p&gt;StandardStart &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : {0, 0, 11, 0...}&lt;/p&gt;
&lt;p&gt;TimeZoneKeyName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : Eastern Standard Time&lt;/p&gt;
&lt;p&gt;DynamicDaylightTimeDisabled : 0&lt;/p&gt;
&lt;p&gt;ActiveTimeBias &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 300&lt;/p&gt;
&lt;p&gt;RealTimeIsUniversal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 1&lt;/p&gt;
&lt;p&gt;PS C:\&amp;gt; (Get-ItemProperty HKLM:SYSTEM\CurrentControlSet\Control\TimeZoneInformation).RealTimeIsUniversal&lt;/p&gt;
&lt;p&gt;1&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485792" width="1" height="1"&gt;</description></item><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485787</link><pubDate>Fri, 09 Mar 2012 20:43:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485787</guid><dc:creator>Jeffrey S. Patton</dc:creator><description>&lt;p&gt;I&amp;#39;m attempting to write a PowerShell script to test for the existence of this key across 30 odd servers. To test I created this key on my workstation and gave it a value of 1. But when I attempt to filter on that key I get nothing returned. &lt;/p&gt;
&lt;p&gt;Here is the output:&lt;/p&gt;
&lt;p&gt;jspatton@L1132C-PC01 | 14:36:17 | 03-09-2012 | C:\scripts\powershell\production #&lt;/p&gt;
&lt;p&gt;Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\TimeZoneInformation&lt;/p&gt;
&lt;p&gt;PSPath &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\Curren&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;imeZoneInformation&lt;/p&gt;
&lt;p&gt;PSParentPath &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: Microsoft.PowerShell.Core\Registry::HKEY_LOCAL_MACHINE\SYSTEM\Curren&lt;/p&gt;
&lt;p&gt;PSChildName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : TimeZoneInformation&lt;/p&gt;
&lt;p&gt;PSDrive &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : HKLM&lt;/p&gt;
&lt;p&gt;PSProvider &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: Microsoft.PowerShell.Core\Registry&lt;/p&gt;
&lt;p&gt;Bias &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 360&lt;/p&gt;
&lt;p&gt;DaylightBias &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: -60&lt;/p&gt;
&lt;p&gt;DaylightName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: @tzres.dll,-161&lt;/p&gt;
&lt;p&gt;DaylightStart &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : {0, 0, 3, 0...}&lt;/p&gt;
&lt;p&gt;StandardBias &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 0&lt;/p&gt;
&lt;p&gt;StandardName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: @tzres.dll,-162&lt;/p&gt;
&lt;p&gt;StandardStart &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : {0, 0, 11, 0...}&lt;/p&gt;
&lt;p&gt;TimeZoneKeyName &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : Central Standard Time&lt;/p&gt;
&lt;p&gt;DynamicDaylightTimeDisabled : 0&lt;/p&gt;
&lt;p&gt;ActiveTimeBias &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: 360&lt;/p&gt;
&lt;p&gt;RealTimeIsUniversal &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; : 1&lt;/p&gt;
&lt;p&gt;jspatton@L1132C-PC01 | 14:36:45 | 03-09-2012 | C:\scripts\powershell\production #&lt;/p&gt;
&lt;p&gt;(Get-ItemProperty HKLM:\SYSTEM\CurrentControlSet\Control\TimeZoneInformation).RealTimeIsUniversal&lt;/p&gt;
&lt;p&gt;jspatton@L1132C-PC01 | 14:36:57 | 03-09-2012 | C:\scripts\powershell\production #&lt;/p&gt;
&lt;p&gt;Any thoughts would be greatly appreciated.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485787" width="1" height="1"&gt;</description></item><item><title>re: Unresponsive Servers due to DST and an unsupported registry key</title><link>http://blogs.technet.com/b/askds/archive/2012/03/09/unresponsive-servers-due-to-dst-and-an-unsupported-registry-key.aspx#3485764</link><pubDate>Fri, 09 Mar 2012 18:35:54 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3485764</guid><dc:creator>LA Richards</dc:creator><description>&lt;p&gt;Watching the show is about as far as my wife will let me go. &amp;nbsp;Though she does enjoy the show too. &amp;nbsp;Jonathan, if that was a Facebook status I would have totally &amp;quot;liked&amp;quot; it. &amp;nbsp;:)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3485764" width="1" height="1"&gt;</description></item></channel></rss>