<?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/"
	>

<channel>
	<title>Markus Bäker &#187; W2k8</title>
	<atom:link href="http://www.mbaeker.de/tag/w2k8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mbaeker.de</link>
	<description>Use %~dp0 !!!</description>
	<lastBuildDate>Tue, 31 Jan 2012 10:49:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Flash: Wie installiere ich einen Windows 2008 R2 Core Domänen Controller</title>
		<link>http://www.mbaeker.de/2010/03/flash-wie-installiere-ich-einen-windows-2008-r2-core-domanen-controller/</link>
		<comments>http://www.mbaeker.de/2010/03/flash-wie-installiere-ich-einen-windows-2008-r2-core-domanen-controller/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 18:41:24 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Active Directory Domain Service]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Batchdatei]]></category>
		<category><![CDATA[Core]]></category>
		<category><![CDATA[W2k8]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=277</guid>
		<description><![CDATA[Ich habe mal mit Wink die Installation eines W2k8 R2 DCs aufgezeichnet. Das Vorgehen ist denkbar einfach: W2k8 R2 Core installieren (von DVD booten) Mittels sconfig.cmd den Rechner umbenennen Eine unattend.ini erstellen. Details dazu unter http://support.microsoft.com/kb/947034 (Ergänzung Forest/Domainlevel 4 ist Windows 2008 R2) In der unattend.ini muss das recovery Passwort hinterlegt werden (im Flash mittels [...]]]></description>
			<content:encoded><![CDATA[<p>Ich habe mal mit <a href="http://www.debugmode.com/wink/" target="_blank">Wink</a> die Installation eines W2k8 R2 DCs aufgezeichnet. Das Vorgehen ist denkbar einfach:</p>
<ol>
<li>W2k8 R2 Core installieren (von DVD booten)</li>
<li>Mittels sconfig.cmd den Rechner umbenennen</li>
<li>Eine unattend.ini erstellen. Details dazu unter <a href="http://support.microsoft.com/kb/947034" target="_blank">http://support.microsoft.com/kb/947034</a> (Ergänzung Forest/Domainlevel 4 ist Windows 2008 R2)</li>
<li>In der unattend.ini muss das recovery Passwort hinterlegt werden (im Flash mittels * dargestellt, muss aber eine höhere Komplexität haben)</li>
<li> dcpromo /unattend:unattend.ini aufrufen</li>
<li>Neustarten</li>
</ol>
<p>Und das alles in einem kurzen Film:<br />
[video filename=/wp-content/uploads/2010/03/Core-DC-Install.swf height=800 width=600 /]<br />
Lessons learned: Immer die Auflösung runterdrehen <img src='http://www.mbaeker.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2010/03/flash-wie-installiere-ich-einen-windows-2008-r2-core-domanen-controller/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hostdatei zu DNS Einträgen umwandeln</title>
		<link>http://www.mbaeker.de/2009/10/hostdatei-zu-dns-eintragen-umwandeln/</link>
		<comments>http://www.mbaeker.de/2009/10/hostdatei-zu-dns-eintragen-umwandeln/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 18:36:07 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Batchdatei]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[W2k8]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.mbaeker.de/?p=201</guid>
		<description><![CDATA[Ich hatte die Anforderung eine relative lange Hostdatei in DNS Einträge auf einen Windows DNS umzuwandeln. Natürlich war ich zu faul zum Abtippen. Mit dnscmd.exe und einer Batchdatei ist das auch nicht mehr nötig: for /f &#8220;tokens=1-4&#8243; %%a in (%1) do ( echo %%a &#8211; %%b &#8211; %%c dnscmd.exe DNSSERVER /recordadd %%c /createPTR A %%a [...]]]></description>
			<content:encoded><![CDATA[<p>Ich hatte die Anforderung eine relative lange Hostdatei in DNS Einträge auf einen Windows DNS umzuwandeln. Natürlich war ich zu faul zum Abtippen. Mit dnscmd.exe und einer Batchdatei ist das auch nicht mehr nötig:</p>
<blockquote><p><span style="font-family: Arial; font-size: x-small;">for /f &#8220;tokens=1-4&#8243; %%a in (%1) do (</span></p>
<p><span style="font-family: Arial; font-size: x-small;"> echo %%a &#8211; %%b &#8211; %%c</span></p>
<p><span style="font-family: Arial; font-size: x-small;">dnscmd.exe DNSSERVER /recordadd %%c /createPTR A %%a</span><br />
<span style="font-family: Arial; font-size: x-small;">)</span></p></blockquote>
<p><span style="font-size: x-small;"><span style="font-family: Arial;">Die Hostdatei muss etwas angepasst werden: Unnötige Kommentarzeilen entfernen und mehrfache Leerzeichen durch ein Leerzeichen zwischen den Hosteinträgen ersetzen (z.B. search und replace von zwei Leerzeichen durch ein Leerzeichen und das mehrfach).</span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: Arial;">Beispielzeile:</span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: Arial;">IP-Adresse DNSHosteintrag NetbiosName</span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: Arial;">Falls in der zweiten Spalte bereits der NetbiosName steht, dann oben anstatt %%c %%b schreiben.</span></span></p>
<p><span style="font-size: x-small;"><span style="font-family: Arial;">Versteht dass hier jemand??<br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mbaeker.de/2009/10/hostdatei-zu-dns-eintragen-umwandeln/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

