<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Techblog - Tim Wanierke</title>
	<link>http://techblog.wanierke.de</link>
	<description>Informationen, Links, KnowHow und interessante Berichte rund um das Thema IT</description>
	<pubDate>Tue, 13 Mar 2012 13:53:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Dieser Blog &#8220;ruht&#8221; zur Zeit</title>
		<link>http://techblog.wanierke.de/2012/03/13/dieser-blog-ruht-zur-zeit/</link>
		<comments>http://techblog.wanierke.de/2012/03/13/dieser-blog-ruht-zur-zeit/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 13:53:17 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Betriebsysteme]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2012/03/13/dieser-blog-ruht-zur-zeit/</guid>
		<description><![CDATA[Zur Zeit veröffentliche ich neue Einträge in dem Blog http://www.active-directory-faq.de/ aus diesem Grund &#8220;ruht&#8221; mein privater TechBlog zur Zeit bis auf weiteres.
Gruß,
Tim
]]></description>
			<content:encoded><![CDATA[<p>Zur Zeit veröffentliche ich neue Einträge in dem Blog <a href="http://www.active-directory-faq.de/">http://www.active-directory-faq.de/</a> aus diesem Grund &#8220;ruht&#8221; mein privater TechBlog zur Zeit bis auf weiteres.</p>
<p>Gruß,<br />
Tim</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2012/03/13/dieser-blog-ruht-zur-zeit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Authoritative Restore of Active Directory Objects</title>
		<link>http://techblog.wanierke.de/2011/08/25/authoritative-restore-of-active-directory-objects/</link>
		<comments>http://techblog.wanierke.de/2011/08/25/authoritative-restore-of-active-directory-objects/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 07:40:17 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Windows 2008]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/08/25/authoritative-restore-of-active-directory-objects/</guid>
		<description><![CDATA[A: ) Backup Active Directory
1. Open up your command prompt by clicking Start and type “cmd” and hit enter.
2. In your command prompt type “wbadmin start systemstatebackup -backuptarget:e:” and press enter.
Note: You can use a different backup target of your choosing
B: ) Authoritative Restore of Active Directory Objects
1. To do this you will need to [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A: ) Backup Active Directory</strong></p>
<p>1. Open up your command prompt by clicking Start and type “<strong>cmd</strong>” and hit enter.<br />
2. In your command prompt type “<strong>wbadmin start systemstatebackup -backuptarget:e:</strong>” and press enter.</p>
<p><em>Note: You can use a different backup target of your choosing</em></p>
<p><strong>B: ) Authoritative Restore of Active Directory Objects</strong></p>
<p>1. To do this you will need to boot into DSRM (Directory Services Restore Mode) by restarting your server and pressing <strong>F8</strong> during the restart or enter the command “<strong>bcdedit /set safeboot dsrepair</strong>” to boot next time into the DSRM mode.<br />
2. Choose <strong>Directory Services Restore Mode</strong> from the Advanced Boot menu.<br />
3. Login to your server with your DSRM password you created during Active Directory installation.</p>
<p><em>Note: If you do not know the DSRM password you can restet the password. The procedure is descriped in the following link.</em> ( <a href="http://support.microsoft.com/kb/322672/en-us">http://support.microsoft.com/kb/322672/en-us</a> )</p>
<p>4. Once you’re logged into your server and in DSRM safe mode, open a command prompt by clicking Start, type “<strong>cmd</strong>“, and press enter.<br />
5. To make sure you restore the correct backup it’s a good idea to use the “<strong>wbadmin get versions</strong>” command and write down the version you need to use.<br />
6. Now we need to perform a non-authoritative restore of Active Directory by typing<br />
“<strong>wbadmin start systemstaterecovery -version:07/08/2011-02:39</strong>“.</p>
<p><em>Note: The version of backup will vary depending on your situation. Type “y” and press enter to start the non authoritative restore.</em></p>
<p>7. Reboot the server again into the DSRM safemode to apply the systemstate backup.<br />
8. To restore a specific Active Directory object we have to use the ever familiar ntdsutil.For this example we are going to restore a user account with a distinguished name of <em>CN=Test User,CN=Users,DC=home,DC=local.</p>
<p></em>So the commands would be:<br />
<strong>ntdsutil<br />
activate instance ntds<br />
authoritative restore<br />
restore object &#8220;CN=Test User,CN=Users,DC=home,DC=local&#8221;</strong></p>
<p><em>Note: The quotes are required<br />
</em>9. Reboot your server into normal mode and you’re finished. To disable the boot into the DSRM mode “<strong>bcdedit /deletevalue safeboot</strong>”.<br />
The object will be marked as authoritative and replicate to the rest of your domain.</p>
<p><em>Note : It might be possible that you have to perform the Windows Activation again<br />
=&gt; You will need the Activation key!</p>
<p>When the computer password of the domain controller has been changed in the meantime you have to reset the password of the computer account. </em></p>
<p><em>( Event ID : 4 / Event Source : Security-Kerberos )<br />
</em>=&gt; Solution Link : <a href="http://support.microsoft.com/kb/325850/en-us">http://support.microsoft.com/kb/325850/en-us</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/08/25/authoritative-restore-of-active-directory-objects/feed/</wfw:commentRss>
		</item>
		<item>
		<title>User State Migration Tool GUI - MUST</title>
		<link>http://techblog.wanierke.de/2011/08/17/user-state-migration-tool-gui-must/</link>
		<comments>http://techblog.wanierke.de/2011/08/17/user-state-migration-tool-gui-must/#comments</comments>
		<pubDate>Wed, 17 Aug 2011 13:21:45 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/08/17/user-state-migration-tool-gui-must/</guid>
		<description><![CDATA[Ich habe heute folgendes Tool entdeckt.
Link : http://webpages.csus.edu/~dung.truong/MUST/
Diese Tool ist eine GUI um das User State Migration Tool zu bedienen, sehr nett gemacht und dann auch noch Freeware.
]]></description>
			<content:encoded><![CDATA[<p>Ich habe heute folgendes Tool entdeckt.<br />
Link : <a href="http://webpages.csus.edu/~dung.truong/MUST/">http://webpages.csus.edu/~dung.truong/MUST/</a></p>
<p>Diese Tool ist eine GUI um das User State Migration Tool zu bedienen, sehr nett gemacht und dann auch noch Freeware.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/08/17/user-state-migration-tool-gui-must/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Auflisten von Änderungen eines Active Directory Objektes mittels &#8220;repadmin&#8221;</title>
		<link>http://techblog.wanierke.de/2011/08/12/auflisten-von-anderungen-eines-active-directory-objektes-mittels-repadmin/</link>
		<comments>http://techblog.wanierke.de/2011/08/12/auflisten-von-anderungen-eines-active-directory-objektes-mittels-repadmin/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 06:32:02 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Windows 2003]]></category>

		<category><![CDATA[Windows 2008]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/08/12/auflisten-von-anderungen-eines-active-directory-objektes-mittels-repadmin/</guid>
		<description><![CDATA[
Mit dem folgendem Befehl kann man schnell und einfach die Änderungen eines Active Directory Objektes auflisten. 
Link : http://technet.microsoft.com/de-de/library/cc742104(WS.10).aspx
repadmin /showobjmeta &#62;DC&#60; &#8220;DN-des-Objekts&#8221;


]]></description>
			<content:encoded><![CDATA[<p><span lang="EN"></p>
<p dir="ltr" align="left">Mit dem folgendem Befehl kann man schnell und einfach die Änderungen eines Active Directory Objektes auflisten. <br />
Link : <a href="http://technet.microsoft.com/de-de/library/cc742104(WS.10).aspx">http://technet.microsoft.com/de-de/library/cc742104(WS.10).aspx</a></p>
<p dir="ltr" align="left"><strong>repadmin /showobjmeta &gt;DC&lt; &#8220;DN-des-Objekts&#8221;<br />
</strong></p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/08/12/auflisten-von-anderungen-eines-active-directory-objektes-mittels-repadmin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PKI , Kerberos and Smart Cards</title>
		<link>http://techblog.wanierke.de/2011/06/29/pki-kerberos-and-smart-cards/</link>
		<comments>http://techblog.wanierke.de/2011/06/29/pki-kerberos-and-smart-cards/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 11:48:08 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/06/29/pki-kerberos-and-smart-cards/</guid>
		<description><![CDATA[The following article describes how the Smart Card logon is working.
Link : http://ammarhasayen.wordpress.com/2010/12/11/pki-kerberos-and-smart-cards/
]]></description>
			<content:encoded><![CDATA[<p>The following article describes how the Smart Card logon is working.</p>
<p>Link : <a href="http://ammarhasayen.wordpress.com/2010/12/11/pki-kerberos-and-smart-cards/">http://ammarhasayen.wordpress.com/2010/12/11/pki-kerberos-and-smart-cards/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/06/29/pki-kerberos-and-smart-cards/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Active Directory Domain member: Maximum machine account password age</title>
		<link>http://techblog.wanierke.de/2011/06/22/active-directory-domain-member-maximum-machine-account-password-age/</link>
		<comments>http://techblog.wanierke.de/2011/06/22/active-directory-domain-member-maximum-machine-account-password-age/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 13:28:11 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/06/22/active-directory-domain-member-maximum-machine-account-password-age/</guid>
		<description><![CDATA[The following article descripes how to change the time range how often a computer account must change the password.
Link : http://technet.microsoft.com/en-us/library/cc781050%28WS.10%29.aspx 
]]></description>
			<content:encoded><![CDATA[<p>The following article descripes how to change the time range how often a computer account must change the password.</p>
<p>Link :<a href="http://technet.microsoft.com/en-us/library/cc781050%28WS.10%29.aspx " target="_blank"> http://technet.microsoft.com/en-us/library/cc781050%28WS.10%29.aspx </a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/06/22/active-directory-domain-member-maximum-machine-account-password-age/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Export and import GPO from one domain to another</title>
		<link>http://techblog.wanierke.de/2011/06/16/export-and-import-gpo-from-one-domain-to-another/</link>
		<comments>http://techblog.wanierke.de/2011/06/16/export-and-import-gpo-from-one-domain-to-another/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 12:25:20 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/06/16/export-and-import-gpo-from-one-domain-to-another/</guid>
		<description><![CDATA[Here are the links to the scripts that can export and import GPO&#8217;s.
Windows 2003 with GPMC installed:
http://msdn.microsoft.com/en-us/library/aa814151(v=vs.85).aspx
Export: 
BackupGPO.wsf TestPolicyGPO C:\GpoBackups /Comment: &#8220;Weekly backup&#8221;  /Domain:example.microsoft.com
Import:
ImportGPO.wsf C:\GpoBackups {73624CC9-E8F2-4F05-88D2-193FAE8773CE} NewGPO /CreateIfNeeded
Windows 2008 R2 Powershell: 
http://technet.microsoft.com/en-us/library/ee461027.aspx
Export: 
Backup-Gpo -Name TestGPO -Path C:\GpoBackups -Comment &#8220;Weekly Backup&#8221;
Import:
import-gpo -BackupGpoName TestGPO -TargetName TestGPO -path C:\GpoBackups
]]></description>
			<content:encoded><![CDATA[<p>Here are the links to the scripts that can export and import GPO&#8217;s.</p>
<p><strong>Windows 2003 with GPMC installed:</strong><br />
<a href="http://msdn.microsoft.com/en-us/library/aa814151(v=vs.85).aspx" target="_blank">http://msdn.microsoft.com/en-us/library/aa814151(v=vs.85).aspx</a></p>
<blockquote><p><strong><em>Export: </em></strong><br />
BackupGPO.wsf TestPolicyGPO C:\GpoBackups /Comment: &#8220;Weekly backup&#8221;  /Domain:example.microsoft.com</p>
<p><strong><em>Import:</em></strong><br />
ImportGPO.wsf C:\GpoBackups {73624CC9-E8F2-4F05-88D2-193FAE8773CE} NewGPO /CreateIfNeeded</p></blockquote>
<p><strong>Windows 2008 R2 Powershell: </strong><br />
<a href="http://technet.microsoft.com/en-us/library/ee461027.aspx" target="_blank">http://technet.microsoft.com/en-us/library/ee461027.aspx</a></p>
<blockquote><p><strong><em>Export: </em></strong><br />
Backup-Gpo -Name TestGPO -Path C:\GpoBackups -Comment &#8220;Weekly Backup&#8221;</p>
<p><strong><em>Import:</em></strong><br />
import-gpo -BackupGpoName TestGPO -TargetName TestGPO -path C:\GpoBackups</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/06/16/export-and-import-gpo-from-one-domain-to-another/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Unable To Reconnect To Terminal Server In Application Mode</title>
		<link>http://techblog.wanierke.de/2011/05/26/unable-to-reconnect-to-terminal-server-in-application-mode/</link>
		<comments>http://techblog.wanierke.de/2011/05/26/unable-to-reconnect-to-terminal-server-in-application-mode/#comments</comments>
		<pubDate>Thu, 26 May 2011 12:44:54 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/05/26/unable-to-reconnect-to-terminal-server-in-application-mode/</guid>
		<description><![CDATA[When you get the message  &#8220;The remote session was disconnected because there was an internal error in the  remote computer&#8217;s licensing proctocol.&#8221; you can delete the registry key &#8220;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing\Store\LICENSE000&#8221; on your client and try to connect again.
Link : http://support.microsoft.com/kb/555061/en-us
]]></description>
			<content:encoded><![CDATA[<p>When you get the message  &#8220;<strong>The remote session was disconnected because there was an internal error in the  remote computer&#8217;s licensing proctocol</strong>.&#8221; you can delete the registry key &#8220;<strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSLicensing\Store\LICENSE000</strong>&#8221; on your client and try to connect again.</p>
<p>Link : http://support.microsoft.com/kb/555061/en-us</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/05/26/unable-to-reconnect-to-terminal-server-in-application-mode/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to use the EventCombMT utility to search event logs</title>
		<link>http://techblog.wanierke.de/2011/05/11/how-to-use-the-eventcombmt-utility-to-search-event-logs/</link>
		<comments>http://techblog.wanierke.de/2011/05/11/how-to-use-the-eventcombmt-utility-to-search-event-logs/#comments</comments>
		<pubDate>Wed, 11 May 2011 13:52:58 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/05/11/how-to-use-the-eventcombmt-utility-to-search-event-logs/</guid>
		<description><![CDATA[Das Tool EventCombMT kann die EventLogs von mehreren Servern ( z.B. aller Domain Controller einer Domäne ) durchsuchen. Das kann sehr hilfreich sein, wenn z.B. danach sucht auf welchen Domain Controller von welchem Computer aus ein Account gesperrt wurde.
Link: http://support.microsoft.com/kb/824209/en-us ( search for account lockouts )
Download : http://www.microsoft.com/downloads/en/details.aspx?familyid=7af2e69c-91f3-4e63-8629-b999adde0b9e&#38;displaylang=en
Vielen Dank für diesen Tipp an Jens K.
]]></description>
			<content:encoded><![CDATA[<p>Das Tool EventCombMT kann die EventLogs von mehreren Servern ( z.B. aller Domain Controller einer Domäne ) durchsuchen. Das kann sehr hilfreich sein, wenn z.B. danach sucht auf welchen Domain Controller von welchem Computer aus ein Account gesperrt wurde.</p>
<p>Link: <a target="_blank" href="http://support.microsoft.com/kb/824209/en-us">http://support.microsoft.com/kb/824209/en-us</a> ( search for account lockouts )<br />
Download : <a target="_blank" href="http://www.microsoft.com/downloads/en/details.aspx?familyid=7af2e69c-91f3-4e63-8629-b999adde0b9e&amp;displaylang=en">http://www.microsoft.com/downloads/en/details.aspx?familyid=7af2e69c-91f3-4e63-8629-b999adde0b9e&amp;displaylang=en</a></p>
<p>Vielen Dank für diesen Tipp an Jens K.</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/05/11/how-to-use-the-eventcombmt-utility-to-search-event-logs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Phantoms, tombstones and the infrastructure master - Event ID 1419 generated on a domain controller</title>
		<link>http://techblog.wanierke.de/2011/05/05/phantoms-tombstones-and-the-infrastructure-master-event-id-1419-generated-on-a-domain-controller/</link>
		<comments>http://techblog.wanierke.de/2011/05/05/phantoms-tombstones-and-the-infrastructure-master-event-id-1419-generated-on-a-domain-controller/#comments</comments>
		<pubDate>Thu, 05 May 2011 06:58:49 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/05/05/phantoms-tombstones-and-the-infrastructure-master-event-id-1419-generated-on-a-domain-controller/</guid>
		<description><![CDATA[The following arcticle descripes what phantom active directory are and why you do not make the infrastructure master role as a global catalogue server within a active directory.
Link : http://support.microsoft.com/kb/248047/en-us
]]></description>
			<content:encoded><![CDATA[<p>The following arcticle descripes what phantom active directory are and why you do not make the infrastructure master role as a global catalogue server within a active directory.</p>
<p>Link : <a href="http://support.microsoft.com/kb/248047/en-us" target="_blank">http://support.microsoft.com/kb/248047/en-us</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/05/05/phantoms-tombstones-and-the-infrastructure-master-event-id-1419-generated-on-a-domain-controller/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Forest Trust - Name Suffix Routing</title>
		<link>http://techblog.wanierke.de/2011/05/04/forest-trust-name-suffix-routing/</link>
		<comments>http://techblog.wanierke.de/2011/05/04/forest-trust-name-suffix-routing/#comments</comments>
		<pubDate>Wed, 04 May 2011 09:07:12 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/05/04/forest-trust-name-suffix-routing/</guid>
		<description><![CDATA[Today we got the error : The failure code from authentication protocol Kerberos was &#8220;The name or SID of the domain specified is inconsistent with the trust information for that domain.
(0xc000019b)&#8221;.
The reason for this error was that the &#8220;name suffix routing&#8221; for the subdomain of the trusted forest was disabled. For further information, please have [...]]]></description>
			<content:encoded><![CDATA[<p>Today we got the error : <strong>The failure code from authentication protocol Kerberos was &#8220;The name or SID of the domain specified is inconsistent with the trust information for that domain.<br />
(0xc000019b)&#8221;.</strong></p>
<p>The reason for this error was that the &#8220;name suffix routing&#8221; for the subdomain of the trusted forest was disabled. For further information, please have a look at the following arcticles:</p>
<p>Link : <a href="http://blogs.technet.com/b/askds/archive/2009/04/10/name-suffix-routing.aspx" target="_blank">http://blogs.technet.com/b/askds/archive/2009/04/10/name-suffix-routing.aspx</a><br />
Link : <a href="http://technet.microsoft.com/en-us/library/cc784334%28WS.10%29.aspx" target="_blank">http://technet.microsoft.com/en-us/library/cc784334%28WS.10%29.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/05/04/forest-trust-name-suffix-routing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Erweiterte Gruppenrichtlinienverwaltung (Advanced Group Policy Management, APGM)</title>
		<link>http://techblog.wanierke.de/2011/05/04/microsoft-erweiterte-gruppenrichtlinienverwaltung-advanced-group-policy-management-apgm/</link>
		<comments>http://techblog.wanierke.de/2011/05/04/microsoft-erweiterte-gruppenrichtlinienverwaltung-advanced-group-policy-management-apgm/#comments</comments>
		<pubDate>Wed, 04 May 2011 09:06:58 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/05/04/microsoft-erweiterte-gruppenrichtlinienverwaltung-advanced-group-policy-management-apgm/</guid>
		<description><![CDATA[Microsoft Erweiterte Gruppenrichtlinienverwaltung (Advanced Group Policy  Management, APGM) ist eine Client/Server-Anwendung. Der AGPM-Server  speichert Gruppenrichtlinienobjekten (Group Policy Objects, GPOs)  offline in dem Archiv, das AGPM im Dateisystem des Servers erstellt.  Gruppenrichtlinienadministratoren verwenden das AGPM-Snap-In für die  Gruppenrichtlinien-Verwaltungskonsole (Group Policy Management Console,  GPMC), um auf dem Server, auf dem das [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Erweiterte Gruppenrichtlinienverwaltung (Advanced Group Policy  Management, APGM) ist eine Client/Server-Anwendung. Der AGPM-Server  speichert Gruppenrichtlinienobjekten (Group Policy Objects, GPOs)  offline in dem Archiv, das AGPM im Dateisystem des Servers erstellt.  Gruppenrichtlinienadministratoren verwenden das AGPM-Snap-In für die  Gruppenrichtlinien-Verwaltungskonsole (Group Policy Management Console,  GPMC), um auf dem Server, auf dem das Archiv gehostet wird, mit  Gruppenrichtlinienobjekten zu arbeiten. Informationen über die Teile von  AGPM und zugehöriger Elemente, das Speichern der  Gruppenrichtlinienobjekte im Dateisystem sowie darüber, wie  Gruppenrichtlinienadministratoren die Effizienz von AGPM steigern  können, indem die für Benutzerrollen verfügbaren Aktionen mithilfe von  Berechtigungen gesteuert werden.</p>
<p><strong>Links</strong></p>
<p>Technische Übersicht :<br />
<a href="http://technet.microsoft.com/de-de/library/ee390978.aspx" target="_blank">http://technet.microsoft.com/de-de/library/ee390978.aspx</a></p>
<p>Planungshandbuch :<br />
<a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=58fd6cda-0210-4da0-91d2-8c3cc2817df8&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/en/details.aspx?FamilyID=58fd6cda-0210-4da0-91d2-8c3cc2817df8&amp;displaylang=en</a></p>
<p>Betriebshandbuch :<br />
<a href="http://technet.microsoft.com/en-us/library/ee390965.aspx" target="_blank">http://technet.microsoft.com/en-us/library/ee390965.aspx</a></p>
<p>Demonstration of AGPM:<br />
<a href="http://technet.microsoft.com/en-us/windows/ee526426" target="_blank">http://technet.microsoft.com/en-us/windows/ee526426</a></p>
<p>Step-by-Step Tutorials:</p>
<ul class="bulletedlist">
<li><a href="http://technet.microsoft.com/en-us/windows/ff938829" title="Learn about basic Advanced Group Policy Management concepts such as offline editing, change control, and role-based delegation.">Part 1: AGPM Overview</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938830" title="Learn how to install Advanced Group Policy Management.">Part 2: Installing AGPM</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938831" title="Explore how to initially configure AGPM for most environments.">Part 3: Configuring AGPM</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938832" title="Learn how to take control of an existing Group Policy object so that you can manage it with Advanced Group Policy Management.">Part 4: Controlling Group Policy Objects</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938833" title="Learn how to delegate roles for the entire domain or for individual controlled Group Policy objects.">Part 5: Delegating Roles</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938834" title="See how a user with the Editor role checks out, edits, checks in, and requests deployment of a Group Policy object.">Part 6: Editing Group Policy Objects</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938835" title="See how a user with the Reviewer or Approver role can review changes before deploying a Group Policy object.">Part 7: Reviewing Group Policy Objects</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938836" title="Learn how a user with the Approver role can quickly approve deployment of a Group Policy object.">Part 8: Approving and Deploying a Group Policy Object</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938837" title="See how a user with the Approver role can quickly rollback a Group Policy object to a previous version.">Part 9: Rolling Back a Group Policy Object to a Previous Version</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938838" title="Learn how to delete a Group Policy object and then restore it from the recycle bin.">Part 10: Deleting and Restoring Group Policy Objects</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938839" title="Learn how you can create a template from which you can create new Group Policy objects.">Part 11: Using Templates</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938840" title="Explore the advanced search features that Advanced Group Policy Management provides.">Part 12: Advanced Search Features</a></li>
<li><a href="http://technet.microsoft.com/en-us/windows/ff938841" title="See how to migrate Group Policy objects across forests by using Advanced Group Policy Management.">Part 13: Migrating Group Policy Objects</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/05/04/microsoft-erweiterte-gruppenrichtlinienverwaltung-advanced-group-policy-management-apgm/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Active Directory Maximum Limits - Scalability</title>
		<link>http://techblog.wanierke.de/2011/03/08/active-directory-maximum-limits-scalability/</link>
		<comments>http://techblog.wanierke.de/2011/03/08/active-directory-maximum-limits-scalability/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 13:26:45 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/03/08/active-directory-maximum-limits-scalability/</guid>
		<description><![CDATA[This topic describes Active Director scalability and other limitations,  as well as recommendations that apply when you are designing or  implementing an Active Directory infrastructure.
Link : http://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability%28WS.10%29.aspx

]]></description>
			<content:encoded><![CDATA[<p>This topic describes Active Director scalability and other limitations,  as well as recommendations that apply when you are designing or  implementing an Active Directory infrastructure.</p>
<p>Link : <span style="font-family: Tahoma; color: #000000; font-size: 11pt" class="left"></span><span style="color: #0000ff"><a href="http://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability%28WS.10%29.aspx" style="color: #0000ff" class="link" title="http://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability%28WS.10%29.aspx">http://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability%28WS.10%29.aspx</a></span><span class="system"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/03/08/active-directory-maximum-limits-scalability/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Modifying network bindings via script / tool &#8220;nvspbind&#8221;</title>
		<link>http://techblog.wanierke.de/2011/02/22/modifying-network-bindings-via-script-tool-nvspbind/</link>
		<comments>http://techblog.wanierke.de/2011/02/22/modifying-network-bindings-via-script-tool-nvspbind/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 08:24:55 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/02/22/modifying-network-bindings-via-script-tool-nvspbind/</guid>
		<description><![CDATA[nvspbind is a tool for modifying network bindings from the command line.
Link : http://archive.msdn.microsoft.com/nvspbind
]]></description>
			<content:encoded><![CDATA[<p><span id="ctl00_ctl00_Content_TabContentPanel_Content_wikiSourceLabel">nvspbind is a tool for modifying network bindings from the command line.</span></p>
<p>Link : http://archive.msdn.microsoft.com/nvspbind</p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/02/22/modifying-network-bindings-via-script-tool-nvspbind/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Computer Account Password Process</title>
		<link>http://techblog.wanierke.de/2011/02/17/computer-account-password-process/</link>
		<comments>http://techblog.wanierke.de/2011/02/17/computer-account-password-process/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 15:56:18 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/02/17/computer-account-password-process/</guid>
		<description><![CDATA[Within the following link the process for the computer account password process:
Link : http://blogs.technet.com/b/askds/archive/2009/02/15/test2.aspx
]]></description>
			<content:encoded><![CDATA[<p>Within the following link the process for the computer account password process:</p>
<p>Link : <a href="http://blogs.technet.com/b/askds/archive/2009/02/15/test2.aspx">http://blogs.technet.com/b/askds/archive/2009/02/15/test2.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/02/17/computer-account-password-process/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Video : Active Directory als Datenspeicher</title>
		<link>http://techblog.wanierke.de/2011/02/10/video-active-directory-als-datenspeicher/</link>
		<comments>http://techblog.wanierke.de/2011/02/10/video-active-directory-als-datenspeicher/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 19:06:18 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/02/10/video-active-directory-als-datenspeicher/</guid>
		<description><![CDATA[Hier der Link zum Video &#8220;Active Directory als Datenspeicher&#8221;, welches einen guten und groben Überlick über das Schema vom Active Directory gibt.
Link : http://vimeo.com/19637424
]]></description>
			<content:encoded><![CDATA[<p>Hier der Link zum Video &#8220;Active Directory als Datenspeicher&#8221;, welches einen guten und groben Überlick über das Schema vom Active Directory gibt.</p>
<p>Link : <a href="http://vimeo.com/19637424">http://vimeo.com/19637424</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/02/10/video-active-directory-als-datenspeicher/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tool DumpSec</title>
		<link>http://techblog.wanierke.de/2011/02/10/tool-dumpsec/</link>
		<comments>http://techblog.wanierke.de/2011/02/10/tool-dumpsec/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 10:33:03 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/02/10/tool-dumpsec/</guid>
		<description><![CDATA[SomarSoft&#8217;s DumpSec is a security auditing program for Microsoft Windows® NT/XP/200x. It dumps the permissions (DACLs) and audit settings (SACLs) for the file system, registry, printers and shares in a concise, readable format, so that holes in system security are readily apparent. DumpSec also dumps user, group and replication information.
Link : http://www.systemtools.com/somarsoft/index.html
]]></description>
			<content:encoded><![CDATA[<p>SomarSoft&#8217;s DumpSec is a security auditing program for Microsoft Windows® NT/XP/200x. It dumps the permissions (DACLs) and audit settings (SACLs) for the file system, registry, printers and shares in a concise, readable format, so that holes in system security are readily apparent. DumpSec also dumps user, group and replication information.</p>
<p>Link : <a href="http://www.systemtools.com/somarsoft/index.html">http://www.systemtools.com/somarsoft/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/02/10/tool-dumpsec/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows server 2008 / 2008 R2 upgrade path</title>
		<link>http://techblog.wanierke.de/2011/02/04/windows-server-2008-2008-r2-upgrade-path/</link>
		<comments>http://techblog.wanierke.de/2011/02/04/windows-server-2008-2008-r2-upgrade-path/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 07:31:25 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Windows 2008]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/02/04/windows-server-2008-2008-r2-upgrade-path/</guid>
		<description><![CDATA[The following links show the possible upgrade pathes to Windows 2008 ( R2 ):
Windows 2008
http://technet.microsoft.com/en-us/library/cc755116(WS.10).aspx#BKMK_Upgrade
Windows 2008 R2
http://technet.microsoft.com/en-us/library/dd979563(WS.10).aspx
]]></description>
			<content:encoded><![CDATA[<p>The following links show the possible upgrade pathes to Windows 2008 ( R2 ):</p>
<p>Windows 2008<br />
<a href="http://technet.microsoft.com/en-us/library/cc755116(WS.10).aspx#BKMK_Upgrade">http://technet.microsoft.com/en-us/library/cc755116(WS.10).aspx#BKMK_Upgrade</a></p>
<p>Windows 2008 R2<br />
<a href="http://technet.microsoft.com/en-us/library/dd979563(WS.10).aspx">http://technet.microsoft.com/en-us/library/dd979563(WS.10).aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/02/04/windows-server-2008-2008-r2-upgrade-path/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mehr als 3GB/4GB ? Dann wird  PAE / AWE interessant</title>
		<link>http://techblog.wanierke.de/2011/01/06/mehr-als-3gb4gb-dann-wird-pae-awe-interessant/</link>
		<comments>http://techblog.wanierke.de/2011/01/06/mehr-als-3gb4gb-dann-wird-pae-awe-interessant/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 14:32:00 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Windows 2000]]></category>

		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2011/01/06/mehr-als-3gb4gb-dann-wird-pae-awe-interessant/</guid>
		<description><![CDATA[In dem folgendem Artikel wird beschrieben, wann PAE /AWE interessant ist zu setzten.
Link : http://www.msxfaq.de/konzepte/4gb.htm
&#8230;.
Mehr als 3GB/4GB ? Dann wird  PAE / AWE interessant
Was machen Sie nun aber, wenn ihr Server tatsächlich mehr als 4 Gigabyte Hauptspeicher betreiben kann und Sie vor allem eine Anwendung nutzen möchten, die mit 3 GB nicht auskommt ?. Aber [...]]]></description>
			<content:encoded><![CDATA[<p>In dem folgendem Artikel wird beschrieben, wann PAE /AWE interessant ist zu setzten.</p>
<p>Link : <a href="http://www.msxfaq.de/konzepte/4gb.htm">http://www.msxfaq.de/konzepte/4gb.htm</a></p>
<p>&#8230;.</p>
<h2>Mehr als 3GB/4GB ? Dann wird  PAE / AWE interessant</h2>
<p>Was machen Sie nun aber, wenn ihr Server tatsächlich mehr als 4 Gigabyte Hauptspeicher betreiben kann und Sie vor allem eine Anwendung nutzen möchten, die mit 3 GB nicht auskommt ?. Aber da gibt es ja noch den Speichermanager und schon in Zeiten von DOS und Windows 3.1 (16bit Grenze) war es möglich, den Speicher jenseits von 640 MByte zu nutzen. Der Memory Manager ist dafür zuständig, den virtuellen Speicher der Anwendung auf physikalischen Speicher umgesetzt wird und nicht vorhandener &#8220;echter&#8221; Speicher notfalls durch das Pagefile ersetzt wird. Dieses Hantieren mit Speicherseiten ist auch eine wichtige Schnittstellen für die AWE-Erweiterung. Eine Anwendung kann über diese Schnittstelle Speicher anfordern und verwenden. Ein Stückweit könnten Sie dies mit dem EMS-Speicher der frühen DOS-Zeiten vergleichen. Denn physikalisch kann die Anwendung aufgrund der Begrenzungen nur bis zu 4 Gigabyte adressieren. Daher kann eine Anwendung über AWE weiteren Speicher in diesen eigenen Adressraum einblenden lassen.</p>
<p>AWE bzw. PAE ist also keine Funktion, damit Windows mehr als 4 Gigabyte verwalten kann. PAE ist ein Weg, damit Anwendungen aus ihrer 3GB Grenze ausbrechen können, indem Sie mittels AWE auf weitere Speicher zugreifen. Voraussetzung ist aber, dass die Anwendung AWE nutzt.</p>
<p class="boxinfo">Alle CPUs die auf der IA-32 Architektur von Intel basieren (seit Intel Pentium Pro) unterstützen einen 36-bit physical addressing Mode. (Physical Address Extension (PAE)) Dies erlaubt die Ansteuerung von bis zu 64 GByte Hauptspeicher durch das Betriebssystem.<br />
Erst durch AWE können jedoch 32bit Anwendungen mehr als 3/4 GB ansprechen.</p>
<p>Dies bedeutet, dass ein Betriebssystem  maximal 64 Gigabyte ansprechen und entsprechend vorbereiteten Anwendungen zuteilen kann. Dazu ist aber der Schalter &#8220;/PAE&#8221; zu aktivieren.
</p>
<p class="boxinfo">PAE wird seit Windows 2003 SP1 und Windows XP SP2 automatisch aktiviert, wenn der Prozessor die Funktion &#8220;no-execute page protection&#8221; unterstützt. Bei Windows 2003 Standard und Windows XP ist dann jedoch wieder das 4 GB Limit aktiv, um Probleme mit Treibern zu vermeiden.</p>
<p>Aus der Online Hilfe von Windows 2003</p>
<p class="boxzitat">PAE X86 allows software using the Address Windowing Extensions (AWE) API set running on a computer with an Intel Pentium Pro processor or later and either Windows Server 2003, Enterprise Edition, or Windows Server 2003, Datacenter Edition, to map more physical memory into the application&#8217;s virtual address space.</p>
<p class="boxinfo">AWE und /3GB stören sich<br />
Wenn sie mehr als 16 Gigabyte RAM haben, dürfen Sie /3GB nicht einsetzen, da ansonsten AWE den Speicher darüber nicht nutzen kann.</p>
<ul>
<li>834628 Data is corrupted when PAE is enabled on a Windows Server 2003-based computer</li>
</ul>
<p>Der PAE-Switch kann auch auf Windows XP und Windows Standard Server 2003 verwendet werden. Auch der SBS-Server ist davon nicht ausgenommen. Diese Systeme können jedoch maximal 4 GB adressieren. Hier dient der Schalter zur Unterstützung der DEP (Data Execution Prevention). Siehe auch <a rel="nofollow" href="http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx" onclick="javascript:urchinTracker('/out/4gb/www_microsoft_com');" class="linkextern" title="http://www.microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx">http://www.Microsoft.com/whdc/system/platform/server/PAE/PAEmem.mspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2011/01/06/mehr-als-3gb4gb-dann-wird-pae-awe-interessant/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Powershell Spickzettel</title>
		<link>http://techblog.wanierke.de/2010/12/15/powershell-spickzettel/</link>
		<comments>http://techblog.wanierke.de/2010/12/15/powershell-spickzettel/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 08:16:09 +0000</pubDate>
		<dc:creator>Tim Wanierke</dc:creator>
		
		<category><![CDATA[Programmieren]]></category>

		<guid isPermaLink="false">http://techblog.wanierke.de/2010/12/15/powershell-spickzettel/</guid>
		<description><![CDATA[Link : http://www.mywebcast.de/index.php/2010/03/13/powershell-spickzettel/

]]></description>
			<content:encoded><![CDATA[<p>Link : <a href="http://www.mywebcast.de/index.php/2010/03/13/powershell-spickzettel/">http://www.mywebcast.de/index.php/2010/03/13/powershell-spickzettel/</a></p>
<p><a href="http://techblog.wanierke.de/__oneclick_uploads/2010/12/powershell-spickzettel.jpg" title="powershell-spickzettel.jpg"><img src="http://techblog.wanierke.de/__oneclick_uploads/2010/12/powershell-spickzettel.thumbnail.jpg" alt="powershell-spickzettel.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://techblog.wanierke.de/2010/12/15/powershell-spickzettel/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

