<?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>Mayjestic 12&#039;s webLOG &#187; Scripting</title>
	<atom:link href="http://12.mayjestic.net/index.php/tag/scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://12.mayjestic.net</link>
	<description>&#34;If madness becomes business - lunatic&#039;s becomes professionals&#34;</description>
	<lastBuildDate>Mon, 14 Jun 2010 09:09:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Easily transfer FSMO Roles vom one DC to a another</title>
		<link>http://12.mayjestic.net/index.php/2007/12/12/easily-transfer-fsmo-roles-vom-one-dc-to-a-another/</link>
		<comments>http://12.mayjestic.net/index.php/2007/12/12/easily-transfer-fsmo-roles-vom-one-dc-to-a-another/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 12:37:55 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2007/12/12/easily-transfer-fsmo-roles-vom-one-dc-to-a-another/</guid>
		<description><![CDATA[I&#8217;ve wrote a nice batch script how you can transfer FSMO Roles from one domaincontroller to a another. With some simple choices you can move roles between domaincontrollers in a AD environment.
Therefor i use the NTDSUTIL.EXE of the Windows Server Support Tools wich is installed by default on a Windows Domaincontroller.
Before you can use the script: [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve wrote a nice batch script how you can transfer FSMO Roles from one domaincontroller to a another. With some simple choices you can move roles between domaincontrollers in a AD environment.</p>
<p>Therefor i use the NTDSUTIL.EXE of the Windows Server Support Tools wich is installed by default on a Windows Domaincontroller.</p>
<p>Before you can use the script: Look if the path to NTDSUTIL.EXE is in the %PATH% variable, to call it globally. Or copy NTDSUTIL.EXE into the script directory. CHOICE.EXE is used to handle the choosable options in the script.</p>
<p>Script call: FSMOtransfer.bat [DNSDOMAIN]</p>
<p>Where [DNSDOMAIN] Must be a Fully Qualified Domain name (FQDN) of a existing Microsoft Active Directory Domain. The script works only if you are logged on as a administrator</p>
<p>Download: <a title="FSMORolesTransferScript" href="http://12.mayjestic.net/wp-content/upload/2007/12/fsmorolestransferscript.zip">FSMORolesTransferScript</a></p>
<p>Happy Coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/2007/12/12/easily-transfer-fsmo-roles-vom-one-dc-to-a-another/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fehlersuche/Troubleanalyse mit dem EventLog und seinen Tools</title>
		<link>http://12.mayjestic.net/index.php/2007/05/25/fehlersuchetroubleanalyse-mit-dem-eventlog-und-seinen-tools/</link>
		<comments>http://12.mayjestic.net/index.php/2007/05/25/fehlersuchetroubleanalyse-mit-dem-eventlog-und-seinen-tools/#comments</comments>
		<pubDate>Fri, 25 May 2007 10:56:14 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2007/05/25/fehlersuchetroubleanalyse-mit-dem-eventlog-und-seinen-tools/</guid>
		<description><![CDATA[Folgende Commandline-Tools sind zur Fehleranalyse unter Windows 2000 &#124; XP &#124; 2003 geeignet:
Das mit cscript startende VB-Script: EventQuery.vbs (ist beim Windows Server 2k3 im Resource Kit mit dabei) und WMIC.EXE (eine Schnittstelle der Windows Management Instrumentation, kann diesen Fehler auslesen auch vom lokalen System uns vom Remote Hosts)
WMI ist ein &#8216;Common Standard&#8217; welcher immer mehr [...]]]></description>
			<content:encoded><![CDATA[<p>Folgende Commandline-Tools sind zur Fehleranalyse unter Windows 2000 | XP | 2003 geeignet:</p>
<p>Das mit cscript startende VB-Script: <strong>EventQuery.vbs (ist beim Windows Server 2k3 im Resource Kit mit dabei) </strong>und<span id="more-21"></span> WMIC.EXE (eine Schnittstelle der Windows Management Instrumentation, kann diesen Fehler auslesen auch vom lokalen System uns vom Remote Hosts)<br />
WMI ist ein &#8216;Common Standard&#8217; welcher immer mehr in den Vordergrund rückt. Bietet auch Schnittstellen für VB, C, .NET&#8230;.</p>
<p>Hier ein kleines Beispiel, was WMIC so alles kann:</p>
<p><strong>wmic /NODE:&#8221;%computername%&#8221; NTEVENT GET Message</strong></p>
<p>Auch Ausgaben in HTML sind bei manchen Schaltern moeglich!</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/2007/05/25/fehlersuchetroubleanalyse-mit-dem-eventlog-und-seinen-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
