<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CommandBreak_</title>
    <link>http://www.commandbreak.com/</link>
    <description>sometimes Next isn't enough</description>
    <language>en-us</language>
    <copyright>Ben Parker</copyright>
    <lastBuildDate>Thu, 27 Nov 2008 03:43:35 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.0.7226.0</generator>
    <managingEditor>bparker@commandbreak.com</managingEditor>
    <webMaster>bparker@commandbreak.com</webMaster>
    <item>
      <trackback:ping>http://www.commandbreak.com/Trackback.aspx?guid=63b05e93-cffd-4c9c-9b9f-a622fc875a30</trackback:ping>
      <pingback:server>http://www.commandbreak.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.commandbreak.com/PermaLink,guid,63b05e93-cffd-4c9c-9b9f-a622fc875a30.aspx</pingback:target>
      <dc:creator>Ben Parker</dc:creator>
      <wfw:comment>http://www.commandbreak.com/CommentView,guid,63b05e93-cffd-4c9c-9b9f-a622fc875a30.aspx</wfw:comment>
      <wfw:commentRss>http://www.commandbreak.com/SyndicationService.asmx/GetEntryCommentsRss?guid=63b05e93-cffd-4c9c-9b9f-a622fc875a30</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I have been helping <a href="http://teckinfo.blogspot.com/">Alan Renouf</a>, co-host
of the Get-Scripting podcast, with a PowerShell script and he has been nice enough
to mention me and my blog on during their latest episode.
</p>
        <p>
If you haven't already checked out the Get-Scripting podcast you can listen and subscribe
to it at <a href="http://get-scripting.blogspot.com">http://get-scripting.blogspot.com</a>.<br /></p>
        <img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=63b05e93-cffd-4c9c-9b9f-a622fc875a30" />
      </body>
      <title>Did someone say my name..</title>
      <guid isPermaLink="false">http://www.commandbreak.com/PermaLink,guid,63b05e93-cffd-4c9c-9b9f-a622fc875a30.aspx</guid>
      <link>http://www.commandbreak.com/2008/11/27/DidSomeoneSayMyName.aspx</link>
      <pubDate>Thu, 27 Nov 2008 03:43:35 GMT</pubDate>
      <description>&lt;p&gt;
I have been helping &lt;a href="http://teckinfo.blogspot.com/"&gt;Alan Renouf&lt;/a&gt;, co-host
of the Get-Scripting podcast, with a PowerShell script and he has been nice enough
to mention me and my blog on during their latest episode.
&lt;/p&gt;
&lt;p&gt;
If you haven't already checked out the Get-Scripting podcast you can listen and subscribe
to it&amp;nbsp;at &lt;a href="http://get-scripting.blogspot.com"&gt;http://get-scripting.blogspot.com&lt;/a&gt;.&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=63b05e93-cffd-4c9c-9b9f-a622fc875a30" /&gt;</description>
      <comments>http://www.commandbreak.com/CommentView,guid,63b05e93-cffd-4c9c-9b9f-a622fc875a30.aspx</comments>
      <category>General</category>
      <category>Powershell</category>
    </item>
    <item>
      <trackback:ping>http://www.commandbreak.com/Trackback.aspx?guid=5afd4649-da70-405c-baf9-f8958925457f</trackback:ping>
      <pingback:server>http://www.commandbreak.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.commandbreak.com/PermaLink,guid,5afd4649-da70-405c-baf9-f8958925457f.aspx</pingback:target>
      <dc:creator>Ben Parker</dc:creator>
      <wfw:comment>http://www.commandbreak.com/CommentView,guid,5afd4649-da70-405c-baf9-f8958925457f.aspx</wfw:comment>
      <wfw:commentRss>http://www.commandbreak.com/SyndicationService.asmx/GetEntryCommentsRss?guid=5afd4649-da70-405c-baf9-f8958925457f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.commandbreak.com/2008/09/25/BroadcomAndWinPEUnattendxml.aspx">The
WinPE customisations keep coming</a>, wanting more information about the system you
are running WinPE on?
</p>
        <p>
If you are familiar with BGInfo, you already know that it is a great way of displaying
information about a system and you probably already use it in your base server build
(for those not in the know check out <a href="http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx">BGInfo
on TechNet</a>). But what you may not know is that it works in WinPE and you can draw
that same information out and display it on the screen.
</p>
        <p>
Simply add the BGInfo executable and custom layout file to your WinPE scripts directory,
modify your unattend.xml to include "X:\BGInfo.exe /accepteula /timer:0 /iqX:\WinPE.bgi
/silent" and you are up and running.
</p>
        <p>
To get you started I have added my layout file for download <a href="http://www.commandbreak.com/content/binary/WinPE.bgi">WinPE.bgi
(1.96 KB)</a>.
</p>
        <p>
          <font color="#ff0000">NOTE: BGInfo is a 32-bit executable and since WinPE 2.0 64-bit
doesn't support WOW it will only work in a 32-bit WinPE environment.</font>
        </p>
        <img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=5afd4649-da70-405c-baf9-f8958925457f" />
      </body>
      <title>BGInfo in WinPE</title>
      <guid isPermaLink="false">http://www.commandbreak.com/PermaLink,guid,5afd4649-da70-405c-baf9-f8958925457f.aspx</guid>
      <link>http://www.commandbreak.com/2008/10/22/BGInfoInWinPE.aspx</link>
      <pubDate>Wed, 22 Oct 2008 09:07:37 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.commandbreak.com/2008/09/25/BroadcomAndWinPEUnattendxml.aspx"&gt;The
