<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>CommandBreak_</title>
  <link rel="alternate" type="text/html" href="http://www.commandbreak.com/" />
  <link rel="self" href="http://www.commandbreak.com/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2008-11-27T14:43:35.5373627+11:00</updated>
  <author>
    <name>Ben Parker</name>
  </author>
  <subtitle>sometimes Next isn't enough</subtitle>
  <id>http://www.commandbreak.com/</id>
  <generator uri="http://www.dasblog.net" version="2.0.7180.0">DasBlog</generator>
  <entry>
    <title>Did someone say my name..</title>
    <link rel="alternate" type="text/html" href="http://www.commandbreak.com/2008/11/27/DidSomeoneSayMyName.aspx" />
    <id>http://www.commandbreak.com/PermaLink,guid,63b05e93-cffd-4c9c-9b9f-a622fc875a30.aspx</id>
    <published>2008-11-27T14:43:35.537+11:00</published>
    <updated>2008-11-27T14:43:35.5373627+11:00</updated>
    <category term="General" label="General" scheme="http://www.commandbreak.com/CategoryView,category,General.aspx" />
    <category term="Powershell" label="Powershell" scheme="http://www.commandbreak.com/CategoryView,category,Powershell.aspx" />
    <content type="xhtml">
      <div 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" />
      </div>
    </content>
  </entry>
  <entry>
    <title>BGInfo in WinPE</title>
    <link rel="alternate" type="text/html" href="http://www.commandbreak.com/2008/10/22/BGInfoInWinPE.aspx" />
    <id>http://www.commandbreak.com/PermaLink,guid,5afd4649-da70-405c-baf9-f8958925457f.aspx</id>
    <published>2008-10-22T20:07:37.966+11:00</published>
    <updated>2008-10-22T20:07:37.966438+11:00</updated>
    <category term="MDT" label="MDT" scheme="http://www.commandbreak.com/CategoryView,category,MDT.aspx" />
    <category term="WinPE" label="WinPE" scheme="http://www.commandbreak.com/CategoryView,category,WinPE.aspx" />
    <content type="xhtml">
      <div 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" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Broadcom and WinPE Unattend.xml</title>
    <link rel="alternate" type="text/html" href="http://www.commandbreak.com/2008/09/25/BroadcomAndWinPEUnattendxml.aspx" />
    <id>http://www.commandbreak.com/PermaLink,guid,cce2dea9-0ab8-440b-9cd0-41d57bab74f8.aspx</id>
    <published>2008-09-25T23:09:05.017+10:00</published>
    <updated>2008-10-22T20:07:58.6225558+11:00</updated>
    <category term="Hardware" label="Hardware" scheme="http://www.commandbreak.com/CategoryView,category,Hardware.aspx" />
    <category term="MDT" label="MDT" scheme="http://www.commandbreak.com/CategoryView,category,MDT.aspx" />
    <category term="Network" label="Network" scheme="http://www.commandbreak.com/CategoryView,category,Network.aspx" />
    <category term="WinPE" label="WinPE" scheme="http://www.commandbreak.com/CategoryView,category,WinPE.aspx" />
    <content type="xhtml">
      <div 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" />
      </div>
    </content>
  </entry>
  <entry>
    <title>ISA 2006 SP1 and Change Tracking</title>
    <link rel="alternate" type="text/html" href="http://www.commandbreak.com/2008/09/03/ISA2006SP1AndChangeTracking.aspx" />
    <id>http://www.commandbreak.com/PermaLink,guid,a8393b72-1c2b-4621-bf0f-7902417130f1.aspx</id>
    <published>2008-09-03T17:51:08.961+10:00</published>
    <updated>2008-09-03T17:54:42.5851796+10:00</updated>
    <category term="ISA" label="ISA" scheme="http://www.commandbreak.com/CategoryView,category,ISA.aspx" />
    <content type="xhtml">
      <div 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" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Is my VM running on Hyper-V?</title>
    <link rel="alternate" type="text/html" href="http://www.commandbreak.com/2008/05/15/IsMyVMRunningOnHyperV.aspx" />
    <id>http://www.commandbreak.com/PermaLink,guid,53004814-7f71-4772-bba2-4b77988d9b73.aspx</id>
    <published>2008-05-15T15:40:55.487+10:00</published>
    <updated>2008-05-15T15:40:55.4879185+10:00</updated>
    <category term="Hyper-V" label="Hyper-V" scheme="http://www.commandbreak.com/CategoryView,category,Hyper-V.aspx" />
    <category term="Powershell" label="Powershell" scheme="http://www.commandbreak.com/CategoryView,category,Powershell.aspx" />
    <content type="xhtml">
      <div 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" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Tie the knot - Geek style</title>
    <link rel="alternate" type="text/html" href="http://www.commandbreak.com/2008/04/24/TieTheKnotGeekStyle.aspx" />
    <id>http://www.commandbreak.com/PermaLink,guid,58667dda-831e-42d5-b4a4-5550917482cd.aspx</id>
    <published>2008-04-24T21:37:46.2+10:00</published>
    <updated>2008-04-24T21:37:46.2003268+10:00</updated>
    <category term="General" label="General" scheme="http://www.commandbreak.com/CategoryView,category,General.aspx" />
    <content type="xhtml">
      <div 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" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Hyper-V – Error 2147749896</title>
    <link rel="alternate" type="text/html" href="http://www.commandbreak.com/2008/04/20/HyperVError2147749896.aspx" />
    <id>http://www.commandbreak.com/PermaLink,guid,1d3bd4f5-a544-4d50-b54d-602e6c5d605b.aspx</id>
    <published>2008-04-20T19:26:05.295+10:00</published>
    <updated>2008-04-24T21:38:43.9347018+10:00</updated>
    <category term="Hyper-V" label="Hyper-V" scheme="http://www.commandbreak.com/CategoryView,category,Hyper-V.aspx" />
    <category term="Network" label="Network" scheme="http://www.commandbreak.com/CategoryView,category,Network.aspx" />
    <content type="xhtml">
      <div 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" />
      </div>
    </content>
  </entry>
  <entry>
    <title>Vista Media Center Remote Control</title>
    <link rel="alternate" type="text/html" href="http://www.commandbreak.com/2008/02/16/VistaMediaCenterRemoteControl.aspx" />
    <id>http://www.commandbreak.com/PermaLink,guid,780281b3-dea8-4797-9804-640dcb652445.aspx</id>
    <published>2008-02-17T01:20:45.983+11:00</published>
    <updated>2008-02-17T01:20:45.983205+11:00</updated>
    <category term="Hardware" label="Hardware" scheme="http://www.commandbreak.com/CategoryView,category,Hardware.aspx" />
    <category term="Media Center" label="Media Center" scheme="http://www.commandbreak.com/CategoryView,category,Media%2BCenter.aspx" />
    <content type="xhtml">
      <div 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" /></div>
    </content>
  </entry>
  <entry>
    <title>Windows Server 2008 RTM</title>
    <link rel="alternate" type="text/html" href="http://www.commandbreak.com/2008/02/04/WindowsServer2008RTM.aspx" />
    <id>http://www.commandbreak.com/PermaLink,guid,95164e34-3f67-4736-884c-71797fa8e152.aspx</id>
    <published>2008-02-05T10:22:51.563+11:00</published>
    <updated>2008-02-05T10:22:51.5631475+11:00</updated>
    <category term="Windows Server 2008" label="Windows Server 2008" scheme="http://www.commandbreak.com/CategoryView,category,Windows%2BServer%2B2008.aspx" />
    <content type="xhtml">
      <div 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" />
      </div>
    </content>
  </entry>
</feed>