<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>My Blog</title>
	<atom:link href="http://edroszcz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://edroszcz.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sat, 21 Mar 2009 23:05:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='edroszcz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8e26658b8f1f5b93cdfd0a5041e89ea6?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>My Blog</title>
		<link>http://edroszcz.wordpress.com</link>
	</image>
			<item>
		<title>HP Event Notifier on Hyper-V Server</title>
		<link>http://edroszcz.wordpress.com/2009/03/21/hp-event-notifier-on-hyper-v-server/</link>
		<comments>http://edroszcz.wordpress.com/2009/03/21/hp-event-notifier-on-hyper-v-server/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 18:45:20 +0000</pubDate>
		<dc:creator>edroszcz</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://edroszcz.wordpress.com/?p=46</guid>
		<description><![CDATA[I installed my first Hyper-V Server 2008 on a HP ProLiant DL380 G5 server the other day. HP have a good document that describes what is involved to make it work.
Since Hyper-V Server is built on Windows Server Core it does not have much of a GUI so it might be a bit tricky to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=46&subd=edroszcz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I installed my first Hyper-V Server 2008 on a HP ProLiant DL380 G5 server the other day. HP have a good <a href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01516156/c01516156.pdf">document</a> that describes what is involved to make it work.</p>
<p>Since Hyper-V Server is built on Windows Server Core it does not have much of a GUI so it might be a bit tricky to find the different tools. I really wanted to configure the HP Event Notifier. This tool will send you notifications by email when the system detects warnings or errors with the server hardware. I also like HP Management Agents where you can trigger an SNMP trap which you can use to test if the configuration of HP Event Notifier is working.</p>
<p>To get the paths to the tools I looked at a server running Windows Server 2008 with GUI :)</p>
<p>Event Notifier Config<br />
C:WINDOWSsystem32CIMntfylwconfig.exe</p>
<p>HP Management Agents<br />
C:WINDOWSsystem32cpqmgmt.cpl</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/edroszcz.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/edroszcz.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/edroszcz.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/edroszcz.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/edroszcz.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/edroszcz.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/edroszcz.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/edroszcz.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/edroszcz.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/edroszcz.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=46&subd=edroszcz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://edroszcz.wordpress.com/2009/03/21/hp-event-notifier-on-hyper-v-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bd7cb9c02de7cef0c6aded3c621e768?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">edroszcz</media:title>
		</media:content>
	</item>
		<item>
		<title>Telnet SMTP</title>
		<link>http://edroszcz.wordpress.com/2008/07/22/hello-world/</link>
		<comments>http://edroszcz.wordpress.com/2008/07/22/hello-world/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 08:19:27 +0000</pubDate>
		<dc:creator>edroszcz</dc:creator>
				<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://edroszcz.wordpress.com/2008/07/22/hello-world/</guid>
		<description><![CDATA[Below is a simple example on how to send mail manully telneting to the server
HELO myserver.com
MAIL FROM: &#60;from@domain.com&#62;
RCPT TO: &#60;to@domain.com&#62;
DATA
Subject: Some subject
Body Some body text
.
QUIT
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=1&subd=edroszcz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Below is a simple example on how to send mail manully telneting to the server</p>
<p>HELO myserver.com<br />
MAIL FROM: &lt;<a href="mailto:from@domain.com">from@domain.com</a>&gt;<br />
RCPT TO: &lt;<a href="mailto:to@domain.com">to@domain.com</a>&gt;<br />
DATA<br />
Subject: Some subject<br />
Body Some body text<br />
.<br />
QUIT</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/edroszcz.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/edroszcz.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/edroszcz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/edroszcz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/edroszcz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/edroszcz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/edroszcz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/edroszcz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/edroszcz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/edroszcz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/edroszcz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/edroszcz.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=1&subd=edroszcz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://edroszcz.wordpress.com/2008/07/22/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bd7cb9c02de7cef0c6aded3c621e768?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">edroszcz</media:title>
		</media:content>
	</item>
		<item>
		<title>Force Windows Update</title>
		<link>http://edroszcz.wordpress.com/2008/07/08/force-windows-update/</link>
		<comments>http://edroszcz.wordpress.com/2008/07/08/force-windows-update/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 18:56:00 +0000</pubDate>
		<dc:creator>edroszcz</dc:creator>
				<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://edroszcz.wordpress.com/2008/07/08/force-windows-update/</guid>
		<description><![CDATA[To force Windows Update to check for new updates you can use the command:
wuauclt /detectnow
The log file is located at:
%WINDIR%\SoftwareDistribution\ReportingEvents.log
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=12&subd=edroszcz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To force Windows Update to check for new updates you can use the command:</p>
<p><strong>wuauclt /detectnow</strong></p>
<p>The log file is located at:</p>
<p><strong>%WINDIR%\SoftwareDistribution\ReportingEvents.log</strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/edroszcz.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/edroszcz.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/edroszcz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/edroszcz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/edroszcz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/edroszcz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/edroszcz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/edroszcz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/edroszcz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/edroszcz.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/edroszcz.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/edroszcz.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=12&subd=edroszcz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://edroszcz.wordpress.com/2008/07/08/force-windows-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bd7cb9c02de7cef0c6aded3c621e768?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">edroszcz</media:title>
		</media:content>
	</item>
		<item>
		<title>Get make and model</title>
		<link>http://edroszcz.wordpress.com/2008/06/03/fa-fram-make-and-model/</link>
		<comments>http://edroszcz.wordpress.com/2008/06/03/fa-fram-make-and-model/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 05:50:00 +0000</pubDate>
		<dc:creator>edroszcz</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Deployment]]></category>

		<guid isPermaLink="false">http://edroszcz.wordpress.com/2008/06/03/fa-fram-make-and-model/</guid>
		<description><![CDATA[To get Make and Model you can use wmic.
Make
wmic
CSProduct Get Vendor
Model
wmic
CSProduct Get Name
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=11&subd=edroszcz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>To get Make and Model you can use wmic.</p>
<p>Make<br />
wmic<br />
CSProduct Get Vendor</p>
<p>Model<br />
wmic<br />
CSProduct Get Name</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/edroszcz.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/edroszcz.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/edroszcz.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/edroszcz.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/edroszcz.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/edroszcz.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/edroszcz.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/edroszcz.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/edroszcz.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/edroszcz.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/edroszcz.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/edroszcz.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=11&subd=edroszcz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://edroszcz.wordpress.com/2008/06/03/fa-fram-make-and-model/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bd7cb9c02de7cef0c6aded3c621e768?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">edroszcz</media:title>
		</media:content>
	</item>
		<item>
		<title>Allow relay trough Exchange Server 2007</title>
		<link>http://edroszcz.wordpress.com/2008/05/21/tillat-relay-fran-vilken-avsandare-som-helst/</link>
		<comments>http://edroszcz.wordpress.com/2008/05/21/tillat-relay-fran-vilken-avsandare-som-helst/#comments</comments>
		<pubDate>Wed, 21 May 2008 15:39:00 +0000</pubDate>
		<dc:creator>edroszcz</dc:creator>
				<category><![CDATA[Deployment]]></category>

		<guid isPermaLink="false">http://edroszcz.wordpress.com/2008/05/21/tillat-relay-fran-vilken-avsandare-som-helst/</guid>
		<description><![CDATA[Get-ReceiveConnector &#8220;Anonymous Internal Relay&#8221; &#124; Add-ADPermission -User &#8220;NT AUTHORITY\ANONYMOUS LOGON&#8221; -ExtendedRights &#8220;ms-Exch-SMTP-Accept-Any-Recipient&#8221;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=10&subd=edroszcz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Get-ReceiveConnector &#8220;Anonymous Internal Relay&#8221; | Add-ADPermission -User &#8220;NT AUTHORITY\ANONYMOUS LOGON&#8221; -ExtendedRights &#8220;ms-Exch-SMTP-Accept-Any-Recipient&#8221;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/edroszcz.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/edroszcz.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/edroszcz.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/edroszcz.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/edroszcz.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/edroszcz.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/edroszcz.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/edroszcz.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/edroszcz.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/edroszcz.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/edroszcz.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/edroszcz.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=10&subd=edroszcz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://edroszcz.wordpress.com/2008/05/21/tillat-relay-fran-vilken-avsandare-som-helst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bd7cb9c02de7cef0c6aded3c621e768?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">edroszcz</media:title>
		</media:content>
	</item>
		<item>
		<title>Manually compress a .wim</title>
		<link>http://edroszcz.wordpress.com/2008/05/21/manuell-capture-av-wim/</link>
		<comments>http://edroszcz.wordpress.com/2008/05/21/manuell-capture-av-wim/#comments</comments>
		<pubDate>Wed, 21 May 2008 15:38:00 +0000</pubDate>
		<dc:creator>edroszcz</dc:creator>
				<category><![CDATA[Deployment]]></category>

		<guid isPermaLink="false">http://edroszcz.wordpress.com/2008/05/21/manuell-capture-av-wim/</guid>
		<description><![CDATA[imagex /compress none /capture c: c:\data.wim &#8220;data&#8221;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=9&subd=edroszcz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>imagex /compress none /capture c: c:\data.wim &#8220;data&#8221;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/edroszcz.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/edroszcz.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/edroszcz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/edroszcz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/edroszcz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/edroszcz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/edroszcz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/edroszcz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/edroszcz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/edroszcz.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/edroszcz.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/edroszcz.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=9&subd=edroszcz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://edroszcz.wordpress.com/2008/05/21/manuell-capture-av-wim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bd7cb9c02de7cef0c6aded3c621e768?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">edroszcz</media:title>
		</media:content>
	</item>
		<item>
		<title>Start Windows Deployment Services Image Capture Wizard by hand</title>
		<link>http://edroszcz.wordpress.com/2008/04/01/starta-windows-deployment-services-image-capture-wizard-for-hand/</link>
		<comments>http://edroszcz.wordpress.com/2008/04/01/starta-windows-deployment-services-image-capture-wizard-for-hand/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 20:39:00 +0000</pubDate>
		<dc:creator>edroszcz</dc:creator>
				<category><![CDATA[Deployment]]></category>

		<guid isPermaLink="false">http://edroszcz.wordpress.com/2008/04/01/starta-windows-deployment-services-image-capture-wizard-for-hand/</guid>
		<description><![CDATA[If the guide Windows Deployment Services Image Capture Wizard don&#8217;t start automatically when booting from a capture CD you can use the following command.
%SYSTEMROOT%\system32\wdscapture.exe

       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=8&subd=edroszcz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If the guide Windows Deployment Services Image Capture Wizard don&#8217;t start automatically when booting from a capture CD you can use the following command.</p>
<p><strong>%SYSTEMROOT%\system32\wdscapture.exe<br />
</strong></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/edroszcz.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/edroszcz.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/edroszcz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/edroszcz.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/edroszcz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/edroszcz.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/edroszcz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/edroszcz.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/edroszcz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/edroszcz.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/edroszcz.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/edroszcz.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=8&subd=edroszcz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://edroszcz.wordpress.com/2008/04/01/starta-windows-deployment-services-image-capture-wizard-for-hand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bd7cb9c02de7cef0c6aded3c621e768?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">edroszcz</media:title>
		</media:content>
	</item>
		<item>
		<title>Gör en .wim-fil bootbar från CD</title>
		<link>http://edroszcz.wordpress.com/2007/11/09/gor-en-wim-fil-bootbar-fran-cd/</link>
		<comments>http://edroszcz.wordpress.com/2007/11/09/gor-en-wim-fil-bootbar-fran-cd/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 08:20:00 +0000</pubDate>
		<dc:creator>edroszcz</dc:creator>
				<category><![CDATA[Deployment]]></category>

		<guid isPermaLink="false">http://edroszcz.wordpress.com/2007/11/09/gor-en-wim-fil-bootbar-fran-cd/</guid>
		<description><![CDATA[Börja med att installera WAIK (Windows Automated Installation Kit)
Starta Windows PE Tools Command Prompt från startmenyn.
Skriv sedan:
copype.cmd x86 c:\winpe_x86
Detta skapar en struktur under c:\winpe_x86 där man sedan bygger sin .iso-fil. I mappen C:\winpe_x86\ISO\sources lägger man den .wim-fil man vill göra bootbar. Viktigt att man döper den till boot.wim.
Skriv sedan:
oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso
Detta bygger den [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=7&subd=edroszcz&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Börja med att installera WAIK (Windows Automated Installation Kit)</p>
<p>Starta Windows PE Tools Command Prompt från startmenyn.</p>
<p>Skriv sedan:</p>
<p><strong>copype.cmd x86 c:\winpe_x86</strong></p>
<p>Detta skapar en struktur under c:\winpe_x86 där man sedan bygger sin .iso-fil. I mappen C:\winpe_x86\ISO\sources lägger man den .wim-fil man vill göra bootbar. <strong>Viktigt att man döper den till boot.wim.</strong></p>
<p>Skriv sedan:</p>
<p><strong>oscdimg -n -bc:\winpe_x86\etfsboot.com c:\winpe_x86\ISO c:\winpe_x86\winpe_x86.iso</strong></p>
<p>Detta bygger den .iso-fil man sedan kan bränna på en CD och boota från. Filen hamnar i c:\winpe_x86\winpe_x86.iso och går att bränna.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/edroszcz.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/edroszcz.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/edroszcz.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/edroszcz.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/edroszcz.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/edroszcz.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/edroszcz.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/edroszcz.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/edroszcz.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/edroszcz.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/edroszcz.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/edroszcz.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=edroszcz.wordpress.com&blog=502305&post=7&subd=edroszcz&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://edroszcz.wordpress.com/2007/11/09/gor-en-wim-fil-bootbar-fran-cd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0bd7cb9c02de7cef0c6aded3c621e768?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">edroszcz</media:title>
		</media:content>
	</item>
	</channel>
</rss>