WinPE customisations keep coming&lt;/a&gt;, wanting more information about the system you
are running WinPE on?
&lt;/p&gt;
&lt;p&gt;
If you are familiar with BGInfo, you already&amp;nbsp;know that it is a great way of displaying
information about a system and you probably already use it in your base server build
(for those not in the know check out &lt;a href="http://technet.microsoft.com/en-us/sysinternals/bb897557.aspx"&gt;BGInfo
on TechNet&lt;/a&gt;). But what you may not know is that it works in WinPE and you can draw
that same information out and display it on the screen.
&lt;/p&gt;
&lt;p&gt;
Simply add the BGInfo executable and custom layout file to your WinPE scripts directory,
modify your unattend.xml to include "X:\BGInfo.exe /accepteula /timer:0 /iqX:\WinPE.bgi
/silent" and you are up and running.
&lt;/p&gt;
&lt;p&gt;
To get you started I have added my layout file for download&amp;nbsp;&lt;a href="http://www.commandbreak.com/content/binary/WinPE.bgi"&gt;WinPE.bgi
(1.96 KB)&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#ff0000&gt;NOTE: BGInfo is a 32-bit executable and since WinPE 2.0 64-bit
doesn't support WOW it will only work in a 32-bit WinPE environment.&lt;/font&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=5afd4649-da70-405c-baf9-f8958925457f" /&gt;</description>
      <comments>http://www.commandbreak.com/CommentView,guid,5afd4649-da70-405c-baf9-f8958925457f.aspx</comments>
      <category>MDT</category>
      <category>WinPE</category>
    </item>
    <item>
      <trackback:ping>http://www.commandbreak.com/Trackback.aspx?guid=cce2dea9-0ab8-440b-9cd0-41d57bab74f8</trackback:ping>
      <pingback:server>http://www.commandbreak.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.commandbreak.com/PermaLink,guid,cce2dea9-0ab8-440b-9cd0-41d57bab74f8.aspx</pingback:target>
      <dc:creator>Ben Parker</dc:creator>
      <wfw:comment>http://www.commandbreak.com/CommentView,guid,cce2dea9-0ab8-440b-9cd0-41d57bab74f8.aspx</wfw:comment>
      <wfw:commentRss>http://www.commandbreak.com/SyndicationService.asmx/GetEntryCommentsRss?guid=cce2dea9-0ab8-440b-9cd0-41d57bab74f8</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Something that I have been meaning to write up for some time now...
</p>
        <p>
In nearly every environment I have worked in I have always come across some
type of issue with Broadcom NICs.
</p>
        <p>
In my most recent bout, it was determined that the network wasn't always
(seemed to swap between having link negotation issues and invalid IP addresses)
100% initialised in WinPE before a task in the unattend.xml started executing.
In our particular case we were working with Microsoft Deployment Toolkit which builds
a custom WinPE image as part of deployment point synchronising.
</p>
        <p>
          <strong>Sample boot.bat</strong>
        </p>
        <p>
@echo off<br />
echo.<br />
echo INFO: Executing Sleep<br />
echo.<br />
cscript //nologo "%systemdrive%\sleep.vbs" 10<br />
echo.<br />
echo INFO: Renewing IP Address<br />
ipconfig /renew<br />
echo.<br />
echo INFO: Executing Sleep<br />
echo.<br />
cscript //nologo "%systemdrive%\sleep.vbs" 10<br />
echo.
</p>
        <p>
          <strong>Sample sleep.vbs</strong>
        </p>
        <font size="2">
          <p>
If Wscript.Arguments.Count = 0 Then<br />
   ' Print Usage then quit<br />
   Wscript.Echo "Usage: cscript sleep.vbs 
</p>
        </font>
        <font color="#0000ff" size="2">
          <font color="#0000ff" size="2">&lt;</font>
        </font>
        <font color="#a31515" size="2">
          <font color="#a31515" size="2">Number</font>
        </font>
        <font color="#0000ff" size="2">
          <font color="#0000ff" size="2">&gt;</font>
        </font>
        <font size="2">"<br />
   Wscript.Echo " </font>
        <font color="#0000ff" size="2">
          <font color="#0000ff" size="2">&lt;</font>
        </font>
        <font color="#a31515" size="2">
          <font color="#a31515" size="2">Number</font>
        </font>
        <font color="#0000ff" size="2">
          <font color="#0000ff" size="2">&gt;</font>
        </font>
        <font size="2"> -
Number of seconds to sleep."<br />
   Wscript.Quit<br />
Else<br />
   ' Print how long we are sleeping for<br />
   Wscript.Echo "INFO: Sleeping for " &amp; Wscript.Arguments.Item(0) &amp;
" seconds"<br />
   NumSeconds = Wscript.Arguments.Item(0) * 1000<br />
   'Sleep<br />
   Wscript.Sleep(NumSeconds)<br />
End If
</font>
        <p>
          <strong>Unattend.xml Extract</strong>
        </p>
        <p>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&lt;</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">RunSynchronous</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
   &lt;</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">RunSynchronousCommand</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">
            </font>
          </font>
          <font color="#ff0000" size="2">
            <font color="#ff0000" size="2">wcm:action</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">=</font>
          </font>
          <font color="#000000" size="2">"</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">add</font>
          </font>
          <font color="#000000" size="2">"</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
      &lt;</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Description</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;</font>
          </font>
          <font color="#000000" size="2">CommandBreak
WINPE Customisations</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&lt;/</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Description</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
      &lt;</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Order</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;</font>
          </font>
          <font color="#000000" size="2">1</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&lt;/</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Order</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
      &lt;</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Path</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;</font>
          </font>
          <font color="#000000" size="2">X:\boot.bat</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&lt;/</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Path</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
   </font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&lt;/</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">RunSynchronousCommand</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
   &lt;</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">RunSynchronousCommand</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">
            </font>
          </font>
          <font color="#ff0000" size="2">
            <font color="#ff0000" size="2">wcm:action</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">=</font>
          </font>
          <font color="#000000" size="2">"</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">add</font>
          </font>
          <font color="#000000" size="2">"</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
      &lt;</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Description</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;</font>
          </font>
          <font color="#000000" size="2">Lite
