<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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>windows-server-2008 &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/windows-server-2008/</link>
	<description>Feed of posts on WordPress.com tagged "windows-server-2008"</description>
	<pubDate>Tue, 01 Dec 2009 07:38:14 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[vSphere 4, Update 1 and ESXi]]></title>
<link>http://solori.wordpress.com/2009/11/30/vsphere-4-update-1-and-esxi/</link>
<pubDate>Mon, 30 Nov 2009 18:09:16 +0000</pubDate>
<dc:creator>solori</dc:creator>
<guid>http://solori.wordpress.com/2009/11/30/vsphere-4-update-1-and-esxi/</guid>
<description><![CDATA[On November 19, 2009 VMware released Update 1 for vSphere 4.0 which, among other bug fixes and errat]]></description>
<content:encoded><![CDATA[On November 19, 2009 VMware released Update 1 for vSphere 4.0 which, among other bug fixes and errat]]></content:encoded>
</item>
<item>
<title><![CDATA[Adieu NewSID !]]></title>
<link>http://unifiedit.wordpress.com/2009/11/27/adieu-newsid/</link>
<pubDate>Fri, 27 Nov 2009 11:06:21 +0000</pubDate>
<dc:creator>David PEKMEZ</dc:creator>
<guid>http://unifiedit.wordpress.com/2009/11/27/adieu-newsid/</guid>
<description><![CDATA[Information intéressante trouvée sur le blog de Mark Russinovich, L&#8217;utilitaire NewSID est supp]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="font-family:Verdana;font-size:9pt;">Information intéressante trouvée sur le blog de Mark Russinovich,<br />
</span></p>
<p><span style="font-family:Verdana;font-size:9pt;">L&#8217;utilitaire NewSID est supprimé des outils depuis début Novembre,<br />
</span></p>
<p><span style="font-family:Verdana;font-size:9pt;">Le post suivant de Mark Russinovich est très instructif<br />
</span></p>
<p><a href="http://blogs.technet.com/markrussinovich/archive/2009/11/03/3291024.aspx"><span style="font-family:Verdana;font-size:9pt;">http://blogs.technet.com/markrussinovich/archive/2009/11/03/3291024.aspx</span></a><span style="font-family:Verdana;font-size:9pt;"><br />
		</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VMM Tricks: How to get the audit trail records from a VMM Job ]]></title>
