<?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; Microsoft</title>
	<atom:link href="http://12.mayjestic.net/index.php/tag/ms/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>Group Policy Search</title>
		<link>http://12.mayjestic.net/index.php/2010/05/02/group-policy-search/</link>
		<comments>http://12.mayjestic.net/index.php/2010/05/02/group-policy-search/#comments</comments>
		<pubDate>Sun, 02 May 2010 09:01:19 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=142</guid>
		<description><![CDATA[Discovered via Daniel Melanchton&#8217;s Technet Blog
This is really a nice Tool to find existing Group Policies easily. The Group Policy Search
Thank&#8217;s Daniel for that helpful information.
]]></description>
			<content:encoded><![CDATA[<p>Discovered via Daniel Melanchton&#8217;s Technet Blog</p>
<p>This is really a nice Tool to find existing Group Policies easily. The <a href="http://gps.cloudapp.net/">Group Policy Search</a></p>
<p>Thank&#8217;s Daniel for that helpful information.</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/2010/05/02/group-policy-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vCard export from PST-Folder (The easy way)</title>
		<link>http://12.mayjestic.net/index.php/2009/11/18/vcard-export-from-pst-folder-the-easy-way/</link>
		<comments>http://12.mayjestic.net/index.php/2009/11/18/vcard-export-from-pst-folder-the-easy-way/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 11:37:08 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips&Tricks]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/?p=64</guid>
		<description><![CDATA[Today i searched for a way, again, how to export each of my contacts in an MS Outlook PST-Folder into a vCard (.vcf) format.
Because Outlook doesn&#8217;t offer any internal routines to export vCards and the WWW doesn&#8217;t offer any suitable freeware, too, i made up my mind and a simple vCard export method was born. [...]]]></description>
			<content:encoded><![CDATA[<p>Today i searched for a way, again, how to export each of my contacts in an MS Outlook PST-Folder into a vCard (.vcf) format.</p>
<p>Because Outlook doesn&#8217;t offer any internal routines to export vCards and the WWW doesn&#8217;t offer any suitable freeware, too, i made up my mind and a simple vCard export method was born. This method requires no plugin&#8217;s additonal software or something else!</p>
<p><strong>PST to vCard export steps:</strong></p>
<p>1. Navigate to your contacts you want to export and select them.</p>
<p>2. Now Right-Click the selected contacts and choose: &#8220;Send as business card&#8221;</p>
<p>3. An new e-Mail opens with each the vCards (.vcf) in the attachment field.</p>
<p>4. Click on a free space within the attachment area and select all exported contacts with Ctrl+A</p>
<p>5. Drag &amp; Drop the selected business cards to a folder on the filesystem</p>
<p>6. Vioala&#8230; the export is done!</p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/2009/11/18/vcard-export-from-pst-folder-the-easy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Visio Paradies (jede menge Visio Objekte)</title>
		<link>http://12.mayjestic.net/index.php/2007/07/17/visio-paradies-jede-menge-visio-objekte/</link>
		<comments>http://12.mayjestic.net/index.php/2007/07/17/visio-paradies-jede-menge-visio-objekte/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 07:56:01 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2007/07/17/visio-paradies-jede-menge-visio-objekte/</guid>
		<description><![CDATA[Das was ich hier gefunden habe ist einfach besser als visiocafe.com
Eine Page aus Russland, bietet tausende von Visio-Objekten zum download an. Hier findet man wirklich alles was man braucht   Ein Wahes Visio Paradies
Page: http://www.nag.ru/visio/1_9.html/
]]></description>
			<content:encoded><![CDATA[<p>Das was ich hier gefunden habe ist einfach besser als <a title="Visiocafe.com" href="http://www.visiocafe.com" target="_blank">visiocafe.com</a></p>
<p>Eine Page aus Russland, bietet tausende von Visio-Objekten zum download an. <a title="www.nag.ru" href="http://www.nag.ru/visio/1_9.html" target="_blank">Hier</a> findet man wirklich alles was man braucht <img src='http://12.mayjestic.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Ein Wahes Visio Paradies</p>
<p>Page: <a title="www.nag.ru" href="http://www.nag.ru/visio/1_9.html/">http://www.nag.ru/visio/1_9.html/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/2007/07/17/visio-paradies-jede-menge-visio-objekte/feed/</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Copy To.. Befehl im Kontextmenue anzeigen</title>
		<link>http://12.mayjestic.net/index.php/2007/05/25/copytocommand/</link>
		<comments>http://12.mayjestic.net/index.php/2007/05/25/copytocommand/#comments</comments>
		<pubDate>Fri, 25 May 2007 10:29:33 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2007/05/25/copy-to-befehl-im-kontextmenue-anzeigen/</guid>
		<description><![CDATA[Wer gerne mal schnell files ueber das Kontextmenue kopieren moechte, der kann dies jetzt ganz problemlos machen.
In der Registry gibt es einen Pfad, in dem ein neuer Unterschluessel [Copy To] erstellt werden muss: [HKCR\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]
Der Defaultwert &#8220;@&#8221; in dem Teilschluessel muss mit einer bestimmten Class-ID aufgefuellt werden: {C2FBB630-2971-11D1-A18C-00C04FD75D13}
Um den Copy To in Kontextmenue zu bekommen, [...]]]></description>
			<content:encoded><![CDATA[<p>Wer gerne mal schnell files ueber das Kontextmenue kopieren moechte, der kann dies jetzt ganz problemlos machen.</p>
<p>In der Registry gibt es einen Pfad, in dem ein neuer Unterschluessel [Copy To] erstellt werden muss: [HKCR\AllFilesystemObjects\shellex\ContextMenuHandlers\Copy To]<span id="more-19"></span></p>
<p>Der Defaultwert &#8220;@&#8221; in dem Teilschluessel muss mit einer bestimmten Class-ID aufgefuellt werden: {C2FBB630-2971-11D1-A18C-00C04FD75D13}</p>
<p>Um den Copy To in Kontextmenue zu bekommen, habe ich eine kleine <a title="Copy To... install script" href="http://12.mayjestic.net/wp-content/upload/2007/05/copy-to_right-click_script.zip" target="_blank">.reg-Datei</a> geschrieben, in welcher dies alles vorbereitet ist.</p>
<p>Download: <a title="Copy To.. install script" href="http://12.mayjestic.net/wp-content/upload/2007/05/copy-to_right-click_script.zip" target="_blank">Copy To.. install script</a></p>
<p>viel Spass beim Kopieren <img src='http://12.mayjestic.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/2007/05/25/copytocommand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows XP based Remote Desktop Clients could not logon the Terminal Server</title>
		<link>http://12.mayjestic.net/index.php/2007/05/25/xp-client-no-ts-logon/</link>
		<comments>http://12.mayjestic.net/index.php/2007/05/25/xp-client-no-ts-logon/#comments</comments>
		<pubDate>Fri, 25 May 2007 10:16:00 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2007/05/25/windows-xp-based-remote-desktop-clients-could-not-logon-the-terminal-server/</guid>
		<description><![CDATA[Wer schon mal das Problem gehabt hat sich mit einem Terminal Server Client zum Server verbinden zu wollen und sich dann gefragt hat warum die Session abgewiesen wird, der sucht meistens den Ursprung des Fehlers auf dem Terminal Server selbst, da es nach der Art der Fehlermeldung die MSTSC.EXE zurueckgibt so aussieht.
Auch nach einem feineren [...]]]></description>
			<content:encoded><![CDATA[<p>Wer schon mal das Problem gehabt hat sich mit einem Terminal Server Client zum Server verbinden zu wollen und sich dann gefragt hat warum die Session abgewiesen wird, der sucht meistens den Ursprung des Fehlers auf dem Terminal Server selbst, da es nach der Art der Fehlermeldung die MSTSC.EXE zurueckgibt so aussieht.</p>
<p>Auch nach einem feineren Tuning der GroupPolicies<span id="more-18"></span> die TerminalServer-Dienste betreffen, sowohl auf Client als auch auf dem Server, wurde keine erfolgreiche Verbindung zustande gebracht.</p>
<p>DANN SOLLTE MAN DAS PROBLEM AUF DEM CLIENT SUCHEN!</p>
<p>Verantwortlich dafuer ist ein Registry Key [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing].<br />
Dieser Teilschluessel beinhaltet auf dem Client eine CAL die von einem Terminal Server ausgestellt wurde, aber wie es aussieht von anderen Terminal Servern, wenn diese eine neue CAL an den Client ausstellen will, nicht ueberschrieben werden kann.</p>
<p>Deswegen muss man diesen Teilschluessel manuell LOESCHEN, um wieder eine Verbindung zu dem entsprechenden TS zu bekommen. Danach bekommt der Client vom Server die richtige CAL ausgestellt. Der Grund warum die Verbindung zurueckgewiesen wurde liegt wahrscheinlich daran, das die zuvor ausgestelle Lizens an den Client eine Built-In Lizenz war und keine echte gekaufte CAL mit der ein anderen Terminal Server nichts anzufangen wusste.</p>
<p><a title="Q319555" href="http://support.microsoft.com/default.aspx?scid=kb;[LN];Q319555" target="_blank">Link zu Microsoft KB-Artikel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/2007/05/25/xp-client-no-ts-logon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Availability Router mit Microsoft Cluster Service (MSCS)</title>
		<link>http://12.mayjestic.net/index.php/2007/05/21/ha-router-with-ms-cluster/</link>
		<comments>http://12.mayjestic.net/index.php/2007/05/21/ha-router-with-ms-cluster/#comments</comments>
		<pubDate>Mon, 21 May 2007 21:41:21 +0000</pubDate>
		<dc:creator>Roland</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Clustering]]></category>

		<guid isPermaLink="false">http://12.mayjestic.net/index.php/2007/05/21/high-availability-router-mit-microsoft-cluster-service-mscs/</guid>
		<description><![CDATA[Ich musste zusammen mit einem Kollegen eine Loesung finden, um zwei IP Netze miteinander zu verbinden. Da wir keinen Router zur Verfuegung hatten wir uns nach etwas anderem umsehen. Da fiel unser Augenmerk auf ein Microsoft Cluster (Windows Server 2003 Enterprise Edt.), welches wir für Projekt zur Verfuegung hatten. Es beinhaltete zwei physikalische Cluster Nodes [...]]]></description>
			<content:encoded><![CDATA[<p class="storycontent">Ich musste zusammen mit einem Kollegen eine Loesung finden, um zwei IP Netze miteinander zu verbinden. Da wir keinen Router zur Verfuegung hatten wir uns nach etwas anderem umsehen. Da fiel unser Augenmerk auf ein Microsoft Cluster (Windows Server 2003 Enterprise Edt.), welches wir für Projekt zur Verfuegung hatten. Es beinhaltete zwei physikalische Cluster Nodes mit je drei Netzwerkarten. Die Idee war schnell geboren, wir wollten einen ausfallsicheren Router in diesem Cluster aufsetzen. Gedacht &#8211; Getan&#8230;.<span id="more-4"></span></p>
<p class="storycontent">Jeder kennt noch aus NT4 Zeiten die Rouing &amp; RAS-Dienste, mit denen man IP-Routing und Remote-Access Geschichten erledigen kann. Diesen verwendeten wir auch unter Windows Server 2003. Der Dienst wurde auf “LAN-Routing” konfiguriert, so damit er zwischen den erforderlichen Netzen routen konnte. Alles andere wie PPP Zugriff wurde dekativiert, da es fuer unsere Zwecke nicht benoetigt wurde.</p>
<p class="storycontent">Wichtig ist, im Vorfeld die Routing &amp; RAS-Dienste auf beiden Nodes gleich zu konfigurieren, damit keine boesen Effekte auftreten und Netzwerkkarten mit den statischen IP-Adressen vorzukonfigurieren.</p>
<p class="storycontent">Im Cluster Administrator muss man dann nur noch eine “Router-Gruppe” einrichten, in der man die Gateway-IP’s und den “RemoteAccess” Dienst als Resourcen mit aufnimmt. Als Resource Typen wurden Generic Service und IP-Adressen verwendet. So einfach ist das.</p>
<p class="storycontent"><strong><em>Rezept: Man nehme&#8230; (fuer 2 Subnetze)<br />
</em></strong></p>
<ul>
<li>1x Active Directory Domain (Braucht man fuer Microsoft Cluster)</li>
<li>2x Physikalische Server mit Windows Server 2003 Enterprise Edt.</li>
<li>2x Netzwerkkarten (min.) in den Cluster Nodes</li>
<li>2x statische IP-Adressen/Host</li>
<li>2x Cluster Rescource: IP-Adresse in der &#8220;Router-Gruppe&#8221; <strong>(als logische Gateway IP)</strong></li>
<li>2x Cluster Recource: Logische NetBIOS/DNS-Namen als Gateway-Adressen (optional)</li>
<li>1x Routing &amp; Ras Dienste auf beiden Cluster Nodes konfiguriert und dann in die &#8220;Router-Gruppe&#8221; aufgenommen</li>
<li>1x Microsoft Cluster Servcie konfiguriert</li>
</ul>
<p>Und schon hat man sich einen HA-Router unter Microsoft Cluster Service zusammengebaut. Es ist zwar nicht die billigste Loesung, aber wenn man solche Werkzeuge schon mal zur Verfuegung hat kann man dies schon ausprobieren. <img src='http://12.mayjestic.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://12.mayjestic.net/index.php/2007/05/21/ha-router-with-ms-cluster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