Touch PE</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&lt;/</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Description</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
      &lt;</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Order</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;</font>
          </font>
          <font color="#000000" size="2">2</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&lt;/</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Order</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
      &lt;</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Path</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;</font>
          </font>
          <font color="#000000" size="2">wscript.exe
X:\Deploy\Scripts\LiteTouch.wsf</font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&lt;/</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">Path</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
   &lt;/</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">RunSynchronousCommand</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;<br />
&lt;/</font>
          </font>
          <font color="#a31515" size="2">
            <font color="#a31515" size="2">RunSynchronous</font>
          </font>
          <font color="#0000ff" size="2">
            <font color="#0000ff" size="2">&gt;
</font>
          </font>
        </p>
        <img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=cce2dea9-0ab8-440b-9cd0-41d57bab74f8" />
      </body>
      <title>Broadcom and WinPE Unattend.xml</title>
      <guid isPermaLink="false">http://www.commandbreak.com/PermaLink,guid,cce2dea9-0ab8-440b-9cd0-41d57bab74f8.aspx</guid>
      <link>http://www.commandbreak.com/2008/09/25/BroadcomAndWinPEUnattendxml.aspx</link>
      <pubDate>Thu, 25 Sep 2008 13:09:05 GMT</pubDate>
      <description>&lt;p&gt;
Something that I have been meaning to write up for some time now...
&lt;/p&gt;
&lt;p&gt;
In nearly every environment I have worked in I have&amp;nbsp;always&amp;nbsp;come across some
type of issue with Broadcom NICs.
&lt;/p&gt;
&lt;p&gt;
In my most recent bout,&amp;nbsp;it was determined that the network wasn't&amp;nbsp;always
(seemed to swap between having&amp;nbsp;link negotation issues and invalid&amp;nbsp;IP addresses)
100%&amp;nbsp;initialised in WinPE before a task in the unattend.xml started executing.
In our particular case we were working with Microsoft Deployment Toolkit which builds
a custom WinPE image as part of deployment point synchronising.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Sample boot.bat&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
@echo off&lt;br&gt;
echo.&lt;br&gt;
echo INFO: Executing Sleep&lt;br&gt;
echo.&lt;br&gt;
cscript //nologo "%systemdrive%\sleep.vbs" 10&lt;br&gt;
echo.&lt;br&gt;
echo INFO: Renewing IP Address&lt;br&gt;
ipconfig /renew&lt;br&gt;
echo.&lt;br&gt;
echo INFO: Executing Sleep&lt;br&gt;
echo.&lt;br&gt;
cscript //nologo "%systemdrive%\sleep.vbs" 10&lt;br&gt;
echo.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Sample sleep.vbs&lt;/strong&gt;
&lt;/p&gt;
&lt;font size=2&gt; 
&lt;p&gt;
If Wscript.Arguments.Count = 0 Then&lt;br&gt;
&amp;nbsp;&amp;nbsp; ' Print Usage then quit&lt;br&gt;
&amp;nbsp;&amp;nbsp; Wscript.Echo "Usage: cscript sleep.vbs 
&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Number&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt;"&lt;br&gt;
&amp;nbsp;&amp;nbsp; Wscript.Echo " &lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Number&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font size=2&gt; -
Number of seconds to sleep."&lt;br&gt;
&amp;nbsp;&amp;nbsp; Wscript.Quit&lt;br&gt;
Else&lt;br&gt;
&amp;nbsp;&amp;nbsp; ' Print how long we are sleeping for&lt;br&gt;
&amp;nbsp;&amp;nbsp; Wscript.Echo "INFO: Sleeping for " &amp;amp; Wscript.Arguments.Item(0) &amp;amp;
" seconds"&lt;br&gt;
&amp;nbsp;&amp;nbsp; NumSeconds = Wscript.Arguments.Item(0) * 1000&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;'Sleep&lt;br&gt;
&amp;nbsp;&amp;nbsp; Wscript.Sleep(NumSeconds)&lt;br&gt;
End If&gt;
&lt;/font&gt; 
&lt;p&gt;
&lt;strong&gt;Unattend.xml Extract&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;RunSynchronous&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;RunSynchronousCommand&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;&lt;font color=#ff0000 size=2&gt;wcm:action&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;add&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Description&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;CommandBreak
WINPE Customisations&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Description&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Order&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;1&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Order&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Path&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;X:\boot.bat&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Path&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;RunSynchronousCommand&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;RunSynchronousCommand&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color=#ff0000 size=2&gt;&lt;font color=#ff0000 size=2&gt;wcm:action&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;=&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;add&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;"&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Description&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;Lite
Touch PE&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Description&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Order&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;2&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Order&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Path&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;/font&gt;&lt;/font&gt;&lt;font color=#000000 size=2&gt;wscript.exe
X:\Deploy\Scripts\LiteTouch.wsf&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;Path&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;RunSynchronousCommand&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;&lt;br&gt;
&amp;lt;/&lt;/font&gt;&lt;/font&gt;&lt;font color=#a31515 size=2&gt;&lt;font color=#a31515 size=2&gt;RunSynchronous&lt;/font&gt;&lt;/font&gt;&lt;font color=#0000ff size=2&gt;&lt;font color=#0000ff size=2&gt;&amp;gt;
&lt;/p&gt;
&gt;&gt;&lt;img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=cce2dea9-0ab8-440b-9cd0-41d57bab74f8" /&gt;</description>
      <comments>http://www.commandbreak.com/CommentView,guid,cce2dea9-0ab8-440b-9cd0-41d57bab74f8.aspx</comments>
      <category>Hardware</category>
      <category>MDT</category>
      <category>Network</category>
      <category>WinPE</category>
    </item>
    <item>
      <trackback:ping>http://www.commandbreak.com/Trackback.aspx?guid=a8393b72-1c2b-4621-bf0f-7902417130f1</trackback:ping>
      <pingback:server>http://www.commandbreak.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.commandbreak.com/PermaLink,guid,a8393b72-1c2b-4621-bf0f-7902417130f1.aspx</pingback:target>
      <dc:creator>Ben Parker</dc:creator>
      <wfw:comment>http://www.commandbreak.com/CommentView,guid,a8393b72-1c2b-4621-bf0f-7902417130f1.aspx</wfw:comment>
      <wfw:commentRss>http://www.commandbreak.com/SyndicationService.asmx/GetEntryCommentsRss?guid=a8393b72-1c2b-4621-bf0f-7902417130f1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal">