<link>http://fawzi.wordpress.com/2009/11/27/vmm-tricks-how-to-get-the-audit-trail-records-from-a-vmm-job/</link>
<pubDate>Fri, 27 Nov 2009 08:44:22 +0000</pubDate>
<dc:creator>Mohamed Fawzi</dc:creator>
<guid>http://fawzi.wordpress.com/2009/11/27/vmm-tricks-how-to-get-the-audit-trail-records-from-a-vmm-job/</guid>
<description><![CDATA[Source Today, in VMM, you can open the Administrator Console and click on the Jobs view to see all t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://blogs.technet.com/m2/archive/2009/11/27/how-to-get-the-audit-trail-records-from-a-vmm-job.aspx">Source</a></p>
<p>Today, in VMM, you can open the Administrator Console and click on the Jobs view to see all the Jobs in VMM. When you select an individual job, you can click on the &#8220;Change Tracking&#8221; tab and view any changes that were recorded in VMM as part of this job.</p>
<p>In this post, i will show you how to do this in PowerShell since it is not as intuitive. Basically, audit trail records that are placed in the change tracking tab are not cached on the client computer by default. the only way to surface them in powershell is to individually invoke the get-job commandlet and pass it the Job parameter while asking for the FULL job to be downloaded. the following powershell script does exactly that and displayed the audit trail records for all jobs in the system.</p>
<p>#get all jobs in the system<br />
$jobs = get-job -all<br />
foreach ($job in $jobs)<br />
{</p>
<p>#get the details including the audit records for each single job in VMM<br />
$singlejob = get-job -job $job -full<br />
$auditrecordsexist = $singlejob &#124; select AreAuditRecordsAvailable<br />
if ($auditrecordsexist)<br />
{</p>
<p>#if any audit records exist, print them out<br />
foreach ($record in $singlejob.AuditRecords)<br />
{<br />
$record<br />
$prev = $record.Previous<br />
$newr = $record.New<br />
$prev<br />
$newr<br />
}<br />
}<br />
}</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cluster Disk With Identifier (identifier) has a Persistent Reservation on it]]></title>
<link>http://fawzi.wordpress.com/2009/11/27/cluster-disk-with-identifier-identifier-has-a-persistent-reservation-on-it/</link>
<pubDate>Fri, 27 Nov 2009 08:38:47 +0000</pubDate>
<dc:creator>Mohamed Fawzi</dc:creator>
<guid>http://fawzi.wordpress.com/2009/11/27/cluster-disk-with-identifier-identifier-has-a-persistent-reservation-on-it/</guid>
<description><![CDATA[One of my customer&#8217;s team member had destroy the Hyper-V Cluster by mistake. He formatted the ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>One of my customer&#8217;s team member had destroy the Hyper-V Cluster by mistake. He formatted the cluster nodes without evict them before doing that . The nodes of the clsuter used to be   part of old cluster that was destroyed by mistake.</p>
<p>I tried to build the nodes again from the scratch and Create new cluster, When I run the  validation wizard I got this error:</p>
<p><strong>Cluster disk with identifier  (identifier) has a persistent reservation on it ,the disk might be part of  other cluster. removing the disk from other validation set.</strong></p>
<p>My  SAN is HP EVA. The Cluster is not able to see any of my LUNS although I can  see them from disk management and can&#8217;t create the cluster.</p>
<p>This error due to the fact that the LUNs still keeping the old identifiers from the old cluster, You have to use Cluster command line to clear the reservation by that command:</p>
<p><strong>cluster.exe node %nodename% /clear:disknumber</strong></p>
<p>Now everything should work fine and you can pass the validation wizard <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <strong><br />
</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[WSUS Update KB931125 Stammzertifikate]]></title>
<link>http://jwintech.wordpress.com/2009/11/26/wsus-update-kb931125-stammzertifikate/</link>
<pubDate>Thu, 26 Nov 2009 18:03:00 +0000</pubDate>
<dc:creator>JoergS</dc:creator>
<guid>http://jwintech.wordpress.com/2009/11/26/wsus-update-kb931125-stammzertifikate/</guid>
<description><![CDATA[Hi, zur Zeit gibt es Probleme mit dem WSUS Server und dem Update KB931125 Stammzertifikate. Den Clie]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi,</p>
<p>zur Zeit gibt es Probleme mit dem WSUS Server und dem Update <a href="http://support.microsoft.com/KB/931125" target="_blank">KB931125 Stammzertifikate</a>.</p>
<p>Den Clients wird das Update immer und immer wieder angeboten.</p>
<p><strong>Lösung: alle Stammzertifikate (inkl. Mai &#8211; September) verweigern und nur das Stammzertifikate (inkl. November) freigegeben.</strong><br />
Auf den Clients muss dann ggf. noch folgendes ausgeführt werden:</p>
<ol>
<li>Stopp des Automatischen Update oder Windows Update Dienstes</li>
<li>den Inhalt des Verzeichnisses “C:\WINDOWS\SoftwareDistribution” löschen (“rd /s /q %windir%\SoftwareDistribution”)</li>
<li>Neustart des Automatischen Update oder Windows Update Dienstes oder Neustart der Clients</li>
</ol>
<p>Quelle: <a href="http://social.answers.microsoft.com/Forums/en-US/vistawu/thread/cc431c09-ad04-48b1-b664-6401da1f0ece/" target="_blank">Root Certificate update KB931125 keeps installing</a></p>
<p>Na dann, Viel Spass beim selber Testen!<br />
CU</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows 7 / Windows Server 2008 R2 - Boot to VHD]]></title>
<link>http://techpunch.wordpress.com/2009/11/26/windows-7-windows-server-2008-r2-boot-to-vhd/</link>
<pubDate>Thu, 26 Nov 2009 16:27:06 +0000</pubDate>
<dc:creator>Stuart</dc:creator>
<guid>http://techpunch.wordpress.com/2009/11/26/windows-7-windows-server-2008-r2-boot-to-vhd/</guid>
<description><![CDATA[Windows 7 and Windows Server 2008 R2 support booting from a VHD directly.  No host OS involved.  Ver]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Windows 7 and Windows Server 2008 R2 support booting from a VHD directly.  No host OS involved.  Very nice!  It kind of blows my mind a bit to think of the possibilities. </p>
<h4>How Does It Work?</h4>
<p>It works like a dual boot machine, where you pick your OS option at startup.  Instead of having physical disk partitions, you can multi-boot onto a VHD instead of a disk partition.  You can boot directly to a VHD running SharePoint 2010 beta for example.   You can have as many of these as you need (and have disk space for).</p>
<p>For people limited to 4GB or RAM on a laptop, this can help SharePoint 2010 run much smoother because it has all the physical memory, no memory sharing with the host.  Your physical disk is available from the booted OS (VHD becomes C:, and physical disks looks like a D:, E:, etc.).  All physical hardware is available, just as if you installed the OS directly to a disk partition.</p>
<p>You can even get it to work with Vista as your main OS on your machine if you&#8217;re not ready to rebuild your machine with Windows 7 or Windows Server 2008 R2.  </p>
<h4>What’s the Catch?</h4>
<p>There are a few catches that I&#8217;m aware of: </p>
<ul>
<li>It only works if the VHD is stored on an internal disk </li>
<li>The OS on the VHD must be Windows 7 or 2008 Server R2</li>
<li>Hibernation and bit-locker don&#8217;t work when booted from VHD&#8217;s.  Suspend does work on my Dell D830 after I installed the NVIDEA drivers for my video card. </li>
<li>It works best with a fixed-size VHD, dynamic VHD disks will run slower</li>
<li>There is a slight performance hit, around 3%, when compared to a boot from a physical disk.  It’s negligilbe, I haven’t noticed a difference at all.</li>
<li>The vhd is not portable to other boxes due to hardware differences between machines.  You can sysprep and image and move it that way.</li>
</ul>
<h4>Great! Now How Do I Set It Up?</h4>
<p>I won’t recreate a detailed walkthrough here, but the basic gist of it is this:</p>
<ol>
<li>Insert Windows 7 or Windows Server 2008 R2 media</li>
<li>Boot from the CD like you’re installing the OS normally</li>
<li>At the first screen, hit Shift-F10 to open a command window</li>
<li>Use the DiskPart utility to create and mount the vhd.  Type DiskPart at the command prompt cnd enter the following commands:
<ol>
<li>create vdisk file=C:\VHD-Windows7.vhd maximum=40960</li>
<li>select vdisk file=C:\VHD-Windows7.vhd</li>
<li>attach vdisk</li>
<li>exit</li>
</ol>
</li>
<li>Close the command prompt and continue setup</li>
<li>Select the Custom (Advanced) Install option</li>
<li>Select the VHD disk you created for the install</li>
<li>That’s it!  The Windows installer takes care of the rest.</li>
<li>If you want more control, you can use BCDEdit or EasyBCD to edit the boot menu</li>
</ol>
<h4>References</h4>
<p>If you need a more detailed walkthrough, the best one I’ve seen is here:</p>
<ul>
<li><a href="http://www.sevenforums.com/tutorials/2953-virtual-hard-drive-vhd-file-create-start-boot.html" target="_blank">Windows 7 Formus:   Virtual Hard Drive VHD File &#8211; Create and Start with at Boot</a></li>
</ul>
<p>If you’re interested in booting a Windows 7 VHD from a system running Vista (I’m not!), you might find these helpful:</p>
<ul>
<li><a href="http://4sysops.com/archives/how-to-add-a-windows-7-vhd-to-vistas-boot-manager-menu/" target="_blank">4SysOps:  How to add a Windows 7 VHD to Vista’s boot manager menu</a></li>
<li><a href="http://intellects.in/2009/10/23/boot-from-vhd-replacing-vista-or-windows-2008-bootloader-with-windows-7-bootloader/" target="_blank">Intellects: Boot From VHD &#8211; Replacing Vista or Windows 2008 Bootloader with Windows 7 Bootloader</a></li>
</ul>
<p>Enjoy!</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[SharePoint 2010 Beta - ConfigurationErrorsException]]></title>
<link>http://techpunch.wordpress.com/2009/11/26/sharepoint-2010-beta-configurationerrorsexception/</link>
<pubDate>Thu, 26 Nov 2009 14:47:58 +0000</pubDate>
<dc:creator>Stuart</dc:creator>
<guid>http://techpunch.wordpress.com/2009/11/26/sharepoint-2010-beta-configurationerrorsexception/</guid>
<description><![CDATA[If you&#8217;ve installed the SharePoint 2010 public beta, you&#8217;ve likely run into the WCF bug.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>If you&#8217;ve installed the SharePoint 2010 public beta, you&#8217;ve likely run into the WCF bug. This following errors occur when provisioning Service Applications or when accessing pages that make service calls. <strong></strong></p>
<p>System.Configuration.ConfigurationErrorsException: Unrecognized attribute &#8216;allowInsecureTransport&#8217;. Note that attribute names are case-sensitive. (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebClients\&#60;Service Area&#62;\client.config line &#60;Line Number&#62;).</p>
<p>The service application proxy &#8220;User Profile Service Application&#8221; could not be provisioned because of the following error: Unrecognized attribute &#8216;allowInsecureTransport&#8217;. Note that attribute names are case-sensitive. (C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\WebClients\Profile\client.config line 56).</p>
<p>You may see this error in the ULS logs after installing SharePoint 2010, or displayed on the page as an error message when provisioning service applications or accessing SharePoint pages that make WCF service calls.</p>
<h4>How To Fix It</h4>
<p>This is a known WCF issue when installing SharePoint 2010 on Windows 7, Windows Server 2008, or Windows Server 2008 R2.  It’s, lovingly called the WCF Sharepoint Shared Services Roll-up issue. To fix it, install a WCF OS patch:</p>
<p>KB971831: WCF fix for Windows Server 2008 and Vista only<br />
<a href="http://support.microsoft.com/kb/971831">http://support.microsoft.com/kb/971831</a></p>
<p>KB976462: WCF fix for Windows 2008 R2 and Windows 7<br />
<a href="http://support.microsoft.com/kb/976462">http://support.microsoft.com/kb/976462</a> <br />
Note:  This link is not activated yet, but you can download the WCF fix at <a href="http://go.microsoft.com/fwlink/?LinkID=166231">http://go.microsoft.com/fwlink/?LinkID=166231</a></p>
<p>If you have already installed Microsoft SharePoint Server 2010 on a server running Microsoft Windows Server 2008 R2 or Microsoft Windows 7, Microsoft SharePoint Server 2010 does not need to be reinstalled. You can install the WCF fix afterward. However, Service Applications that have been provisioned without the update installed may need to be removed and re-provisioned once the update has been successfully applied.</p>
<h4>References</h4>
<p><a href="http://blogs.msdn.com/sharepoint/archive/2009/11/19/installation-notice-for-the-sharepoint-server-public-beta-on-microsoft-windows-server-2008-r2-and-microsoft-windows-7.aspx" target="_blank">SharePoint Team Blog: Installation Notice for the SharePoint Server Public Beta on Microsoft Windows Server 2008 R2 and Microsoft Windows 7</a></p>
<p><a href="http://blogs.msdn.com/opal/archive/2009/10/25/sharepoint-2010-pre-requisites-download-links.aspx" target="_blank">Jie Lie’s GeekWorld: SharePoint 2010 Pre-Requisites Download Links</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Fine-Grained Password Policies – password settings objects]]></title>
<link>http://microsoftblog.globalknowledge.com/2009/11/25/fine-grained-password-policies-%e2%80%93-password-settings-objects/</link>
<pubDate>Wed, 25 Nov 2009 11:54:51 +0000</pubDate>
<dc:creator>timatgk</dc:creator>
<guid>http://microsoftblog.globalknowledge.com/2009/11/25/fine-grained-password-policies-%e2%80%93-password-settings-objects/</guid>
<description><![CDATA[Windows Server 2008 supports Fine-Grained Password Policies in Active Directory, which is a huge ste]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Windows Server 2008 supports Fine-Grained Password Policies in Active Directory, which is a huge step forward from the per-domain-only password policies of Windows Server 2003 and Windows 2000 Server Active Directory. Yet with the suggested built-in management interface for creating fine-grained policies being ADSIedit, LDIFDE, and similar utilities, and with the requirement that the Active Directory domain in question be at the Windows Server 2008 domain functional level (DFL), such policies aren&#8217;t yet deployed as widely as some people might hope.</p>
<p>In this article we&#8217;ll review the functionality and objects involved in fine-grained password policies (FGPP). In a subsequent article, we&#8217;ll present the use of the Windows Server 2008 R2 PowerShell v2.0 cmdlets for working with fine-grained password policies.</p>
<p>The Windows Server 2008 (W2K8) Active Directory schema contains some new object classes and attribute types to support fine-grained password policies. With W2K8 AD, an instance of one of these classes, a password settings container is created in the domain&#8217;s System container. In fact, the name of this container in the 777.wernerconsulting.com domain would be:</p>
<p>CN=Password Settings Container,CN=System,DC=777,DC=wernerconsulting,DC=com</p>
<p>With the Advanced Features view option enabled in Active Directory Users and Computers (ADUC), we can see this container and if there are any policies defined in it, we could work with their properties in ADUC&#8217;s Attribute Editor. But to create the Password Settings objects which go in that container, we could use ADSIedit, LDIFDE, or other tools. Once created, we could use those same tools to view and edit the settings, or we could come back to ADUC and use the Attribute Editor. In another article, we&#8217;ll see some PowerShell cmdlets in W2K8 R2 which offer an alternative.</p>
<p>Let&#8217;s look at a Password Settings object – the object class is msDS-PasswordSettings. Although these can be created in ADSIedit and then modified in ADUC, let&#8217;s see one in standard LDIF format.</p>
<p>dn: CN=Sales Password Policy,CN=Password Settings Container,CN=System,DC=777,DC=wernerconsulting,DC=com</p>
<p>objectClass: msDS-PasswordSettings</p>
<p>cn: Sales Password Policy</p>
<p>msDS-MaximumPasswordAge: -18144000000000</p>
<p>msDS-MinimumPasswordAge: -6048000000000</p>
<p>msDS-MinimumPasswordLength: 16</p>
<p>msDS-PasswordHistoryLength: 24</p>
<p>msDS-PasswordComplexityEnabled: TRUE</p>
<p>msDS-PasswordReversibleEncryptionEnabled: FALSE</p>
<p>msDS-LockoutObservationWindow: -6000000000</p>
<p>msDS-LockoutDuration: -18000000000</p>
<p>msDS-LockoutThreshold: 3</p>
<p>msDS-PasswordSettingsPrecedence: 10</p>
<p>Note that the raw format for the maximum password age, minimum password age, lockout observation window, and lockout duration is the classic Windows NT time interval &#8220;ticks&#8221;, which is a negative number representing the number of 100 nanosecond units in the duration. These are 64-bit values which are referred to as Integer8 (eight octets), or LargeInteger values, depending on if you ask a schema person or a developer.</p>
<p>When entering these values in ADSIedit, I&#8217;ve seen/heard people suggest that we use the ticks value for the time intervals, however, it is also possible to enter a value of (none), (never), or a duration in d:hh:mm:ss notation &#8211; days, hours, minutes, and seconds. A value of 0:00:10:00 represents 10 minutes. There really is no need to resort to ticks unless you prefer to count time that way.</p>
<p>Both ADUC&#8217;s Attribute Editor and ADSIedit support entering these values in d:hh:mm:ss notation, which automagically translates to the negative ticks notation required for time intervals.</p>
<p>In another article, we&#8217;ll look at the meaning of these settings, then later how to apply them to groups, and finally how to avoid the gory details of managing these in Windows Server 2008 and use PowerShell in Windows Server 2008 R2 for more fun and power.</p>
<p>-Brad</p>
<p><strong>Related Courses</strong></p>
<p><a href="http://www.globalknowledge.com/training/course.asp?pageid=9&#38;courseid=11107&#38;catid=184&#38;country=United+States">Automating Windows Server 2008 Administration with Windows Powershell (M6434) </a></p>
<p><a href="http://www.globalknowledge.com/training/course.asp?pageid=9&#38;courseid=10662&#38;catid=184&#38;country=United+States">Configuring, Managing, and Maintaining Server 2008 (M6419) </a></p>
<p><a href="http://www.globalknowledge.com/training/course.asp?pageid=9&#38;courseid=10733&#38;country=United+States">Configuring Windows Server 2008 Active Directory Domain Services (M6424, M6425)</a></p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:1511px;width:1px;height:1px;">
<ol>
<li></li>
<li><a href="http://www.globalknowledge.com/training/course.asp?pageid=9&#38;courseid=10733&#38;country=United+States">Configuring Windows Server 2008 Active Directory Domain Services (M6424, M6425)</a></li>
</ol>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Kumulatives Zeitzonenupdate Dezember 2009 für alle Microsoft Windows Betriebssysteme]]></title>
<link>http://jwintech.wordpress.com/2009/11/24/kumulatives-zeitzonenupdate-dezember-2009-fr-alle-microsoft-windows-betriebssysteme/</link>
<pubDate>Tue, 24 Nov 2009 19:00:14 +0000</pubDate>
<dc:creator>JoergS</dc:creator>
<guid>http://jwintech.wordpress.com/2009/11/24/kumulatives-zeitzonenupdate-dezember-2009-fr-alle-microsoft-windows-betriebssysteme/</guid>
<description><![CDATA[Hi, heute hat Microsoft das Kumulatives Zeitzonenupdate Dezember 2009 KB976098 für alle Microsoft Wi]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi,</p>
<p>heute hat <a href="http://www.microsoft.com/" target="_blank">Microsoft</a> das Kumulatives Zeitzonenupdate Dezember 2009 <a href="http://support.microsoft.com/KB/976098" target="_blank">KB976098</a> für alle Microsoft Windows Betriebssysteme zur Verfügung gestellt!</p>
<blockquote><p><b>Wichtig</b> Dieses Update ersetzt, und ersetzt aktualisieren 970653, die wurde im August 2009 freigegeben. Dieses Update enthält außerdem zusätzliche Zeitzonenänderungen, die in nach Update 970653 erstellt wurde.       <br />Wenn Sie bereits bereitgestellt haben 970653, aktualisieren, lesen die Beschreibungen der bestimmten Zeitzonenänderungen, die in diesem Artikel, um zu überprüfen, ob Sie dieses Update sofort bereitstellen müssen behoben werden. Wenn Systeme nicht direkt betroffen sind, können Sie die Bereitstellung bei der nächsten Gelegenheit einplanen.       <br />Es wird empfohlen, dass Sie das aktuelle kumulative Zeitzonenupdate für Windows zu garantieren die Konsistenz der Zeitzonendatenbank auf allen Systemen bereitstellen. </p>
<p><b>Wichtig</b> Bevor Sie das Update, das in diesem Artikel beschrieben wird anwenden, achten Sie potenzielle Probleme, die auf Microsoft Outlook auswirken können.       <br />Weitere Informationen zu diesen Problemen finden Sie die folgende KB-Artikelnummer: </p>
<p><a href="http://support.microsoft.com/kb/931667/">931667</a> (http://support.microsoft.com/kb/931667/ ) Wie Sie die Sommerzeitänderungen in 2007 mithilfe des Zeitzone Data Update-Tools für Microsoft Office Outlook </p>
<p><b>Wichtig</b></p>
<ul>
<li>Wenn Sie Microsoft Exchange Server in einer IT-Umgebung ausführen, müssen Sie zusätzliche Maßnahmen gewährleisten Sie den ordnungsgemäßen Betrieb von Exchange Server ausführen.        <br />Weitere Informationen zum Exchange Sommerzeit (DST) Update klicken Sie auf die folgende KB-Artikelnummer:
<p><a href="http://support.microsoft.com/kb/941018/">941018</a> (http://support.microsoft.com/kb/941018/ ) Gewusst wie: Sommerzeit adressieren, mithilfe des Exchange Kalender-Update-Tools </p>
</li>
<li>Kumulative Zeitzonenupdates enthalten nur Daten, die für eine bestimmte Region geändert hat oder, wurde hinzugefügt, um die Parität mit anderen Betriebssystemversionen beizubehalten. Daher, wenn ein Zeitzonenschlüssel gelöscht wurde, möglicherweise einige ursprüngliche Werte nicht wiederhergestellt werden nach der Installation des kumulativen Zone Updates.       <br />Wird nicht empfohlen, dass Sie alle Registrierungsschlüssel zu löschen, die sich auf Zeitzonen beziehen. Auf einem Computer, auf dem unvollständige Zeitzone Schlüssel verfügt, zuerst wiederherstellen Sie die Zeitzone Schlüssel aus einer als funktionierend bekannten Sicherung. Wenden Sie dann das Update. </li>
</ul>
</blockquote>
<p>Na dann, Viel Spass beim selber Testen!   <br />CU</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Server 2008 Step-by-Step Guides]]></title>
<link>http://binhit18.wordpress.com/2009/11/24/windows-server-2008-step-by-step-guides/</link>
<pubDate>Tue, 24 Nov 2009 12:18:12 +0000</pubDate>
<dc:creator>binhit18</dc:creator>
<guid>http://binhit18.wordpress.com/2009/11/24/windows-server-2008-step-by-step-guides/</guid>
<description><![CDATA[Overview : These step-by-step guides help IT Professionals learn about and evaluate Windows Server 2]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="msgcns!AFF6754AC8FEDE08!1807">
<h6><strong>Overview :</strong></h6>
<p>These step-by-step guides help IT Professionals learn about and evaluate Windows Server 2008.<br />
These documents are downloadable versions of guides found in the <strong>Windows Server 2008 Technical Library</strong>. (<a href="http://go.microsoft.com/fwlink/?LinkId=86808">http://go.microsoft.com/fwlink/?LinkId=86808</a>)</p>
<h6><strong>System Requirements:</strong></h6>
<p>Supported Operating Systems: Windows Server 2008</p>
<h6><strong>Files in This Download :</strong></h6>
<p><a title="http://www.microsoft.com/downloads/details.aspx?FamilyID=518d870c-fa3e-4f6a-97f5-acaf31de6dce&#38;displaylang=en" href="http://www.microsoft.com/downloads/details.aspx?FamilyID=518d870c-fa3e-4f6a-97f5-acaf31de6dce&#38;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=518d870c-fa3e-4f6a-97f5-acaf31de6dce&#38;displaylang=en</a></p>
<p>- Creating_and_Deploying_Active_Directory_Rights_Management_Se rvices_Templates_Step-by-Step_Guide.doc<br />
- Deploying Active Directory Rights Management Services in a Multiple Forest Environment Step-by-Step Guide.doc<br />
- Deploying Active Directory Rights Management Services in an Extranet Step-by-Step Guide.doc<br />
- Deploying Active Directory Rights Management Services with Microsoft Office SharePoint Server 2007 Step-By-Step Guide.doc<br />
- Deploying an Active Directory Rights Management Services Licensing-only Cluster Step-by-Step Guide.doc<br />
- Deploying SSTP Remote Access Step by Step Guide.doc<br />
- Removing Active Directory Rights Management Services Step-by-Step Guide.doc<br />
- Server Manager Scenarios Step-by-Step Guide.doc<br />
- Server_Core_Installation_Option_of_Windows_Server_2008_Step-By-Step_Guide.doc<br />
- Step_by_Step_Guide_to_Customizing_TS_Web_Access_by_Using_Win dows_SharePoint_Services.doc<br />
- Step-by-Step Guide for Configuring a Two-Node File Server Failover Cluster in Windows Server 2008.doc<br />
- Step-by-Step Guide for Configuring a Two-Node Print Server Failover Cluster in Windows Server 2008.doc<br />
- Step-by-Step Guide for File Server Resource Manager in Windows Server 2008.doc<br />
- Step-by-Step Guide for Services for NFS in Windows Server 2008.doc<br />
- Step-by-Step Guide for Storage Manager for SANs in Windows Server 2008.doc<br />
- Step-by-Step Guide to Deploying Policies for Windows Firewall with Advanced Security.doc<br />
- Step-by-Step_Guide_for_Configuring_Network_Load_Balancing_with_Termi nal_Services_in_Windows_Server_2008.doc<br />
- Step-by-Step_Guide_for_Windows_Deployment_Services_in_Windows_Server _2008.doc<br />
- TS RemoteApp Step-by-Step Guide.doc<br />
- Using Identity Federation with Active Directory Rights Management Services Step-by-Step Guide.doc<br />
- Windows Server 2008 Active Directory Certificate Services Step-By-Step Guide.doc<br />
- Windows Server 2008 Foundation Network Guide.doc<br />
- Windows Server 2008 Network Policy Server (NPS) Operations Guide.doc<br />
- Windows Server 2008 Step-by-Step Guide for DNS in Small Networks.doc<br />
- Windows Server 2008 TS Gateway Server Step-By-Step Setup Guide.doc<br />
- Windows Server 2008 TS Licensing Step-By-Step Guide.doc<br />
- Windows_ Server_Active_Directory_Rights_Management_Services_Step-by-Step_Guide.doc<br />
- Windows_Server_2008_TS_Session_Broker_Load_Balancing_Step-By-Step_Guide.doc</p>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Understanding Network Access Protection (NAP) in Windows Server 2008]]></title>
<link>http://araihan.wordpress.com/2009/11/24/understanding-network-access-protection-nap-in-windows-server-2008/</link>
<pubDate>Tue, 24 Nov 2009 07:47:32 +0000</pubDate>
<dc:creator>Raihan</dc:creator>
<guid>http://araihan.wordpress.com/2009/11/24/understanding-network-access-protection-nap-in-windows-server-2008/</guid>
<description><![CDATA[Network Access Protection (NAP) is a platform you can install in Windows Server 2008 for enforcing c]]></description>
<content:encoded><![CDATA[Network Access Protection (NAP) is a platform you can install in Windows Server 2008 for enforcing c]]></content:encoded>
</item>
<item>
<title><![CDATA[Understanding Windows Firewall for Windows Server 2008 and Windows 7]]></title>
<link>http://araihan.wordpress.com/2009/11/24/understanding-windows-firewall-for-windows-server-2008-and-windows-7/</link>
<pubDate>Tue, 24 Nov 2009 03:13:00 +0000</pubDate>
<dc:creator>Raihan</dc:creator>
<guid>http://araihan.wordpress.com/2009/11/24/understanding-windows-firewall-for-windows-server-2008-and-windows-7/</guid>
<description><![CDATA[The best way to justify a local firewall in windows server 2008 and windows 7 is to put another laye]]></description>
<content:encoded><![CDATA[The best way to justify a local firewall in windows server 2008 and windows 7 is to put another laye]]></content:encoded>
</item>
<item>
<title><![CDATA[Instalaci&oacute;n Windows Server 2008 R2 X64 Std paso a paso para usar de BASE.]]></title>
<link>http://megacracks.wordpress.com/2009/11/21/instalacin-windows-server-2008-r2-x64-std-paso-a-paso/</link>
<pubDate>Sat, 21 Nov 2009 11:22:40 +0000</pubDate>
<dc:creator>XaviXaus</dc:creator>
<guid>http://megacracks.wordpress.com/2009/11/21/instalacin-windows-server-2008-r2-x64-std-paso-a-paso/</guid>
<description><![CDATA[Buenas. Hoy os muestro únicamente como instalar Windows Server 2008 R2 X64 versión standard en inglé]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Buenas.</p>
<p>Hoy os muestro únicamente como instalar Windows Server 2008 R2 X64 versión standard en inglés y como prepararlo para poder usarlo en próximas ocasiones como base de otras instalaciones.</p>
<p>Lo voy a montar sobre un sistema con 2 GB de RAM, 2 CPU y con un disco C: de 15 GB. (Aunque no sea necesario disponer de tanta RAM ni de 2 CPU ni mucho menos para que este sistema operativo funcione, comentaros que he montado Windows Server 2008 con Domain Controller en un equipo con 384MB de RAM, sin usuarios conectados eso sí, pero el sistema funciona fluidamente. (Pero barbaridades las mínimas en entornos de producción) Ya sabéis, no derrochéis, pero en ningún caso quedaros cortos (mínimo 1 GB de RAM, y 15 GB de disco).</p>
<p>Espacio necesario en disco con instalación limpia + parches a día 21/11/2009.</p>
<p>&#160;<a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_143.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_14" border="0" alt="InstallWindowsServer2008R2x64_14" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_14_thumb.jpg?w=332&#038;h=181" width="332" height="181" /></a> </p>
<p>A partir de ahora incluiré en mis próximos artículos una pantalla similar a la anterior para poder cuando lo deseéis consultar el tamaño necesario para una instalación limpia de un sistema operativo en un servidor con 2 GB de RAM, o con un Domain Controller, o con un Wsus, o con un Exchange, etc… (Digo lo de los 2 GB de RAM por que el sistema Windows Server 2008 actualmente administra automáticamente el nivel de memoria paginada y cuanta mas RAM tengamos en nuestro sistema mas necesario será disponer de espacio suficiente para albergar este archivo de paginación).</p>
<p> <!--more-->
<p>Empecemos con la instalación:</p>
<p>Lo primero que hay que hacer es disponer de una copia original del sistema operativo en cuestión, insertarlo en la unidad de CD y arrancar la máquina virtual, el servidor o lo que vosotros queráis.</p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_01.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_0" border="0" alt="InstallWindowsServer2008R2x64_0" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_0_thumb.jpg?w=469&#038;h=351" width="469" height="351" /></a>&#160;</p>
<p>Seleccionad en el campo <strong>Time and currency format:</strong> Spanish (Spain, International Sort) y pulsad sobre <strong>Next</strong>.</p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_16.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_1" border="0" alt="InstallWindowsServer2008R2x64_1" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_1_thumb.jpg?w=467&#038;h=351" width="467" height="351" /></a> </p>
<p>Pulsad sobre <strong>Install Now</strong>.</p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_21.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_2" border="0" alt="InstallWindowsServer2008R2x64_2" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_2_thumb.jpg?w=467&#038;h=351" width="467" height="351" /></a> </p>
<p>Seleccionad la versión del sistema operativo que queráis y pulsad sobre <strong>Next</strong>. En mi caso voy a instalar la versión Standard en versión <strong>Full Installation</strong>, NO en versión Core ya que necesito de un entorno gráfico para poderlo administrar de la forma que lo quiero hacer en esta ocasión. (Ya os explicaré en otro artículo las bondades del core).</p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_31.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_3" border="0" alt="InstallWindowsServer2008R2x64_3" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_3_thumb.jpg?w=465&#038;h=351" width="465" height="351" /></a> </p>
<p>Marcad <strong>I accpet the license terms </strong>y pulsad sobre <strong>Next</strong>.</p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_41.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_4" border="0" alt="InstallWindowsServer2008R2x64_4" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_4_thumb.jpg?w=466&#038;h=351" width="466" height="351" /></a> </p>
<p>Pulsad sobre <strong>Custom (advanced)</strong></p>
<p><strong><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_51.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_5" border="0" alt="InstallWindowsServer2008R2x64_5" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_5_thumb.jpg?w=464&#038;h=351" width="464" height="351" /></a> </strong></p>
<p>Seleccionad el disco donde lo queráis instalar y pulsad sobre <strong>Next</strong>.</p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_61.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_6" border="0" alt="InstallWindowsServer2008R2x64_6" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_6_thumb.jpg?w=468&#038;h=351" width="468" height="351" /></a> </p>
<p>Tras finalizar la instalación…</p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_71.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_7" border="0" alt="InstallWindowsServer2008R2x64_7" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_7_thumb.jpg?w=465&#038;h=351" width="465" height="351" /></a> </p>
<p>Pulsad sobre <strong>OK</strong> para crear la password del usuario administrador local. (Recordad que debe ser una contraseña segura, ya sabéis, números, letras, símbolos, mayúsculas, minúsculas)</p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_81.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_8" border="0" alt="InstallWindowsServer2008R2x64_8" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_8_thumb.jpg?w=468&#038;h=351" width="468" height="351" /></a> </p>
<p>Escribid la password y pulsad sobre <img style="display:inline;border-width:0;" title="InstallWindowsServer2008R2x64_9" border="0" alt="InstallWindowsServer2008R2x64_9" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_9.jpg?w=35&#038;h=37" width="35" height="37" /> </p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_101.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_10" border="0" alt="InstallWindowsServer2008R2x64_10" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_10_thumb.jpg?w=467&#038;h=351" width="467" height="351" /></a> </p>
<p>Pulsad sobre <strong>OK.</strong></p>
<p><strong><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_111.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_11" border="0" alt="InstallWindowsServer2008R2x64_11" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_11_thumb.jpg?w=465&#038;h=351" width="465" height="351" /></a> </strong></p>
<p>Al arrancar Windows Server 2008 siempre a no ser que marquéis la opción <strong>do not show this window at logon</strong> os aparecerá esta pantalla de bienvenida que por cierto es muy útil.</p>
<p>Ahora lo que vamos a hacer es un Windows Update para que esté al último nivel de parches del sistema operativo.</p>
<p>Pulsad sobre <strong>Download and install updates</strong> del apartado <strong>2 Update This Server.</strong></p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_121.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_12" border="0" alt="InstallWindowsServer2008R2x64_12" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_12_thumb.jpg?w=603&#038;h=232" width="603" height="232" /></a> </p>
<p>Pulsad sobre <strong>Turn on automatic updates</strong>.</p>
<p><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_131.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_13" border="0" alt="InstallWindowsServer2008R2x64_13" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_13_thumb.jpg?w=565&#038;h=274" width="565" height="274" /></a> </p>
<p>Pulsad sobre <strong>Install updates</strong>.</p>
<p><strong>Reiniciad el server</strong>.</p>
<p>Ahora que ya tenemos el servidor BASE concluido, vamos a prepararlo para que se pueda usar tantas veces como se quiera y no haya problemas de duplicidad de nombres, etc…</p>
<p>Nos ubicamos en <strong>Start</strong> –&#62; <strong>Run</strong>–&#62; y escribimos <strong>sysprep</strong>.</p>
<p>Nos aparecerá un explorador de Windows donde deberemos pulsar doble click sobre el fichero <strong>sysprep.</strong></p>
<p><strong><a href="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_151.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="InstallWindowsServer2008R2x64_15" border="0" alt="InstallWindowsServer2008R2x64_15" src="http://megacracks.files.wordpress.com/2009/11/installwindowsserver2008r2x64_15_thumb.jpg?w=345&#038;h=254" width="345" height="254" /></a> </strong></p>
<p>Marcad la opción <strong>Generalize </strong>y en el desplegable <strong>Shutdown Options </strong>seleccionad <strong>Shutdown</strong> y pulsad <strong>OK.</strong></p>
<p>La opción <strong>Generalize</strong> provoca una eliminación del SID del equipo y de la configuración específica a nivel de software y hardware, también resetea el tiempo disponible antes de la activación del producto. Así podremos usar esta BASE para cualquier nueva implementación sin tener duplicidad de nombres de equipo ni problemas similares…</p>
<p>Saludos y hasta pronto MegaCracks.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to install a language pack on Windows Server 2008 (R2).]]></title>
<link>http://defaultreasoning.wordpress.com/2009/11/20/how-to-install-a-language-pack-on-windows-server-2008-r2/</link>
<pubDate>Fri, 20 Nov 2009 12:23:25 +0000</pubDate>
<dc:creator>Marek</dc:creator>
<guid>http://defaultreasoning.wordpress.com/2009/11/20/how-to-install-a-language-pack-on-windows-server-2008-r2/</guid>
<description><![CDATA[The language packs provide an alternative user interface for the users. I mostly use the language pa]]></description>
<content:encoded><![CDATA[The language packs provide an alternative user interface for the users. I mostly use the language pa]]></content:encoded>
</item>
<item>
<title><![CDATA[VMM tricks: How to troubleshoot the "Not Responding" host status in VMM 2008]]></title>
<link>http://fawzi.wordpress.com/2009/11/19/vmm-tricks-how-to-troubleshoot-the-not-responding-host-status-in-vmm-2008/</link>
<pubDate>Thu, 19 Nov 2009 21:12:16 +0000</pubDate>
<dc:creator>Mohamed Fawzi</dc:creator>
<guid>http://fawzi.wordpress.com/2009/11/19/vmm-tricks-how-to-troubleshoot-the-not-responding-host-status-in-vmm-2008/</guid>
<description><![CDATA[This content is published in Microsoft KB 976640 Step 1: Use Virtual Machine Manager Configuration A]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div>
<div>
<p>This content is published in Microsoft <a href="http://support.microsoft.com/?kbid=976640">KB 976640</a></p>
<div>
<h4 id="tocHeadRef">Step 1: Use Virtual Machine Manager Configuration Analyzer</h4>
<p>The Virtual Machine Manager Configuration Analyzer is a diagnostic tool that you can use to evaluate important configuration settings for computers that either are serving or might serve VMM roles or other VMM functions. The Virtual Machine Manager Configuration Analyzer does the following:</p>
<ul>
<li>Scans the hardware and software configurations of the computers that you specify</li>
<li>Evaluates these configurations against a set of predefined rules</li>
<li>Displays error messages and warnings for any configurations that are not optimal for the VMM role or other VMM functions that you have specified for the computer</li>
</ul>
<p><strong>System Requirements: </strong></p>
<p>Before you install the Virtual Machine Manager Configuration Analyzer, you must download and install the 64-bit version of Microsoft Baseline Configuration Analyzer. To download the MBCASetup64.msi file, visit the following Microsoft Web site:</p>
<div><a href="http://go.microsoft.com/fwlink/?LinkID=97952">http://go.microsoft.com/fwlink/?LinkID=97952</a></div>
<p><strong>Note</strong> The system requirements for Microsoft Baseline Configuration Analyzer indicate that only Windows Server 2003 is supported. However, the Virtual Machine Manager Configuration Analyzer and Microsoft Baseline Configuration Analyzer have been tested and are supported on 64-bit versions of Windows Server 2008.</p>
<p>You must install and run the Virtual Machine Manager Configuration Analyzer on the computer that either currently is or will become your VMM 2008 server. To review the system requirements for the VMM 2008 server, visit the following Microsoft Web site:</p>
<div><a href="http://go.microsoft.com/fwlink/?LinkId=133516">http://go.microsoft.com/fwlink/?LinkId=133516</a></div>
<p>To download the Virtual Machine Manager Configuration Analyzer, visit the following Microsoft Web site:</p>
<div><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=02d83950-c03d-454e-803b-96d1c1d5be24&#38;displaylang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=02d83950-c03d-454e-803b-96d1c1d5be24&#38;displaylang=en</a></div>
<div></div>
<h4 id="tocHeadRef">Step 2: Check required hotfixes</h4>
<p>On any servers that host a VMM role together with Hyper-V or Virtual Server hosts, you apply the following hotfixes:</p>
<div><a href="http://support.microsoft.com/kb/956589/">956589</a> Description of the Hyper-V update for issues that may occur when you manage the Hyper-V role on the 64-bit editions of Windows Server 2008 by using SCVMM</div>
<div><a href="http://support.microsoft.com/kb/956774/">956774</a> A Background Intelligent Transfer Service (BITS) client cannot handle files that have paths that contain the volume GUID in Windows Server 2008 or in Windows Vista</div>
<div><a href="http://support.microsoft.com/kb/958124/">958124</a> A wmiprvse.exe process may leak memory when a WMI notification query is used heavily on a Windows Server 2008-based or Windows Vista-based computer</div>
<div><a href="http://support.microsoft.com/kb/954563/">954563</a> Memory corruption may occur with the Windows Management Instrumentation (WMI) service on a computer that is running Windows Server 2008 or Windows Vista Service Pack 1</div>
<div><a href="http://support.microsoft.com/kb/955805/">955805</a> Certain applications become very slow on a Windows Server 2008-based or Windows Vista S955805-based computer when a certificate with SIA extension is installed</div>
<p>The following are some common error messages that are addressed in these hotfixes:</p>
<div>
<div>
<div><span style="color:#0000ff;">Error (2911)<br />
Insufficient resources are available to complete this operation on the  server.domainname.com server.<br />
(Not enough storage is available to complete this operation (0×8007000E))</span></div>
</div>
</div>
<div>
<div>
<div><span style="color:#0000ff;">Error (2912)<br />
An internal error has occurred trying to contact an agent on the server.domainname.com server.<br />
(No more threads can be created in the system (0×800700A4))</span></div>
</div>
</div>
<div>
<div>
<div><span style="color:#0000ff;">Error (2916)<br />
VMM is unable to complete the request. The connection to the agent server.domainname.com was lost.<br />
(Unknown error (0×80338012))</span></div>
</div>
</div>
<div>
<div>
<div><span style="color:#0000ff;">Error (2915)<br />
The WS-Management Service cannot process the request. Object not found on the server.domainname.com server.<br />
(Unknown error (0×80041002))</span></div>
</div>
</div>
<p>In addition to these hotfixes, you must also apply the following hotfix on the VMM server:</p>
<div><a href="http://support.microsoft.com/kb/961983/">961983</a> Description of the hotfix rollup package for System Center Virtual Machine Manager 2008: April 14th, 2009</div>
<h4 id="tocHeadRef"></h4>
<h4>Step 3: Disable TCP Offloading</h4>
<p>You must disable TCP Offloading in Windows, in the registry, and in any network adapter teaming management software that is being used. You must check all these locations to make sure that TCP Offloading is completely disabled. This operation must be performed on both the VMM server and the host computer.</p>
<p>Locate all network adapters in the registry under the following subkey:</p>
<div><strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}</strong></div>
<p>There are additional subkeys under this subkey that are named with four digits, starting with “0000.” Locate the subkeys that show the physical network adapter names on the details pane. Find the “DriverDesc” value on the details pane. This value should contain the name of a network adapter, such as “HP NC360T PCIe Gigabit Server Adapter.” For each of these subkeys, make the following changes:</p>
<p>Disable all vendor-specific offloading. Set values for any entries that include the word “Offload” to “0″ (disabled). For example, these entries include the following:</p>
<div>
<div>Collapse this tableExpand this table</div>
<table cellspacing="1">
<tbody>
<tr>
<th>Entry</th>
<th>Description</th>
</tr>
<tr>
<td>*FlowControl</td>
<td>No description available</td>
</tr>
<tr>
<td>*IPChecksumOffloadIPv4</td>
<td>Describes whether the device enabled or disabled the calculation of IPv4 checksums</td>
</tr>
<tr>
<td>*TCPChecksumOffloadIPv4</td>
<td>Describes whether the device enabled or disabled the calculation of TCP Checksum over IPv4 packets</td>
</tr>
<tr>
<td>*TCPChecksumOffloadIPv6</td>
<td>Describes whether the device enabled or disabled the calculation of TCP checksum over IPv6 packets</td>
</tr>
<tr>
<td>*UDPChecksumOffloadIPv4</td>
<td>Describes whether the device enabled or disabled the calculation of UDP Checksum over IPv4 packets</td>
</tr>
<tr>
<td>*UDPChecksumOffloadIPv6</td>
<td>Describes whether the device enabled or disabled the calculation of UDP Checksum over IPv6 packets</td>
</tr>
<tr>
<td>*LsoV1IPv4</td>
<td>Describes whether the device enabled or disabled the segmentation of large TCP packets over IPv4 for large send offload</td>
</tr>
<tr>
<td>*LsoV2IPv4</td>
<td>Describes whether the device enabled or disabled the segmentation of large TCP packets over IPv4 for large send offload</td>
</tr>
<tr>
<td>*LsoV2IPv6</td>
<td>Describes whether the device enabled or disabled the segmentation of large TCP packets over IPv6 for large send offload</td>
</tr>
<tr>
<td>*IPsecOffloadV1IPv4</td>
<td>Describes whether the device enabled or disabled the calculation of IPsec headers over IPv4.</td>
</tr>
<tr>
<td>*IPsecOffloadV2</td>
<td>Describes whether the device enabled or disabled IPsec offload version 2 (IPsecOV2).</td>
</tr>
<tr>
<td>*IPsecOffloadV2IPv4</td>
<td>Describes whether the device enabled or disabled IPsecOV2 for IPv4 only.</td>
</tr>
<tr>
<td>*RSS</td>
<td>Receive side scaling</td>
</tr>
<tr>
<td>*TCPUDPChecksumOffloadIPv4</td>
<td>Describes whether the device enabled or disabled the calculation of TCP or UDP checksum over IPv4</td>
</tr>
<tr>
<td>*TCPUDPChecksumOffloadIPv6</td>
<td>Describes whether the device enabled or disabled the calculation of TCP or UDP checksum over IPv6</td>
</tr>
</tbody>
</table>
</div>
<p>To disable TCP Offloading in Windows, use the following registry entry for task offloading for the TCP/IP protocol:</p>
<div><span style="color:#0000ff;"><strong>Subkey: </strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\TCPIP\Parameters<br />
<strong>Entry: </strong>DisableTaskOffload<br />
<strong>Type: </strong>REG_DWORD</span></div>
<p>You can set this registry entry to <strong>1</strong> to disable all task-offloading from the TCP/IP transport.</p>
<p>Many vendors have some forms of offloading capabilities built into their teaming management software. Such offloading can appear in many forms and is usually vendor-specific.</p>
<p>For more information about offloading, visit the following Microsoft Developer Network Web site:</p>
<div><a href="http://msdn.microsoft.com/en-us/library/aa938424.aspx">http://msdn.microsoft.com/en-us/library/aa938424.aspx</a></div>
<h4 id="tocHeadRef"></h4>
<h4>Step 4: Check the Svchost.exe process of the Windows Remote Management service</h4>
<p>Virtual Machine Manager depends very much on the Windows Remote Management service for underlying communication. Therefore, the “Not Responding” status is very likely to occur because of an error in the underlying Windows Remote Management communication between the VMM server and the host computer. In this case, the status is “OK” shortly after you restart the host computer. However, the status changes to “Not Responding” after 3 to 4 hours. Additionally, if you stop the Windows Remote Management service at a command prompt, it takes much longer than usual to be completed. Sometimes, it can take up to five minutes to stop.</p>
<p>This problem can occur if the shared Svchost.exe process that hosts the Windows Remote Management service is backed up.</p>
<p>To resolve this problem, configure the Windows Remote Management service to run in a separate Svchost.exe process. To do this, open an elevated command prompt, type the following command, and then press ENTER.</p>
<p><strong>Note</strong> Make sure that you type the command exactly as it appears here. Notice the space after the “=” symbol.</p>
<div>c:\&#62;sc config winrm type= own</div>
<p>If the command is completed successfully, you see the following output:</p>
<div><span style="color:#0000ff;"><strong>[SC] ChangeServiceConfig SUCCESS</strong></span></div>
<h4 id="tocHeadRef"></h4>
<h4>Step 5: Check the VMM server computer account</h4>
<p>This problem also occurs because the VMM server computer account is removed from the local Administrators group on the host computer. This setting may be caused by the “Restrictive Groups” Group Policy setting.</p>
<p>For more information about this cause, click the following article number to view the article in the Microsoft Knowledge Base:</p>
<div><a href="http://support.microsoft.com/kb/969164/">969164</a> Virtual Server or Hyper-V host may have a status of “Not Responding” or “Needs Attention” due to Restricted Groups group policy setting</div>
<p>To resolve this problem, move the VMM server and host computers to a new organizational unit (OU) that blocks inheritance of all Group Policy objects.</p>
<h4 id="tocHeadRef"></h4>
<h4>Step 6: Check for other causes</h4>
<p>Some other causes that are potential causes of this problem include the following:</p>
<ul>
<li>The VMM agent is not running.</li>
<li>Some antivirus software is scanning ports or protocols.</li>
</ul>
<div><strong>VMM accounts membership</strong></div>
<p>You can put the VMM accounts into the appropriate groups according to the following.</p>
<p>VMM server machine account:</p>
<ul>
<li>The Administrators group on the VMM server and on all host computers</li>
<li>The Virtual Machine Manager Servers local group on the VMM server</li>
</ul>
<p>The account for actions in VMM:</p>
<ul>
<li>The Local Administrators group on the VMM server and on all host computers</li>
</ul>
</div>
</div>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Creating Lists of Installed Applications ]]></title>
<link>http://fixingit.wordpress.com/2009/11/19/creating-lists-of-installed-applications/</link>
<pubDate>Thu, 19 Nov 2009 20:56:54 +0000</pubDate>
<dc:creator>Marquis Calmes</dc:creator>
<guid>http://fixingit.wordpress.com/2009/11/19/creating-lists-of-installed-applications/</guid>
<description><![CDATA[Frequently while performing network assessments I need to assemble a list of all the programs instal]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Frequently while performing network assessments I need to assemble a list of all the programs installed on servers. Going to Add/Remove Programs and writing it down is a tedious process.  Installing applications like Belarc Advisor is a bit more intrusive then I want to be on another companies servers.  After some research today I found two solutions that work well:</p>
<h2>For XP and Server 2003</h2>
<p><a href="http://www.billsway.com/vbspage/ShowScript.asp?tgt=txtfiles/InstalledPrograms.txt">http://www.billsway.com/vbspage/ShowScript.asp?tgt=txtfiles/InstalledPrograms.txt</a></p>
<p>The above contains the contents of a vbscript. You copy the contents into a text file and save it with a .vbs extension.  You can then double-click it. It will prompt you for a computer name or IP address. When it finishes running it generates a file that contains a list of all the programs installed.  It seems to work great with Windows XP and 2003, but only returns a partial list for Windows 2008. </p>
<h2> For Vista, Windows 7, Server 2008 and 2008 R2</h2>
<p><a href="http://www.intowindows.com/how-to-get-list-of-installed-apps-in-vistawindows-7-without-any-software/">http://www.intowindows.com/how-to-get-list-of-installed-apps-in-vistawindows-7-without-any-software/</a></p>
<p>This link shows how to generate the list using wmi commands. It says it is for vista and windows 7, but seems to work on Server 2008 just fine. Unlike the vbscript, this must be run directly on the computer in question.</p>
<h3> Conclusion</h3>
<p>Both these methods seem to work well, but they do generate files on the system that need to be copied off to be useful.  If you are using them on someone elses computers I would advise you get explicit permission before using these tool. </p>
<h3>Unrelated but also helpful.</h3>
<p>If your assessment involves Dell servers, you might want to get the service tags for the servers.  Older Dells tend to put this sticker in inconvenient locations. Luckily you can query the servers for the tag using this handy vbscript.</p>
<p><a href="http://lazynetworkadmin.com/content/view/13/6/">http://lazynetworkadmin.com/content/view/13/6/</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Coleção de Arquivos sobre o Windows Server 2008]]></title>
<link>http://redesmicrosoft.wordpress.com/2009/11/19/colecao-de-arquivos-sobre-o-windows-server-2008/</link>
<pubDate>Thu, 19 Nov 2009 15:09:27 +0000</pubDate>
<dc:creator>dbaoracleinfnet</dc:creator>
<guid>http://redesmicrosoft.wordpress.com/2009/11/19/colecao-de-arquivos-sobre-o-windows-server-2008/</guid>
<description><![CDATA[A Microsoft liberou uma coleção online composta por grupos de estudos que ensinam os usuários sobre ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A <strong>Microsoft </strong>liberou uma coleção online composta por grupos de estudos que ensinam os usuários sobre os novos recursos e funcionalidades do Windows Server 2008.</p>
<p>Esta coleção inclui a virtualização de servidores, segurança e gerenciamento de políticas, gestão de filiais, acesso a aplicações centralizadas, e gerenciamento de servidores. Além da coleção ser composta de uma rica experiência multimídia.</p>
<p>Ela é destinada a profissionais de TI que estão interessados em novos recursos e funcionalidades do <strong>Windows Server 2008</strong>.</p>
<p>Para tirar o máximo proveito desta coleção é recomendado que você tenha experiência na implementação do <strong>Windows Server 2000</strong> ou <strong>Windows Server 2003</strong> e também entenda inglês.</p>
<p>O link é: <a href="https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=216481">https://www.microsoftelearning.com/eLearning/offerDetail.aspx?offerPriceId=216481</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Dual Boot from VHD Using Windows 7 and Windows Server 2008 R2]]></title>
<link>http://chimac.net/2009/11/18/dual-boot-from-vhd-using-windows-7-and-windows-server-2008-r2/</link>
<pubDate>Wed, 18 Nov 2009 18:38:12 +0000</pubDate>
<dc:creator>chimac</dc:creator>
<guid>http://chimac.net/2009/11/18/dual-boot-from-vhd-using-windows-7-and-windows-server-2008-r2/</guid>
<description><![CDATA[If you don&#8217;t mind an estimated 2% performance hit, try it this way next time.  Click here to l]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>If you don&#8217;t mind an estimated 2% performance hit, try it this way next time.  Click <a href="http://blogs.technet.com/keithcombs/archive/2009/05/22/dual-boot-from-vhd-using-windows-7-and-windows-server-2008-r2.aspx" target="_self">here</a> to learn about .VHD.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Microsoft Windows 7 Joint Launch Roadshow]]></title>
<link>http://jwintech.wordpress.com/2009/11/18/microsoft-windows-7-joint-lunch-roadshow/</link>
<pubDate>Wed, 18 Nov 2009 12:19:57 +0000</pubDate>
<dc:creator>JoergS</dc:creator>
<guid>http://jwintech.wordpress.com/2009/11/18/microsoft-windows-7-joint-lunch-roadshow/</guid>
<description><![CDATA[Hi, heute morgen hieß es für mich früh austehen, 5:15 Uhr klingelte der Wecker, denn um 06:28 Uhr fu]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Hi,</p>
<p>heute morgen hieß es für mich früh austehen, 5:15 Uhr klingelte der Wecker, denn um 06:28 Uhr fuhr mein IC nach Hannover, wo ich planmassig ankam und mit der S5 weiter zum Hannover Flughafen fahren konnte. Hier fand im Maritim Airport Hotel die <a href="http://www.microsoft.com/germany/jointlaunch09/default.aspx" target="_blank">Microsoft Windows 7 Joint Launch Roadshow</a> statt.</p>
<p>Nach kurzer Registrierung und einem Tee hielt <a href="http://blogs.technet.com/mkalbe" target="_blank">Michael Kalbe</a> die Keynote „Effizienz, neu definiert“.</p>
<ul>
<li>Kosteneinsparung</li>
<li>Cloud Computing</li>
<li>….</li>
</ul>
<p>Weiter ging es für mich in Track 3 zu Microsoft Exchange Server 2010 &#8211; Die technischen Neuerungen im Detail (Sprecher: Malte Pabst)</p>
<ul>
<li>Hub Transport ausgebaut und mit weiteren Policy Funktionen</li>
<li>MAPI Client Zugriff über CAS-Server, CAS-Server spricht mit Mailbox-Server</li>
<li>UM Server, integriert SMS in Exchange (Windows Mobile 6.5 nötig), SMS wird dann über Active Sync an WM Geräte übergeben und vom Client Gerät versendet</li>
<li>Mailbox Archivierung direkt im Postfach (extra Archiv pro User)</li>
<li>Native Verbindung/Koexistenz von Exchange Online Service mit Exchange On-Premise im eigenen Unternehmen (SPAM, Archiv, &#8230;)</li>
<li>Veränderte Storage Situation, Support für Direct Attached SATA Disks und JBOD SATA (RAID-Less)</li>
<li>DAG &#8211; Database Availibility Group
<ul>
<li>Ab 2 Server</li>
<li>Windows Server 208 R2 Enterprise (Failover Cluster Funktion), für CAS reicht Server 2008 Std (NLB)</li>
<li>Exchange Std (5 Mailbox DB´s) oder Enterprise (100 Mailbox DB´s)</li>
<li>Log File Shipping</li>
<li>Passive Kopie der MBX DB auf anderen DAG Cluster knoten</li>
<li>Sinnvolle Lastverteilung zwischen DAG Cluster Knoten</li>
<li>Ausstattung der Server sollte ähnlich sein, muss aber nicht</li>
<li>Identische Laufwerkszuordnung sinnvoll</li>
<li>Für Öffentliche Ordner kein DAG Support, Replikation der Public Folder</li>
<li>PowerShell v2 nötig, Remote PowerShell Support</li>
</ul>
</li>
<li>Exchange Control Panel
<ul>
<li>Durchführung von Administrationsaufgaben per Browser</li>
<li>Delegierung (User, Empfänger Verwaltung)</li>
<li>kein ActiveX, Firefox, Safari, … Support</li>
<li>Selfservice für Verteilergruppen und Kontaktinformationen</li>
<li>Nachrichtenverfolgung für Benutzer</li>
</ul>
</li>
<li>Exchange Federation
<ul>
<li>Teilen von Kalenderinformationen mit  Partnern</li>
<li>Rights Management</li>
<li>Message Tracking</li>
<li>Microsoft  Federation Gateway (MFG)</li>
</ul>
</li>
<li>Integration von UC in Outlook Web App (OWA)</li>
<li>Clients
<ul>
<li>Outlook 2010, Mailtip, dass Mail zu gross, dass Mail  an Verteilerliste gesendet  wird</li>
<li>Konversationsansicht,  egal welche Nachrichtenform</li>
<li>Outlook Web App, Tread-View, keine  ActiveX -&#62; Firefox, Safari Support</li>
</ul>
</li>
<li>Verteilerlisten
<ul>
<li>Content Approval Support, Message Moderation</li>
</ul>
</li>
</ul>
<p>Exchange 2010 Von Architektur und Design zu Deployment und Migration (Sprecher: Malte Pabst)</p>
<ul>
<li>Windows Server 2003 DCs/GCs ab SP2 in jeder AD Site</li>
<li>Forest Level und Domain Level Windows Server 2003</li>
<li>Alle Exchange 2003 Service SP2/Exchange 2007 SP2</li>
<li>Exchange 2007 Koexistenz Support ab E2k7 SP2</li>
<li>Serverplanung
<ul>
<li>Mit nur einer Rolle max 12. Cores</li>
<li>Server mit mehreren Rollen max. 24 Cores</li>
</ul>
<ul>
<li>CAS:Mailbox 3:4</li>
</ul>
<ul>
<li>Hub:Mailbox 1:7 (ohne AV auf Hub), sonst 1:5</li>
</ul>
<ul>
<li>GC: Mailbox 1:4 (32 bit), 1:8 (64 bit)</li>
</ul>
<ul>
<li>4-12 Cores für MBX Server, 4 GM RAM + 2-10 MB pro User Mailbox (32 MB &#8211; 64 GB)</li>
</ul>
<ul>
<li>Disk/Storage Calculator für Disk Planung (89 KB &#8211; 250 KB pro Mail)</li>
</ul>
<ul>
<li>CAS Server, mind 8 GB bzw. 2 GB pro Core (gestiegenen Anforderungen durch MAPI Traffic), 4-12 Cores</li>
</ul>
<ul>
<li>Hub Transport 4-8 GB (4-12 Cores)</li>
<li>MBX, CAS, Hub, min. 8 GB RAM +</li>
</ul>
</li>
<li>Deployment Assistent online oder als PDF</li>
<li>Exchange 2010 Profile Analayzer 2010 (EPA) zur Zeit noch Beta</li>
<li>Validierung vor Live Betrieb mit Jetstress 2010 oder Exchange Load Generator 2010 (Achtung NICHT in Produktiv Umgebung einsetzen, da Extra User angelegt werden, Lastsimulation)</li>
<li>Virtualisierung
<ul>
<li>Planung der Hostsysteme ebenso wichtig</li>
</ul>
<ul>
<li>Planung der Gäste sollte ähnlich der physischen Exchange Anforderungen sein</li>
<li>Performanceverlust bis zu ca. 12 %</li>
<li>Host Server 2008 / R2 Hyper-V</li>
<li>Gast Windows Server 2008 R2 für virtuelles Exchange 2010 (PowerShell V2), UM keine Virtualisierung</li>
</ul>
<ul>
<li>Fixed Disk für Exchange Gast Systeme, Pass-Throught für MBX Systeme (iSCSI, &#8230;)</li>
</ul>
</li>
<li>CAS, Hub, UM, MBX Server</li>
<li>Management von 2010 Exchange Servern nur mit Exchange 2010 Tools, 2007 Exchange Server nur mit 2007 Tools und 2003 Exchange Server mit Exchange 2003 Tools</li>
</ul>
<p>Exchange 2010 Compliance bzw. rechtssichere Kommunikation (Sprecher: Malte Pabst)</p>
<ul type="disc">
<li>&#8220;Paperwork&#8221; -&#62; Gesetze studieren, Regeln      definieren und vermitteln</li>
<li>Persönliches Online Archiv pro User
<ul type="circle">
<li>in der gleichen MBX DB (default 10 GB)</li>
<li>kann Offline mitgenommen werden in Outlook (nur Outlook       2010/Outlook Web App 2010),</li>
<li>PSTs können direkt eingebunden/importiert werden</li>
<li>Anwendung von Richtlinien möglich (verschieben der       Mails automatisch aus Inbox in Archiv)</li>
<li>Exchange 2010 Enterprise CAL nötig</li>
</ul>
</li>
</ul>
<ul type="disc">
<li>Definieren von Aufbewahrungsregln</li>
<li>Suche über mehrere Postfächer, Multi-Mailbox Suche,      delegiert auf Personenkreis</li>
<li>Journaling, mit erweiterten Funktionen für Überwachung,      Auswertung und Kontrolle
<ul type="circle">
<li>Basieren auf Exchange Hub Transport Regeln</li>
</ul>
<ul type="circle">
<li>Regelbasierende Aufzeichnung von Nachrichten</li>
</ul>
<ul type="circle">
<li>Integration von RMS</li>
<li>Berichtswesen</li>
<li>Ablage aus ausserhalb der Exchange Org (Weiterleitung       per SMTP, Ablage auf WORM Medien)</li>
</ul>
</li>
</ul>
<ul type="disc">
<li>Überwachung und Auswertung</li>
<li>Transport Regeln, Vorgabe von Regeln auf Hub Transport      Server
<ul>
<li>Filtereinstellungen (Absender, Empfänger)</li>
<li>Disclaimer</li>
<li>Erstellen von Kopien (an, cc, bcc)</li>
<li>Manipulation des Mailheaders</li>
<li>Integration von Sicherheitsvorlagen (RMS)</li>
<li>Annahme verweigern</li>
<li>Ausnahmen definieren (Abarbeitung ähnliche FW Regeln)</li>
</ul>
</li>
<li>Outlook Regeln, können offline mitgenommen werden
<ul>
<li>Verknüpft Informationen im Outlook mit RMS Vorlagen</li>
<li>Integration in AD RMS</li>
<li>Zentral verwaltet über Exchange Org</li>
<li>PowerShell Zuweisung</li>
</ul>
</li>
<li>Transport Verschlüsselung (TLS)</li>
<li>Enhanced Transport Conditions</li>
<li>Moderation (Verteilerlisten)</li>
<li>Mail Tips</li>
</ul>
<p>PowerShell v2 Umfassende Automation der Serververwaltung (Tobias Weltner)</p>
<ul type="disc">
<li>Effizienz und Skalierung</li>
<li>PowerShell v1 wird von v2 ersetzt</li>
<li>Cmdlets und parameter</li>
<li>Support für PowerShell Remoting (Windows Management),      erfordert Windows Server 2008 R2/Windows 7 oder Active Directory Gatway      Services zur Umwandlung von DCOM in XML</li>
</ul>
<p>Microsoft Forefront Integrierte Sicherheit zum Schutz von Client, Server und Netzwerk (Daniel Melanchthon)</p>
<ul type="disc">
<li>Derzeit:
<ul type="circle">
<li>Forefront Client Security für Endpoint Security (Server       &#38; Client)</li>
<li>ISA2006 + IAG 2007 für        Edge Security</li>
<li>sowie Forefront Security für Exchange, SharePoint und       OCS, sowie Forefront Online Protection für Exchange</li>
</ul>
</li>
</ul>
<ul type="disc">
<li>Forefront Client Security 1 Engine (Microsoft)</li>
<li>Forefront Server Produkte bis 5 Engines nutzbar      (Microsoft, Kaspersky, &#8230;)</li>
<li>Planung:
<ul type="circle">
<li>sowie Forefront Security für Exchange und sowie       Forefront Online Protection für Exchange ist verfügbar, SharePoint in       Planung Anfang 2010</li>
<li>Profront Protection Manager (zentrale Mgmt Tool) in       Planung Anfang 2010</li>
<li>TMG 2010 ist verfügbar UAG Anfang 2010 für Edge       Security</li>
<li>Forefront Endpoint Security in Planung für 2. Halbjahr       2010</li>
</ul>
</li>
</ul>
<p>Hier noch ein paar Impressionen der Microsoft Windows 7 Joint Launch Roadshow:</p>
<div id="scid:66721397-FF69-4ca6-AEC4-17E6B3208830:420798df-32cf-4a90-b778-5c981cb14c58" class="wlWriterEditableSmartContent" style="display:inline;float:none;margin:0;padding:0;"><a style="border:0;" href="http://cid-966b26a11278266e.skydrive.live.com/redir.aspx?page=browse&#38;resid=966B26A11278266E!8053&#38;ct=photos"><img style="border:0;" src="http://jwintech.files.wordpress.com/2009/11/inlinerepresentationfe598a2399f6423095a91aa57a341a4d.jpg" alt="Windows7 Joint Lunch Roadshow Hannover2009 anzeigen" /></a></p>
<div style="width:340px;text-align:right;"><a href="http://cid-966b26a11278266e.skydrive.live.com/redir.aspx?page=browse&#38;resid=966B26A11278266E!8053&#38;ct=photos">Vollständiges Album anzeigen</a></div>
</div>
<p>Na dann, Viel Spass beim selber Testen!<br />
CU</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Getting Started with Citrix Essentials for Hyper-V]]></title>
<link>http://fawzi.wordpress.com/2009/11/18/getting-started-with-citrix-essentials-for-hyper-v/</link>
<pubDate>Wed, 18 Nov 2009 11:07:33 +0000</pubDate>
<dc:creator>Mohamed Fawzi</dc:creator>
<guid>http://fawzi.wordpress.com/2009/11/18/getting-started-with-citrix-essentials-for-hyper-v/</guid>
<description><![CDATA[Citrix learning is providing new training for Citrix Essentials for Hyper-V. Go and catch your seat.]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><h4>Citrix learning is providing new training for Citrix Essentials for Hyper-V. Go and catch your seat.</h4>
<h4>Description</h4>
<p><strong>This course is available at no cost for a limited time only!   Register now to add this course to your learning transcript and lock in the  promotional offer. This course will remain available in your learning transcript  for future access. </strong>Note: New users will need to create an account.</p>
<p>In this Essentials for Hyper-V online training course, learners will be  introduced to Citrix Essentials for Hyper-V and gain the knowledge needed to  perform basic installation and configuration tasks. Through online simulations,  students will install and configure key features and explore product  capabilities, such as virtual storage management, provisioning services,  lifecycle management and workflow studio.</p>
<p><strong>New content added!<br />
</strong>This course is now updated to include  features and enhancements aligned with the Windows Server 2008 R2 release.</p>
<h5><a href="https://citrix.learning.accenture.com/citrix/link.asp?page=course_desc&#38;ID=739" target="_blank"><span style="font-size:large;">Register</span></a></h5>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Understanding User Account Control (UAC) in Windows Server 2008 and Windows 7]]></title>
<link>http://araihan.wordpress.com/2009/11/18/understanding-user-account-control-uac-in-windows-server-2008-and-windows-7/</link>
<pubDate>Wed, 18 Nov 2009 05:24:00 +0000</pubDate>
<dc:creator>Raihan</dc:creator>
<guid>http://araihan.wordpress.com/2009/11/18/understanding-user-account-control-uac-in-windows-server-2008-and-windows-7/</guid>
<description><![CDATA[User Account Control (UAC) helps prevent unauthorized changes/access to a computer by asking privile]]></description>
<content:encoded><![CDATA[User Account Control (UAC) helps prevent unauthorized changes/access to a computer by asking privile]]></content:encoded>
</item>
<item>
<title><![CDATA[Хакеры окончательно взломали активацию Windows 7]]></title>
<link>http://angelkeeper.wordpress.com/2009/11/17/crack-windows-7/</link>
<pubDate>Tue, 17 Nov 2009 07:48:26 +0000</pubDate>
<dc:creator>Yamshikov Pavel</dc:creator>
<guid>http://angelkeeper.wordpress.com/2009/11/17/crack-windows-7/</guid>
<description><![CDATA[Механизм активации Windows 7 был взломан ещё до официального выхода этой ОС. Однако, предложенный ме]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Механизм активации Windows 7 был взломан ещё до официального выхода этой ОС. Однако, предложенный метод требовал изменений в BIOS, что является весьма нетривиальной задачей.</p>
<p>Сейчас <a href="http://www.securitylab.ru/">хакеры</a> нашли вариант полного обхода механизма Windows Activation Technologies (WAT) без манипуляций с BIOS&#8217;ом и вообще без использования ключа активации.</p>
<p>С помощью этого метода блокируется работа модулей SPP (Software Protection Platform) и SLC (Software Licensing Client). И хотя 30-дневный счётчик периода активации может продолжать видимость работы, он уже не инициирует никаких действий. Для блокировки используются следующие команды:</p>
<p><em>takeown /F %WINDIR%\System32\sppcomapi.dll</em></p>
<p><em> icacls %WINDIR%\System32\sppcomapi.dll /deny *S-1-1-0:F</em></p>
<p>Здесь sppcomapi.dll — библиотека, с помощью которой контролируется основная часть функций SPP. Данным метод можно применять для операционных систем Windows 7 и Windows Server 2008 R2.</p>
<p>С целью автоматизации процесса блокировки активации хакеры создали программы  <a href="http://forums.mydigitallife.info/showthread.php?t=10895" target="_blank">RemoveWAT</a> и  <a href="http://forums.mydigitallife.info/showthread.php?t=9708" target="_blank">Chew-WGA</a> .</p>
<p><img src="http://www.securitylab.ru/_Article_Images/2009/RemoveWAT.jpg" alt="" width="310" height="310" /></p>
<p>По заявлению представителей Microsoft, они в курсе проблемы и уже занимаются ее решением. В Microsoft также подчеркнули важность использования лицензионного ПО.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Synchronize time with external NTP server on Windows Server 2008 (R2).]]></title>
<link>http://defaultreasoning.wordpress.com/2009/11/16/synchronize-time-with-external-ntp-server-on-windows-server-2008-r2/</link>
<pubDate>Mon, 16 Nov 2009 20:23:00 +0000</pubDate>
<dc:creator>Marek</dc:creator>
<guid>http://defaultreasoning.wordpress.com/2009/11/16/synchronize-time-with-external-ntp-server-on-windows-server-2008-r2/</guid>
<description><![CDATA[Time synchronization is an important aspect for all computers on the network. By default, the client]]></description>
<content:encoded><![CDATA[Time synchronization is an important aspect for all computers on the network. By default, the client]]></content:encoded>
</item>
<item>
<title><![CDATA[Windows Server 2008 R2 Overview]]></title>
<link>http://softsters.wordpress.com/2009/11/16/windows-server-2008/</link>
<pubDate>Mon, 16 Nov 2009 10:37:22 +0000</pubDate>
<dc:creator>softsters</dc:creator>
<guid>http://softsters.wordpress.com/2009/11/16/windows-server-2008/</guid>
<description><![CDATA[Windows Server 2008 R2 Overview July 22, 2009 &#8211; This afternoon, Microsoft announced that it ha]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src='http://www.comp.fastmedhelp.com/images/windows server-2008.jpg'></p>
<p><font size="+0.2"><strong>Windows Server 2008 R2 Overview</strong></font></p>
<p>July 22, 2009 &#8211; This afternoon, Microsoft announced that it has finished the development work on Windows Server 2008 R2. The company released gold code to manufacturing, which means that customers, partners, OEMs and subscribers to TechNet and MSDN services will receive the code over the coming few weeks.</p>
<p><strong>Windows Server 2008 R2</strong>, builds on the award-winning foundation of Windows Server 2008, expanding existing technology and adding new features to enable IT professionals to increase the reliability and flexibility of their server infrastructures. New virtualization tools, Web resources, management enhancements, and exciting Windows 7 integration help save time, reduce costs, and provide a platform for a dynamic and efficiently managed data center. Powerful tools such as Internet Information Services (IIS) version 7.0, updated Server Manager and Hyper-V™ platforms and Windows PowerShell version 2.0 combine to give customers greater control, increased efficiency and the ability to react to front-line business needs faster than ever before.</p>
<p><img src='http://www.comp.fastmedhelp.com/images/windows_server_2008_r2.jpg'></p>
<p><strong>The key technology investments in Windows Server 2008 R2 include</strong>:</p>
<p><strong>Virtualization</strong>. With its server virtualization technology, Windows Server 2008 R2 enables you to reduce costs, increase hardware utilization, optimize your infrastructure, and improve server availability.</p>
<p><strong>Management</strong>. Windows Server 2008 R2 reduces the amount of effort you expend managing your physical and virtual data centers by providing enhanced management consoles and automation for repetitive day-to-day administrative tasks.</p>
<p><strong>Web</strong>. Windows Server 2008 R2 gives you the ability to deliver rich Web-based experiences efficiently and effectively, with improved administration and diagnostics, development and application tools, and lower infrastructure costs.</p>
<p><strong>Scalability and Reliability</strong>. With enterprise IT departments shouldering ever-heavier burdens, Windows Server 2008 R2 has been designed specifically with heavier workloads for both across server and client computing. On the server side, R2 includes architectural enhancements for more compute power and role componentization as well as specific features enhancing reliability and security.</p>
<p><strong>Better Together With Windows 7</strong>. Windows Server 2008 R2 includes technology improvements designed with <a href="http://softsters.wordpress.com/category/microsoft-windows-operation-systems/">Windows 7</a> enterprise users in mind, augmenting the network experience, security and manageability.</p>
<p>As you read each section, you can identify which Windows Server 2008 R2 features and capabilities will help you create solutions for your organization. You can also see how Windows Server 2008 R2 can help you manage and protect your existing solutions.</p>
<p><a href='http://store.microsoft.com/microsoft/All-Software-Servers/category/808'>You can buy Windows Server Software in Microsoft Store</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to create an external trust between two separate domains/forests]]></title>
<link>http://araihan.wordpress.com/2009/08/05/how-to-create-an-external-trust-between-two-separate-domainsforests/</link>
<pubDate>Wed, 05 Aug 2009 02:07:00 +0000</pubDate>
<dc:creator>Raihan</dc:creator>
<guid>http://araihan.wordpress.com/2009/08/05/how-to-create-an-external-trust-between-two-separate-domainsforests/</guid>
<description><![CDATA[A trust is a relationship established between domains that enables users in one domain to be authent]]></description>
<content:encoded><![CDATA[A trust is a relationship established between domains that enables users in one domain to be authent]]></content:encoded>
</item>

</channel>
</rss>