Patching is one of those tasks you want to bundle up with some other critical work
that you can kick off on the side while you dig into the pizza you expensed for
dinner. It is necessary work but never exciting.
</p>
        <p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal">
So imagine my surprise when I applied ISA 2006 Service Pack 1 and got new features,
it was like XP Service Pack 2 all over again :)
</p>
        <p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal">
New to the ISA Management console is Change Tracking, and once enable will keep detailed
records on what really changed after the new guy has implemented an RFC.
</p>
        <p style="MARGIN: 0cm 0cm 10pt" class="MsoNormal">
 
</p>
        <p>
        </p>
        <p align="center">
          <img border="0" src="http://www.commandbreak.com/content/binary/isa_change_tracking.png" />
        </p>
        <p align="left">
          <span style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-AU; mso-bidi-language: AR-SA">
          </span> 
</p>
        <p align="left">
          <span style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-AU; mso-bidi-language: AR-SA">
            <font size="2">This
feature is fantastic! Even if you have processes out the wazoo this information will
be invaluable when you really want to know </font>
            <a href="http://www.thewebsiteisdown.com/salesguy.html">
              <font size="2">why
the website really went down</font>
            </a>
            <font size="2">.</font>
          </span>
        </p>
        <p align="left">
          <span style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-AU; mso-bidi-language: AR-SA">
            <span style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-AU; mso-bidi-language: AR-SA">
              <font size="2">Change
management isn’t the only new feature to ISA 2006; there is also rule testing and
traffic simulators (just to name a few). Check out </font>
              <a href="http://technet.microsoft.com/en-us/library/cc707230.aspx">
                <font size="2">http://technet.microsoft.com/en-us/library/cc707230.aspx</font>
              </a>
              <font size="2"> for
the full story.</font>
            </span>
          </span>
        </p>
        <img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=a8393b72-1c2b-4621-bf0f-7902417130f1" />
      </body>
      <title>ISA 2006 SP1 and Change Tracking</title>
      <guid isPermaLink="false">http://www.commandbreak.com/PermaLink,guid,a8393b72-1c2b-4621-bf0f-7902417130f1.aspx</guid>
      <link>http://www.commandbreak.com/2008/09/03/ISA2006SP1AndChangeTracking.aspx</link>
      <pubDate>Wed, 03 Sep 2008 07:51:08 GMT</pubDate>
      <description>&lt;p style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;
Patching is one of those tasks you want to bundle up with some other critical work
that you can kick off on the side while you dig into&amp;nbsp;the&amp;nbsp;pizza you expensed&amp;nbsp;for
dinner. It is necessary work but never exciting.
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;
So imagine my surprise when I applied ISA 2006 Service Pack 1 and got new features,
it was like XP Service Pack 2 all over again :)
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;
New to the ISA Management console is Change Tracking, and once enable will keep detailed
records on what really changed after the new guy has implemented an RFC.
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 10pt" class=MsoNormal&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img border=0 src="http://www.commandbreak.com/content/binary/isa_change_tracking.png"&gt;
&lt;/p&gt;
&lt;p align=left&gt;
&lt;span style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-AU; mso-bidi-language: AR-SA"&gt;&lt;/span&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p align=left&gt;
&lt;span style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-AU; mso-bidi-language: AR-SA"&gt;&lt;font size=2&gt;This
feature is fantastic! Even if you have processes out the wazoo this information will
be invaluable when you really want to know &lt;/font&gt;&lt;a href="http://www.thewebsiteisdown.com/salesguy.html"&gt;&lt;font size=2&gt;why
the website really went down&lt;/font&gt;&lt;/a&gt;&lt;font size=2&gt;.&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p align=left&gt;
&lt;span style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-AU; mso-bidi-language: AR-SA"&gt;&lt;span style="FONT-SIZE: 11pt; LINE-HEIGHT: 115%; FONT-FAMILY: 'Calibri','sans-serif'; mso-ascii-theme-font: minor-latin; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-hansi-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-fareast-language: EN-US; mso-ansi-language: EN-AU; mso-bidi-language: AR-SA"&gt;&lt;font size=2&gt;Change
management isn’t the only new feature to ISA 2006; there is also rule testing and
traffic simulators (just to name a few). Check out &lt;/font&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc707230.aspx"&gt;&lt;font size=2&gt;http://technet.microsoft.com/en-us/library/cc707230.aspx&lt;/font&gt;&lt;/a&gt;&lt;font size=2&gt; for
the full story.&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=a8393b72-1c2b-4621-bf0f-7902417130f1" /&gt;</description>
      <comments>http://www.commandbreak.com/CommentView,guid,a8393b72-1c2b-4621-bf0f-7902417130f1.aspx</comments>
      <category>ISA</category>
    </item>
    <item>
      <trackback:ping>http://www.commandbreak.com/Trackback.aspx?guid=53004814-7f71-4772-bba2-4b77988d9b73</trackback:ping>
      <pingback:server>http://www.commandbreak.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.commandbreak.com/PermaLink,guid,53004814-7f71-4772-bba2-4b77988d9b73.aspx</pingback:target>
      <dc:creator>Ben Parker</dc:creator>
      <wfw:comment>http://www.commandbreak.com/CommentView,guid,53004814-7f71-4772-bba2-4b77988d9b73.aspx</wfw:comment>
      <wfw:commentRss>http://www.commandbreak.com/SyndicationService.asmx/GetEntryCommentsRss?guid=53004814-7f71-4772-bba2-4b77988d9b73</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I came across this problem the other day, where I wanted to determine if a Virtual
Machine was running on Hyper-V or Virtual Server 2005 host system.
</p>
        <p>
WMI exposes the <a href="http://msdn.microsoft.com/en-us/library/aa394102.aspx">Win32_ComputerSystem</a> class
which contains information about the Manufacturer and Model of a particular system
(this is very hand if you want to check type of system before installing an application,
e.g. Virtual Machine Additions). The unfortunate news is that Win32_ComputerSystem
returns the following on both Hyper-V and Virtual Server hosts:
</p>
        <p align="center">
          <img src="http://www.commandbreak.com/content/binary/Wmi_Hyper-V_Detect_1.png" border="0" />
        </p>
        <p>
So how to determine what it is I am looking at? Well there is another WMI class, <a href="http://msdn.microsoft.com/en-us/library/aa394077(VS.85).aspx">Win32_BIOS</a>,
which can help. Here you can see a difference in the Version between products.
</p>
        <p>
          <strong>Hyper-V</strong>
        </p>
        <p align="center">
          <strong>
            <img src="http://www.commandbreak.com/content/binary/Wmi_Hyper-V_Detect_2.png" border="0" />
          </strong>
        </p>
        <p>
          <strong>Virtual Server 2005 SP1</strong>
        </p>
        <p align="center">
          <img src="http://www.commandbreak.com/content/binary/Wmi_Hyper-V_Detect_3.png" border="0" />
        </p>
        <p>
So far this seems to work for me; I am interested if anyone has alternate suggestions
on how to solve my little problem, especially if there are cases where this will break
(for example limiting the CPU functionality to run NT 4.0?)<br /></p>
        <img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=53004814-7f71-4772-bba2-4b77988d9b73" />
      </body>
      <title>Is my VM running on Hyper-V?</title>
      <guid isPermaLink="false">http://www.commandbreak.com/PermaLink,guid,53004814-7f71-4772-bba2-4b77988d9b73.aspx</guid>
      <link>http://www.commandbreak.com/2008/05/15/IsMyVMRunningOnHyperV.aspx</link>
      <pubDate>Thu, 15 May 2008 05:40:55 GMT</pubDate>
      <description>&lt;p&gt;
I came across this problem the other day, where I wanted to determine if a Virtual
Machine was running on Hyper-V or Virtual Server 2005 host system.
&lt;/p&gt;
&lt;p&gt;
WMI exposes the &lt;a href="http://msdn.microsoft.com/en-us/library/aa394102.aspx"&gt;Win32_ComputerSystem&lt;/a&gt; class
which contains information about the Manufacturer and Model of a particular system
(this is very hand if you want to check type of system before installing an application,
e.g. Virtual Machine Additions). The unfortunate news is that Win32_ComputerSystem
returns the following on both Hyper-V and Virtual Server hosts:
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.commandbreak.com/content/binary/Wmi_Hyper-V_Detect_1.png" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
So how to determine what it is I am looking at? Well there is another WMI class, &lt;a href="http://msdn.microsoft.com/en-us/library/aa394077(VS.85).aspx"&gt;Win32_BIOS&lt;/a&gt;,
which can help. Here you can see a difference in the Version between products.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Hyper-V&lt;/strong&gt;
&lt;/p&gt;
&lt;p align=center&gt;
&lt;strong&gt;&lt;img src="http://www.commandbreak.com/content/binary/Wmi_Hyper-V_Detect_2.png" border=0&gt;&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Virtual Server 2005 SP1&lt;/strong&gt;
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.commandbreak.com/content/binary/Wmi_Hyper-V_Detect_3.png" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
So far this seems to work for me; I am interested if anyone has alternate suggestions
on how to solve my little problem, especially if there are cases where this will break
(for example limiting the CPU functionality to run NT 4.0?)&lt;br&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=53004814-7f71-4772-bba2-4b77988d9b73" /&gt;</description>
      <comments>http://www.commandbreak.com/CommentView,guid,53004814-7f71-4772-bba2-4b77988d9b73.aspx</comments>
      <category>Hyper-V</category>
      <category>Powershell</category>
    </item>
    <item>
      <trackback:ping>http://www.commandbreak.com/Trackback.aspx?guid=58667dda-831e-42d5-b4a4-5550917482cd</trackback:ping>
      <pingback:server>http://www.commandbreak.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.commandbreak.com/PermaLink,guid,58667dda-831e-42d5-b4a4-5550917482cd.aspx</pingback:target>
      <dc:creator>Ben Parker</dc:creator>
      <wfw:comment>http://www.commandbreak.com/CommentView,guid,58667dda-831e-42d5-b4a4-5550917482cd.aspx</wfw:comment>
      <wfw:commentRss>http://www.commandbreak.com/SyndicationService.asmx/GetEntryCommentsRss?guid=58667dda-831e-42d5-b4a4-5550917482cd</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Not long now till I tie the knot and if you are in the same boat, you may not have
realised how many geek wedding accessories are out there.
</p>
        <p>
With a little help for <a href="http://secretgeek.net/">Leon</a> we have found a few
things to make that special day that bit more geeky!
</p>
        <p>
 
</p>
        <p align="center">
          <a href="http://www.etsy.com/view_listing.php?listing_id=10501732">
            <img src="http://www.commandbreak.com/content/binary/wedding_RJ45_rings.png" border="0" />
          </a>
        </p>
        <p align="center">
 
</p>
        <p align="center">
          <a href="http://www.geeksugar.com/191821">
            <img src="http://www.commandbreak.com/content/binary/wedding_StarWars_cake.png" border="0" />
          </a>
        </p>
        <img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=58667dda-831e-42d5-b4a4-5550917482cd" />
      </body>
      <title>Tie the knot - Geek style</title>
      <guid isPermaLink="false">http://www.commandbreak.com/PermaLink,guid,58667dda-831e-42d5-b4a4-5550917482cd.aspx</guid>
      <link>http://www.commandbreak.com/2008/04/24/TieTheKnotGeekStyle.aspx</link>
      <pubDate>Thu, 24 Apr 2008 11:37:46 GMT</pubDate>
      <description>&lt;p&gt;
Not long now till I tie the knot and if you are in the same boat, you may not have
realised how many geek wedding accessories are out there.
&lt;/p&gt;
&lt;p&gt;
With a little help for &lt;a href="http://secretgeek.net/"&gt;Leon&lt;/a&gt; we have found a few
things to make that special day that bit more geeky!
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p align=center&gt;
&lt;a href="http://www.etsy.com/view_listing.php?listing_id=10501732"&gt;&lt;img src="http://www.commandbreak.com/content/binary/wedding_RJ45_rings.png" border=0&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align=center&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p align=center&gt;
&lt;a href="http://www.geeksugar.com/191821"&gt;&lt;img src="http://www.commandbreak.com/content/binary/wedding_StarWars_cake.png" border=0&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=58667dda-831e-42d5-b4a4-5550917482cd" /&gt;</description>
      <comments>http://www.commandbreak.com/CommentView,guid,58667dda-831e-42d5-b4a4-5550917482cd.aspx</comments>
      <category>General</category>
    </item>
    <item>
      <trackback:ping>http://www.commandbreak.com/Trackback.aspx?guid=1d3bd4f5-a544-4d50-b54d-602e6c5d605b</trackback:ping>
      <pingback:server>http://www.commandbreak.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.commandbreak.com/PermaLink,guid,1d3bd4f5-a544-4d50-b54d-602e6c5d605b.aspx</pingback:target>
      <dc:creator>Ben Parker</dc:creator>
      <wfw:comment>http://www.commandbreak.com/CommentView,guid,1d3bd4f5-a544-4d50-b54d-602e6c5d605b.aspx</wfw:comment>
      <wfw:commentRss>http://www.commandbreak.com/SyndicationService.asmx/GetEntryCommentsRss?guid=1d3bd4f5-a544-4d50-b54d-602e6c5d605b</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Last week I was configuring a lab server with Hyper-V RC0 when I came across this
error after creating a Virtual Switch with VLAN ID enabled:<br /><font face="Courier New"></font></p>
        <p dir="ltr" style="MARGIN-RIGHT: 0px">
          <font face="Courier New">
            <font color="#ff0000">Switch set up failed</font>, name='3742d220-e73d-4ae5-bf0c-429ca168dc41',
external port='d02dcb9e-76d4-496a-9c17-ea808e5ce125', internal port='375e5f91-b1fb-415d-8717-cd3ea36c9753',
NIC='{165929BF-5BA2-4887-BC54-1D52C1A6BE61}', internal name='07b53c30-5d56-4a2d-a542-146773d39299',
internal friendly name='Virtual Network Connection (VLAN Trunk)', <font color="#ff0000">error=2147749896</font>,
mof code=0.</font>
          <br />
        </p>
        <p>
Located in the Hyper-V application log this error resulted in a failed switch configuration
and without a supported way to remove Virtual Switches (doesn’t seem right does it?)
prevents you from creating any other network using that interface.
</p>
        <p>
          <br />
Turns out that this error occurs if you are creating a new network (with VLAN ID enabled)
on a physical interface that doesn’t have a default VLAN ID specified, see example
image below.
</p>
        <p align="center">
          <img src="http://www.commandbreak.com/content/binary/Bcom_VlanId_config.png" border="0" />
        </p>
        <p>
          <br />
        </p>
        <strong>
        </strong>
        <p>
          <strong>Hyper-V Networking</strong>
          <br />
Hyper-V provides many networking improvements and the Virtual PC Guy’s has put together
a great blog post explaining the changes, worth while reading for those making the
move from Virtual Server.<br /><a href="http://blogs.msdn.com/virtual_pc_guy/archive/2008/01/08/understanding-networking-with-hyper-v.aspx">Understanding
Networking with Hyper-V</a></p>
        <img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=1d3bd4f5-a544-4d50-b54d-602e6c5d605b" />
      </body>
      <title>Hyper-V – Error 2147749896</title>
      <guid isPermaLink="false">http://www.commandbreak.com/PermaLink,guid,1d3bd4f5-a544-4d50-b54d-602e6c5d605b.aspx</guid>
      <link>http://www.commandbreak.com/2008/04/20/HyperVError2147749896.aspx</link>
      <pubDate>Sun, 20 Apr 2008 09:26:05 GMT</pubDate>
      <description>&lt;p&gt;
Last week I was configuring a lab server with Hyper-V RC0 when I came across this
error after creating a Virtual Switch with VLAN ID enabled:&lt;br&gt;
&lt;font face="Courier New"&gt;&lt;/font&gt;
&lt;/p&gt;
&lt;p dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;font face="Courier New"&gt;&lt;font color=#ff0000&gt;Switch set up failed&lt;/font&gt;, name='3742d220-e73d-4ae5-bf0c-429ca168dc41',
external port='d02dcb9e-76d4-496a-9c17-ea808e5ce125', internal port='375e5f91-b1fb-415d-8717-cd3ea36c9753',
NIC='{165929BF-5BA2-4887-BC54-1D52C1A6BE61}', internal name='07b53c30-5d56-4a2d-a542-146773d39299',
internal friendly name='Virtual Network Connection (VLAN Trunk)', &lt;font color=#ff0000&gt;error=2147749896&lt;/font&gt;,
mof code=0.&lt;/font&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;
Located in the Hyper-V application log this error resulted in a failed switch configuration
and without a supported way to remove Virtual Switches (doesn’t seem right does it?)
prevents you from creating any other network using that interface.
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
Turns out that this error occurs if you are creating a new network (with VLAN ID enabled)
on a physical interface that doesn’t have a default VLAN ID specified, see example
image below.
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.commandbreak.com/content/binary/Bcom_VlanId_config.png" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;strong&gt;&lt;/strong&gt; 
&lt;p&gt;
&lt;strong&gt;Hyper-V Networking&lt;/strong&gt;
&lt;br&gt;
Hyper-V provides many networking improvements and the Virtual PC Guy’s has put together
a great blog post explaining the changes, worth while reading for those making the
move from Virtual Server.&lt;br&gt;
&lt;a href="http://blogs.msdn.com/virtual_pc_guy/archive/2008/01/08/understanding-networking-with-hyper-v.aspx"&gt;Understanding
Networking with Hyper-V&lt;/a&gt;
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=1d3bd4f5-a544-4d50-b54d-602e6c5d605b" /&gt;</description>
      <comments>http://www.commandbreak.com/CommentView,guid,1d3bd4f5-a544-4d50-b54d-602e6c5d605b.aspx</comments>
      <category>Hyper-V</category>
      <category>Network</category>
    </item>
    <item>
      <trackback:ping>http://www.commandbreak.com/Trackback.aspx?guid=780281b3-dea8-4797-9804-640dcb652445</trackback:ping>
      <pingback:server>http://www.commandbreak.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.commandbreak.com/PermaLink,guid,780281b3-dea8-4797-9804-640dcb652445.aspx</pingback:target>
      <dc:creator>Ben Parker</dc:creator>
      <wfw:comment>http://www.commandbreak.com/CommentView,guid,780281b3-dea8-4797-9804-640dcb652445.aspx</wfw:comment>
      <wfw:commentRss>http://www.commandbreak.com/SyndicationService.asmx/GetEntryCommentsRss?guid=780281b3-dea8-4797-9804-640dcb652445</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">I love my media center and for some time
now it has been playing/pausing/recording all my media <a href="http://en.wikipedia.org/wiki/Woman_acceptance_factor">without
major issue</a> (especially after moving too Vista Ultimate). Now I did say major
issue! Since day dot I have had one problem; 1+ second delay on key presses with my
Terratec remote control. 
<p>
The explanation is simple; the Terratec remote has programmed keys, and it requires
that you install a <a href="http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx">hardware
application</a> to capture the incoming signal, and then process them as actions in
whatever application you happen to be using, making it one of the most versatile remotes
available. It’s just unfortunate that the user experience and general design are so
crap, just look at it, what were they thinking?
</p><p align="center"><img src="http://www.commandbreak.com/content/binary/terratec_remote.png" border="0" /></p><p>
Until recently there haven’t been many other options just a lot of <a href="http://www.istartedsomething.com/20061129/vista-mce-remote/">promises</a> (and <a href="http://gizmodo.com/gadgets/home-entertainment/windows-vista-media-center-remote-control-208210.php">more
promises</a>) that there will be a new remote available for Vista MCE although nothing
ever appeared on the <a href="http://www.microsoft.com/hardware">Microsoft Hardware</a> site.
:(
</p><p>
Well here they are... turns out that Microsoft has left it to hardware manufactures
to take up the fight and conform to the new IR RC6 and Windows Logo Program.
</p><p align="center"><a href="http://www.origenae.com/en/accessory_rc197.htm"><img src="http://www.commandbreak.com/content/binary/origen_remote.png" border="0" /></a>     <a href="http://www.rockrock.com.au/index.php?page=shop.product_details&amp;flypage=shop.flypage&amp;product_id=99&amp;category_id=77&amp;manufacturer_id=0&amp;option=com_virtuemart&amp;Itemid=173"><img src="http://www.commandbreak.com/content/binary/rock_remote.png" border="0" /></a></p><p align="center"><a href="http://www.trust.com/products/product_detail.aspx?item=15254"><img src="http://www.commandbreak.com/content/binary/trust_remote.png" border="0" /></a></p><p>
Now all that is left is deciding which one to buy :)
</p><img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=780281b3-dea8-4797-9804-640dcb652445" /></body>
      <title>Vista Media Center Remote Control</title>
      <guid isPermaLink="false">http://www.commandbreak.com/PermaLink,guid,780281b3-dea8-4797-9804-640dcb652445.aspx</guid>
      <link>http://www.commandbreak.com/2008/02/16/VistaMediaCenterRemoteControl.aspx</link>
      <pubDate>Sat, 16 Feb 2008 14:20:45 GMT</pubDate>
      <description>I love my media center and for some time now it has been playing/pausing/recording all my media &lt;a href="http://en.wikipedia.org/wiki/Woman_acceptance_factor"&gt;without
major issue&lt;/a&gt; (especially after moving too Vista Ultimate). Now I did say major
issue! Since day dot I have had one problem; 1+ second delay on key presses with my
Terratec remote control. 
&lt;p&gt;
The explanation is simple; the Terratec remote has programmed keys, and it requires
that you install a &lt;a href="http://blogs.technet.com/deploymentguys/archive/2008/02/15/driver-management-part-1-configuration-manager.aspx"&gt;hardware
application&lt;/a&gt; to capture the incoming signal, and then process them as actions in
whatever application you happen to be using, making it one of the most versatile remotes
available. It’s just unfortunate that the user experience and general design are so
crap, just look at it, what were they thinking?
&lt;/p&gt;
&lt;p align=center&gt;
&lt;img src="http://www.commandbreak.com/content/binary/terratec_remote.png" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
Until recently there haven’t been many other options just a lot of &lt;a href="http://www.istartedsomething.com/20061129/vista-mce-remote/"&gt;promises&lt;/a&gt; (and &lt;a href="http://gizmodo.com/gadgets/home-entertainment/windows-vista-media-center-remote-control-208210.php"&gt;more
promises&lt;/a&gt;) that there will be a new remote available for Vista MCE although nothing
ever appeared on the &lt;a href="http://www.microsoft.com/hardware"&gt;Microsoft Hardware&lt;/a&gt; site.
:(
&lt;/p&gt;
&lt;p&gt;
Well here they are... turns out that Microsoft has left it to hardware manufactures
to take up the fight and conform to the new IR RC6 and Windows Logo Program.
&lt;/p&gt;
&lt;p align=center&gt;
&lt;a href="http://www.origenae.com/en/accessory_rc197.htm"&gt;&lt;img src="http://www.commandbreak.com/content/binary/origen_remote.png" border=0&gt;&lt;/a&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://www.rockrock.com.au/index.php?page=shop.product_details&amp;amp;flypage=shop.flypage&amp;amp;product_id=99&amp;amp;category_id=77&amp;amp;manufacturer_id=0&amp;amp;option=com_virtuemart&amp;amp;Itemid=173"&gt;&lt;img src="http://www.commandbreak.com/content/binary/rock_remote.png" border=0&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p align=center&gt;
&lt;a href="http://www.trust.com/products/product_detail.aspx?item=15254"&gt;&lt;img src="http://www.commandbreak.com/content/binary/trust_remote.png" border=0&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
Now all that is left is deciding which one to buy :)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=780281b3-dea8-4797-9804-640dcb652445" /&gt;</description>
      <comments>http://www.commandbreak.com/CommentView,guid,780281b3-dea8-4797-9804-640dcb652445.aspx</comments>
      <category>Hardware</category>
      <category>Media Center</category>
    </item>
    <item>
      <trackback:ping>http://www.commandbreak.com/Trackback.aspx?guid=95164e34-3f67-4736-884c-71797fa8e152</trackback:ping>
      <pingback:server>http://www.commandbreak.com/pingback.aspx</pingback:server>
      <pingback:target>http://www.commandbreak.com/PermaLink,guid,95164e34-3f67-4736-884c-71797fa8e152.aspx</pingback:target>
      <dc:creator>Ben Parker</dc:creator>
      <wfw:comment>http://www.commandbreak.com/CommentView,guid,95164e34-3f67-4736-884c-71797fa8e152.aspx</wfw:comment>
      <wfw:commentRss>http://www.commandbreak.com/SyndicationService.asmx/GetEntryCommentsRss?guid=95164e34-3f67-4736-884c-71797fa8e152</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p align="left">
          <img src="http://www.commandbreak.com/content/binary/ws08_logo_hero.jpg" border="0" />
        </p>
        <p>
 
</p>
        <p>
Today <a href="http://www.microsoft.com/presspass/features/2008/feb08/02-04WS2008.mspx">Microsoft
announced the release of Windows Server 2008</a> to the public, and for the sake of
blogging and adding another new tag to my collection I decided to tell you all!
</p>
        <p>
For those with TechNet or MSDN subscriptions the 64-bit edition is now available for
download, the 32-bit edition and WAIK will be available in the next few days.
</p>
        <p>
Happy downloading
</p>
        <img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=95164e34-3f67-4736-884c-71797fa8e152" />
      </body>
      <title>Windows Server 2008 RTM</title>
      <guid isPermaLink="false">http://www.commandbreak.com/PermaLink,guid,95164e34-3f67-4736-884c-71797fa8e152.aspx</guid>
      <link>http://www.commandbreak.com/2008/02/04/WindowsServer2008RTM.aspx</link>
      <pubDate>Mon, 04 Feb 2008 23:22:51 GMT</pubDate>
      <description>&lt;p align=left&gt;
&lt;img src="http://www.commandbreak.com/content/binary/ws08_logo_hero.jpg" border=0&gt;
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Today &lt;a href="http://www.microsoft.com/presspass/features/2008/feb08/02-04WS2008.mspx"&gt;Microsoft
announced the release of Windows Server 2008&lt;/a&gt; to the public, and for the sake of
blogging and adding another new tag to my collection I decided to tell you all!
&lt;/p&gt;
&lt;p&gt;
For those with TechNet or MSDN subscriptions the 64-bit edition is now available for
download, the 32-bit edition and WAIK will be available in the next few days.
&lt;/p&gt;
&lt;p&gt;
Happy downloading
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.commandbreak.com/aggbug.ashx?id=95164e34-3f67-4736-884c-71797fa8e152" /&gt;</description>
      <comments>http://www.commandbreak.com/CommentView,guid,95164e34-3f67-4736-884c-71797fa8e152.aspx</comments>
      <category>Windows Server 2008</category>
    </item>
  </channel>
</rss>