<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kernel Confusion &#187; Microsoft</title>
	<atom:link href="http://fitzzz.de/index.php/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://fitzzz.de</link>
	<description>Blogging about my work as an IT consultant</description>
	<lastBuildDate>Wed, 14 Sep 2011 19:42:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ACT 5.6 Upload Error</title>
		<link>http://fitzzz.de/index.php/2011/04/18/act-5-6-upload-error/</link>
		<comments>http://fitzzz.de/index.php/2011/04/18/act-5-6-upload-error/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 14:49:02 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[ACT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[AppCompat]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=281</guid>
		<description><![CDATA[If you are testing the Microsoft Application Compatibility Toolkit, you might want to choose the clients wisely. If you are &#8220;lazy&#8221; and just want to try the agent out and install it on a Windows 7 SP1 machine, you will end up with the .XML files in the &#8220;failed&#8221;-directory and the following event-log entries: Error [...]]]></description>
			<content:encoded><![CDATA[<p>If you are testing the Microsoft Application Compatibility Toolkit, you might want to choose the clients wisely. If you are &#8220;lazy&#8221; and just want to try the agent out and install it on a Windows 7 SP1 machine, you will end up with the .XML files in the &#8220;failed&#8221;-directory and the following event-log entries:</p>
<blockquote><p>Error Source: ACUpload   EventID:0</p>
<p>ACTUPLOAD: Microsoft.ApplicationExperience.Common.ObjectFramework.PersistenceException: Persistence_FlushSqlError &#8212;&gt; System.Data.SqlClient.SqlException: The INSERT statement conflicted with the FOREIGN KEY constraint &#8220;Logical_Machine_OS_ForeignKey&#8221;. The conflict occurred in database &#8220;ACT-Demo&#8221;, table &#8220;dbo.OS&#8221;, column &#8216;osID&#8217;.</p></blockquote>
<p>The SQL Key here indicated it tried something regarding the OS Key. So a quick look in my file showed this in the 5th line of the XML:</p>
<blockquote><p>&lt;OsInfo Id=&#8221;<strong>6.1.1</strong>&#8221; MacAddress=&#8221;&#8230;</p></blockquote>
<p>I manually changed that number to 6.0.0 and the file got imported correctly. The machine was listed as Vista now. Version 6.1.0 is for Windows 7, 6.1.1 is for Windows 7 Sp1, but that&#8217;s nor yet in the ACT Database. Nothing serious, just for those of you how didn&#8217;t see that coming, like myself <img src='http://fitzzz.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2011/04/18/act-5-6-upload-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing Windows 7 Gadgets granularly</title>
		<link>http://fitzzz.de/index.php/2011/04/01/customizing-windows-7-gadgets-granularly/</link>
		<comments>http://fitzzz.de/index.php/2011/04/01/customizing-windows-7-gadgets-granularly/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 07:44:39 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Gadget]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=275</guid>
		<description><![CDATA[How to remove single gadgets from the WIndows 7 gadget list]]></description>
			<content:encoded><![CDATA[<p>Designing a Windows 7 Client can be quite complicated, especially when you face a customer that wants to set everything there is to match his vision. In this particular case the customer wanted build-in Windows 7 Gadgets which connect to the internet not to appear in the Gadget list.</p>
<p>A little searching didn’t help me, I even found a TechNet thread where a Microsoft colleague stated that there is no way to turn single gadgets on and off, you can just disable the whole feature.</p>
<p>As a techie I wasn’t satisfied with that answer and pulled Sysinternals Process Monitor out of my sleeve… well, a USB stick. If a user right-clicks a gadget in the list, he is presented with a uninstall option. Using this one will add the filename of the gadget to the settings.ini in <em>“%userprofile%\Windows Sidebar”</em>.</p>
<p>So my solution is to use a Group Policy (Extention) to edit the .ini-file as I need it. Look at the <em>[Root]</em> section and the “<em>PickerDefaultPackageSkipList</em>” property. There you can add all the Gadgets you don’t want to see in the list.</p>
<p>Example:</p>
<blockquote><p>PickerDefaultPackageSkipList=&#8221;Weather.Gadget,Currency.Gadget,&#8221;</p></blockquote>
<p>This will remove the Weather- and Currency-Gadget from the list. Of course, the user can still re-add this one, but you could also delete the files as well. From here you can customize the solution to your needs.</p>
<p><strong>Go Go Gadgetto Blogpost!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2011/04/01/customizing-windows-7-gadgets-granularly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The case of the lost IP</title>
		<link>http://fitzzz.de/index.php/2011/03/30/the-case-of-the-lost-ip/</link>
		<comments>http://fitzzz.de/index.php/2011/03/30/the-case-of-the-lost-ip/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 15:36:42 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows PE]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=272</guid>
		<description><![CDATA[Another error to encounter while using Windows PE for deployment.]]></description>
			<content:encoded><![CDATA[<p>When using Windows PE (in my case version 3.0) for deployment, you might have already your share of problems that can occur while executing a task sequence.</p>
<p>I just had the “opportunity” to see a new one at a customer’s test site. It happened at unusual times, like in the middle of the image transfer or directly after it. The logs showed that the client was unable to reach his server. But why that? Physical connectivity was tested and ok and it never happened when running Windows 7 itself on the same machine.</p>
<p>It took me a bit because this one isn’t something you stumble upon everyday: the client lost his IP! Why? A DHCP lease time of 10 minutes! So, if a task took more than 10 minutes without a reboot, the IP was gone and the sequence ended in an error.</p>
<p>The lession learned here is that the DHCP Client in Windows PE doesn’t refresh his lease on time (or at all). Doh!</p>
<p>PS: Please don’t ask why this lease time was set at the DHCP server <img src='http://fitzzz.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2011/03/30/the-case-of-the-lost-ip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Report RAM information of your systems with SCCM</title>
		<link>http://fitzzz.de/index.php/2010/10/25/report-ram-information-of-your-systems-with-sccm/</link>
		<comments>http://fitzzz.de/index.php/2010/10/25/report-ram-information-of-your-systems-with-sccm/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 13:38:40 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=250</guid>
		<description><![CDATA[At some point in the lifecycle of hardware you are in the position to consider an upgrade to achieve better performance without the cost of a complete renewal of the whole system. In most cases, adding some memory does very well. But what if do not have an up-to-date inventory of all the clients out [...]]]></description>
			<content:encoded><![CDATA[<p>At some point in the lifecycle of hardware you are in the position to consider an upgrade to achieve better performance without the cost of a complete renewal of the whole system. In most cases, adding some memory does very well. But what if do not have an up-to-date inventory of all the clients out there? You could send out your apprentice-minions, use scripts or just utilize the mighty Configuration Manager!</p>
<p>With little effort you can extend the hardware inventory so you will get to know</p>
<ul>
<li>The total amount of DIMM-Slots</li>
<li>The free amount of DIMM-Slots</li>
</ul>
<p>To get your hands on this information, you have to modify the SMS_DEF.MOF on your primary sites. There are two WMI queries that need to run on the client. The first one gets detailed information about every installed module and the second one is used to determine the total and used slots on the mainboard. This is inspired by some wise guy from the <a title="myITForum" href="http://myitforum.com/cs2/blogs/jgilbert/archive/2007/05/30/how-to-query-physical-memory-chips-using-sms-hardware-inventory.aspx" target="_blank">myITforum</a>.</p>
<p>The MOF-File in question is located in the following location: &lt;smsinstalldir&gt;\inboxes\clifiles.src\hinv</p>
<p>Be sure to make a backup and, to be on the safe side, do not test this in a productive environment. It’s unlikely that it causes trouble, but we should always fear Murphy’s Law!</p>
<p>Just add the following code at the bottom of the MOF-File and save it.</p>
<blockquote><p>//**************************************************************************<br />
//* Class: Physical Memory<br />
//* Derived from: (nothing)<br />
//*<br />
//* Auslesen der Speicherinformationen pro installiertem Modul<br />
//*<br />
//**************************************************************************<br />
[SMS_Report (TRUE),<br />
SMS_Group_Name ("Physical Memory"),<br />
SMS_Class_ID   ("Microsoft|Physical_Memory|1.0")]</p>
<p>class Win32_PhysicalMemory : SMS_Class_Template<br />
{<br />
[SMS_Report (TRUE)] string BankLabel;<br />
[SMS_Report (TRUE), SMS_Units("Megabytes")]  uint64 Capacity;<br />
[SMS_Report (TRUE)] string Caption;<br />
[SMS_Report (TRUE)] string DeviceLocator[];<br />
[SMS_Report (TRUE)] uint16 FormFactor;<br />
[SMS_Report (TRUE)] string Manufacturer;<br />
[SMS_Report (TRUE)] uint16 MemoryType;<br />
[SMS_Report (TRUE)] uint32 PositionInRow;<br />
[SMS_Report (TRUE)] uint32 Speed;<br />
[SMS_Report (TRUE),Key] string    Tag;<br />
[SMS_Report (TRUE),Key] string    CreationClassName;<br />
};</p>
<p>//**************************************************************************<br />
//* Class: Physical Memory Array<br />
//* Derived from: (nothing)<br />
//*<br />
//* Auslesen der verfügbaren Speicherslots<br />
//*<br />
//**************************************************************************<br />
[SMS_Report (TRUE),<br />
SMS_Group_Name ("Physical Memory Array"),<br />
SMS_Class_ID   ("Microsoft|Physical_Memory_Array|1.0")]</p>
<p>class Win32_PhysicalMemoryArray : SMS_Class_Template<br />
{<br />
[SMS_Report (FALSE)] string Caption;<br />
[SMS_Report (FALSE)] string CreationClassName;<br />
[SMS_Report (FALSE)] string Description;<br />
[SMS_Report (FALSE)] uint16 Location;<br />
[SMS_Report (FALSE)] string Manufacturer;<br />
[SMS_Report (TRUE), SMS_Units("Megabytes")] uint32 MaxCapacity;<br />
[SMS_Report (TRUE)] uint16 MemoryDevices;<br />
[SMS_Report (FALSE)] uint16 MemoryErrorCorrection;<br />
[SMS_Report (FALSE)] string Model;<br />
[SMS_Report (FALSE)] string Name;<br />
[SMS_Report (FALSE)] string OtherIdentifyingInfo;<br />
[SMS_Report (FALSE)] string PartNumber;<br />
[SMS_Report (FALSE)] boolean PoweredOn;<br />
[SMS_Report (FALSE)] boolean Removable;<br />
[SMS_Report (FALSE)] boolean Replaceable;<br />
[SMS_Report (FALSE)] string SerialNumber;<br />
[SMS_Report (FALSE)] string SKU;<br />
[SMS_Report (FALSE)] string Status;<br />
[SMS_Report (TRUE), Key] string Tag;<br />
[SMS_Report (FALSE)] uint16 Use;<br />
[SMS_Report (FALSE)] string Version;<br />
};</p></blockquote>
<p>As you can see, you can gather much more details if you switch some of the “FALSE” values to TRUE. The next time the client updates his policy, the new code will be compiled on the client. The next scheduled hardware inventory will execute the new queries and report the results back to the assigned site server. When this happens, two new tables will be created in the CfgMgr-Database. In this case, this would be:</p>
<ul>
<li>v_gs_physical_memory_array</li>
<li>v_gs_physical_memory</li>
</ul>
<p>Of course, this alone won’t help us so much. To make the data readable, we can create a report. I have created a report that combines both tables to show you the details of each installed module, enriched with the information how many slots there are and how much of them are still unused. Feel free to change the SQL statement to your needs.</p>
<div id="attachment_255" class="wp-caption alignnone" style="width: 310px"><a href="http://fitzzz.de/wp-content/uploads/2010/10/CfgMgr_DIMM_Report.png"><img class="size-medium wp-image-255" title="CfgMgr_DIMM_Report" src="http://fitzzz.de/wp-content/uploads/2010/10/CfgMgr_DIMM_Report-300x220.png" alt="" width="300" height="220" /></a><p class="wp-caption-text">Report Example</p></div>
<p>To make things easier, you can download the report’s .MOF-file for quick import into the CfgMgr.</p>
<p><strong>Download</strong>: <a href="http://fitzzz.de/wp-content/uploads/2010/10/CfgMgr_RAM_Report.zip">CfgMgr RAM Report MOF</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2010/10/25/report-ram-information-of-your-systems-with-sccm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trouble removing a Unified Messaging Language Pack</title>
		<link>http://fitzzz.de/index.php/2010/08/11/trouble-removing-a-unified-messaging-language-pack/</link>
		<comments>http://fitzzz.de/index.php/2010/08/11/trouble-removing-a-unified-messaging-language-pack/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 10:16:35 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Unified Communications]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=242</guid>
		<description><![CDATA[Hi folks, earlier this year we finally stepped forward and configured our Exchange 2010 to utilize Unified Messaging to support us with cool mailboxes and that kind of stuff. In the testing phase I installed the Japanese UM language pack to hear what it&#8217;s like. Now, as the server is in a productive environment, I wanted to [...]]]></description>
			<content:encoded><![CDATA[<p>Hi folks,</p>
<p>earlier this year we finally stepped forward and configured our Exchange 2010 to utilize Unified Messaging to support us with cool mailboxes and that kind of stuff. In the testing phase I installed the Japanese UM language pack to hear what it&#8217;s like. Now, as the server is in a productive environment, I wanted to clean things up and uninstall this pack as it&#8217;s not needed.</p>
<p>The <a href="http://technet.microsoft.com/en-us/library/bb124004.aspx">TechNet</a> has this to say:</p>
<blockquote><p><em>In Microsoft Exchange Server 2010, you can manage UM languages on Unified Messaging servers using the Exchange Management Console or the Exchange Management Shell. However, to remove a language from the list on a UM dial plan, you must remove the appropriate UM language pack from the Unified Messaging server by using the <strong>Setup.com /RemoveUmLanguagePack</strong> command. After you remove the UM language pack from the Unified Messaging server, the language won&#8217;t be available when you configure a UM dial plan. You can view the UM language packs that are installed by viewing the properties of the Unified Messaging server or using the <strong>Get-UMServer</strong> cmdlet.</em></p></blockquote>
<p>At this point you might stop reading the article, as the essential information, the setup.com-command, is quite simple. But when you try to execute this, it will fail like this:</p>
<pre>d:\Program Files\Microsoft\Exchange Server\V14\Bin&gt;Setup.com /RemoveUmLanguagePack:ja-JP
Welcome to Microsoft Exchange Server 2010 Unattended Setup
Preparing Exchange Setup
    Copying Setup Files
d:\Program Files\Microsoft\Exchange Server\V14\Bin&gt;</pre>
<p>It just quits right there, no error, no logfile and no event at all. Supplying the /s parameter for the language pack source does not help either. Here is the catch: the setup.com on your server is a DIFFERENT from the one on your Exchange 2010 DVD! You have to use the one on the DVD to succeed. This information actually in the TechNet:</p>
<div>
<blockquote>
<table>
<tbody>
<tr>
<th><img src="http://i.technet.microsoft.com/Bb124004.Caution(en-us,EXCHG.140).gif" alt="Bb124004.Caution(en-us,EXCHG.140).gif" />Caution:</th>
</tr>
<tr>
<td>You can&#8217;t use the Setup.com file that&#8217;s located in the \Bin folder to remove a UM language pack after you&#8217;ve installed any updates for Exchange 2010. You must use the Setup.com file from the Exchange 2010 DVD or the downloaded source files. If you don&#8217;t, you&#8217;ll see the following error: There is a version mismatch between the running application and the installed application.</td>
</tr>
</tbody>
</table>
</blockquote>
</div>
<p>If you run it from the DVD, it will look like this:</p>
<pre>M:\&gt;Setup.com /RemoveUmLanguagePack:ja-JP
Welcome to Microsoft Exchange Server 2010 Unattended Setup
Preparing Exchange Setup
The following Unified Messaging language packs will be removed:
    UM Language Pack for ja-JP
Performing Microsoft Exchange Server Prerequisite Check

Configuring Microsoft Exchange Server
    UM language pack for (ja-JP)     ......................... COMPLETED
The Microsoft Exchange Server setup operation completed successfully.</pre>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2010/08/11/trouble-removing-a-unified-messaging-language-pack/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>DirectAccess Connectivity Assistant</title>
		<link>http://fitzzz.de/index.php/2010/03/09/directaccess-connectivity-assistant/</link>
		<comments>http://fitzzz.de/index.php/2010/03/09/directaccess-connectivity-assistant/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:29:25 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[Direct Access]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=222</guid>
		<description><![CDATA[DirectAccess is a great technology and I love to use it. If I get connection problems, I just open up my command line and examine the ipconfig output to see if something’s wrong. But is this something all your customers and colleagues are capable to do? I think not. Especially in rather large deployments, DirectAccess [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a title="DA Information" href="http://www.microsoft.com/windows/enterprise/products/windows-7/features.aspx" target="_blank">DirectAccess</a></strong> is a great technology and I love to use it. If I get connection problems, I just open up my command line and examine the ipconfig output to see if something’s wrong. But is this something all your customers and colleagues are capable to do? I think not. Especially in rather large deployments, DirectAccess might put your help desk under a lot of pressure.</p>
<p>To reduce such calls and ease the complexity of debugging actual problems, Microsoft’s <a href="http://technet.microsoft.com/en-us/library/ff384241.aspx" target="_blank">DirectAccess Connectivity Assistant</a> might come in handy. It’s a small tool that notifies the user of his current connection status and helps to provide valuable information to the help desk.</p>
<p>So let me show it to you in action.<br />
After setup it will show up in the user’s tray bar.</p>
<div id="attachment_224" class="wp-caption alignnone" style="width: 297px"><a href="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_1.png"><img class="size-full wp-image-224" title="da_assistant_1" src="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_1.png" alt="DirectAccess Connectivity Assistant in traybar" width="287" height="43" /></a><p class="wp-caption-text">DirectAccess Connectivity Assistant in traybar</p></div>
<p>A simple single click informs about the current status (as does the tooltip).</p>
<div id="attachment_225" class="wp-caption alignnone" style="width: 322px"><a href="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_2.png"><img class="size-full wp-image-225" title="da_assistant_2" src="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_2.png" alt="DirectAccess Connectivity Assistant balloon" width="312" height="134" /></a><p class="wp-caption-text">DirectAccess Connectivity Assistant balloon</p></div>
<p>A right-click offers two options: “Advanced Diagnostics” and a DNS preferation setting (we will come to that later)</p>
<div id="attachment_227" class="wp-caption alignnone" style="width: 235px"><a href="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_3.png"><img class="size-full wp-image-227" title="da_assistant_3" src="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_3.png" alt="DirectAccess Connectivity Assistant right-click menue" width="225" height="95" /></a><p class="wp-caption-text">DirectAccess Connectivity Assistant right-click menue</p></div>
<p>The “Advanced Diagnostics” window offers more detailed information about the status and will generate log files upon its launch. Those can be send via the “Email logs” button to a prespecified address. It also has a link to your company’s help desk web page.</p>
<div id="attachment_228" class="wp-caption alignnone" style="width: 391px"><a href="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_4.png"><img class="size-full wp-image-228" title="da_assistant_4" src="http://fitzzz.de/wp-content/uploads/2010/03/da_assistant_4.png" alt="DirectAccess Connectivity Assistant Advanced Diagnostics" width="381" height="398" /></a><p class="wp-caption-text">DirectAccess Connectivity Assistant Advanced Diagnostics</p></div>
<p>You will need to use the supplied ADMX/ADML files to configure the agent via Group Policy.<br />
To do this, on your Domain Controller, copy the “<strong>DirectAccess Connectivity Assistant GP.admx</strong>” file to the folder <strong>“%systemroot%\PolicyDefinitions</strong>” and then copy the “<strong>DirectAccess Connectivity Assistant GP.adml</strong>” file to the folder “<strong>%systemroot%\PolicyDefinititions\<em>language</em></strong>”. For example “<strong>%systemroot%\PolicyDefinitions\en-us</strong>” or “<strong>%systemroot%\PolicyDefinitions\de-DE</strong>”.</p>
<p>After that, you can launch the Group Policy Management MMC, open your DirectAccess GPO and navigate to “Computer Configuration / Administrative Templates / DirectAccess Connectivity Assistant”. You can now specify a couple of settings needed to use the tool.</p>
<p>At this point, I would like you to read the Deployment Guide supplied with the <a href="http://technet.microsoft.com/en-us/library/ff384241.aspx" target="_blank">download</a>, as it will help you to successfully deploy and configure your Assistant.</p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2010/03/09/directaccess-connectivity-assistant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bitlocker Benchmark &#8211; A small test</title>
		<link>http://fitzzz.de/index.php/2010/03/05/bitlocker-benchmark-a-small-test/</link>
		<comments>http://fitzzz.de/index.php/2010/03/05/bitlocker-benchmark-a-small-test/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:20:16 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=197</guid>
		<description><![CDATA[Bitlocker is a nice piece of security technology. My company, working mainly in IT consulting, uses only notebooks and of course needs to transport sensitive data from time to time. So, since Vista we use BitLocker to protect our valuable information from theft, e. g. in case of a stolen notebook. We also deployed it for some customers. [...]]]></description>
			<content:encoded><![CDATA[<p>Bitlocker is a nice piece of security technology. My company, working mainly in IT consulting, uses only notebooks and of course needs to transport sensitive data from time to time. So, since Vista we use BitLocker to protect our valuable information from theft, e. g. in case of a stolen notebook. We also deployed it for some customers.</p>
<p>One question is always asked: what about the performance loss?  I don&#8217;t have much knowledge about how exactly BitLocker works under the hood, but I of course had the general experience that BitLocker secured systems are not slow at all. So I got myself a second hard drive for my notebook and ran a small test to clarify this question based on my hardware. This benchmark was mainly intended for me, but I decided to share the data anyway.</p>
<p><strong>The test machine:<br />
</strong>Lenovo ThinkPad T61, Intel Core2Duo T7500 2.2 GHz, 4 GB RAM<br />
Hitachi HDD, SATA, 2.5&#8243;, 100 GB, 7200 RPM<br />
Windows 7 Enterprise x64</p>
<p>I used <a title="ATTO Download" href="http://www.attotech.com/products/product.php?sku=Disk_Benchmark" target="_blank">ATTO</a> as the benchmarking tool. The test process was simple: two runs without BitLocker, two runs with it.</p>
<p><strong>The Result</strong></p>
<p>For the read-performance there wasn&#8217;t a real performance drop, as you can see in the screenshots.<br />
The write-performance dropped by about 4.5%. In my opinion, that isn&#8217;t bad at all. I&#8217;ve seen worse results for TrueCrypt and others, but I don&#8217;t want to compare software here.</p>
<p>Now of course, one has to decide how to interpret the result. Obviously it is limited to the used hardware, but I would say it won&#8217;t be any worse on a ThinkPad T500. Then again, this was a synthetic benchmark which does not reflect the normal workload or work-pattern. Anyway, my &#8220;feeling&#8221;, the performance-loss cannot be high, is backed up.</p>

<a href='http://fitzzz.de/index.php/2010/03/05/bitlocker-benchmark-a-small-test/botlockerbench_bl_run1/' title='BotLockerBench_BL_Run1'><img width="150" height="150" src="http://fitzzz.de/wp-content/uploads/2010/03/BotLockerBench_BL_Run1-150x150.png" class="attachment-thumbnail" alt="BitLocker-Benchmark Run 1 with BL active" title="BotLockerBench_BL_Run1" /></a>
<a href='http://fitzzz.de/index.php/2010/03/05/bitlocker-benchmark-a-small-test/botlockerbench_bl_run2/' title='BotLockerBench_BL_Run2'><img width="150" height="150" src="http://fitzzz.de/wp-content/uploads/2010/03/BotLockerBench_BL_Run2-150x150.png" class="attachment-thumbnail" alt="BitLocker-Benchmark Run 2 with BL active" title="BotLockerBench_BL_Run2" /></a>
<a href='http://fitzzz.de/index.php/2010/03/05/bitlocker-benchmark-a-small-test/botlockerbench_wobl_run1/' title='BotLockerBench_woBL_Run1'><img width="150" height="150" src="http://fitzzz.de/wp-content/uploads/2010/03/BotLockerBench_woBL_Run1-150x150.png" class="attachment-thumbnail" alt="BitLocker-Benchmark Run 1 without BL active" title="BotLockerBench_woBL_Run1" /></a>
<a href='http://fitzzz.de/index.php/2010/03/05/bitlocker-benchmark-a-small-test/botlockerbench_wobl_run2/' title='BotLockerBench_woBL_Run2'><img width="150" height="150" src="http://fitzzz.de/wp-content/uploads/2010/03/BotLockerBench_woBL_Run2-150x150.png" class="attachment-thumbnail" alt="BitLocker-Benchmark Run 2 without BL active" title="BotLockerBench_woBL_Run2" /></a>

]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2010/03/05/bitlocker-benchmark-a-small-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking down Sharepoint Access Denied errors</title>
		<link>http://fitzzz.de/index.php/2010/02/01/tracking-down-sharepoint-access-denied-errors/</link>
		<comments>http://fitzzz.de/index.php/2010/02/01/tracking-down-sharepoint-access-denied-errors/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:00:47 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[MOSS]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Webpart]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=191</guid>
		<description><![CDATA[Every last business day of the month, freelancers working for our company access our SharePoint Portal to enter their project work times. This time, they got an &#8220;Access Denied&#8221; error instead of the usual homepage. Trying to access &#8220;www.someportal.com&#8221; would result in the error shown below. On the other hand, directly accessing the time sheet manager via &#8220;www.someportal.com/time/&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Every last business day of the month, freelancers working for our company access our SharePoint Portal to enter their project work times. This time, they got an &#8220;Access Denied&#8221; error instead of the usual homepage. Trying to access &#8220;www.someportal.com&#8221; would result in the error shown below. On the other hand, directly accessing the time sheet manager via &#8220;www.someportal.com/time/&#8221; was successful.</p>
<div id="attachment_194" class="wp-caption alignnone" style="width: 507px"><a href="http://fitzzz.de/wp-content/uploads/2010/02/sp_accessdenied.png"><img class="size-full wp-image-194" title="sp_accessdenied" src="http://fitzzz.de/wp-content/uploads/2010/02/sp_accessdenied.png" alt="SharePoint: Access Denied" width="497" height="260" /></a><p class="wp-caption-text">SharePoint: Access Denied</p></div>
<p> </p>
<p>The first suspect was of course the main user and group setting of the portal. But nothing had changed and the &#8220;freelancer&#8221; group still had it&#8217;s permission to view the homepage. As the access rights were inherited down to the time sheet manager, which was accessible, that couldn&#8217;t be the problem.</p>
<p>Then I noticed that one particular thing was different with the URL displayed in the IE address bar. Instead of the usual<br />
&#8221; https://www.someportal.com/_layouts/AccessDenied.aspx?Source=%2fsomepage &#8221;<br />
I got this:<br />
&#8221; http://www.someportal.com/_layouts/AccessDenied.aspx?Source=somepage&amp;Type=list&amp;name=%7B12151589%2D7C0B%2D40DE%2DBD92%2DADB851B3D78E%7D &#8221;</p>
<p>The additional GUID leads to some list, as you can see a little earlier in the URL. Now you can of course search you content database or, if you want to save time, use a little tool. For this case I stumbled upon this one: The <a title="Sharepoint Explorer Download" href="http://download.mondosoft.com/Ontolica/SharePointExplorer_V1_5_1_For_WSS3.zip" target="_blank">Sharepoint Explorer</a> by Ontolica. Run it on your portal server with an user that has full access to the site. This way, you can find the list in question quite quickly.</p>
<div id="attachment_193" class="wp-caption alignnone" style="width: 310px"><a href="http://fitzzz.de/wp-content/uploads/2010/02/sp_explorer.png"><img class="size-medium wp-image-193 " title="sp_explorer" src="http://fitzzz.de/wp-content/uploads/2010/02/sp_explorer-300x203.png" alt="Sharepoint Explorer" width="300" height="203" /></a><p class="wp-caption-text">SharePoint Explorer</p></div>
<p>In most cases, identifying the list is the solution, as you then know where you have to review the permissions. In my case, this was a dead end, as the permissions were correct.</p>
<p>Going on, I copied the Windows user account of a freelancer and gave it full permissions. Looking through &#8220;their eyes&#8221; I found a new report viewer web part on the homepage which was targeted at the freelancer group, so I couldn&#8217;t see it with my account. This web part was added a few days earlier and obviously not tested properly. The &#8220;read&#8221; permission was not enough to display it, so the homepage was denied. I granted the freelancer group participation-level access to the report-item, which finally solved the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2010/02/01/tracking-down-sharepoint-access-denied-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Sharepoint Services &#8211; 503 Service unavailable error</title>
		<link>http://fitzzz.de/index.php/2010/01/06/windows-sharepoint-services-503-service-unavailable-error/</link>
		<comments>http://fitzzz.de/index.php/2010/01/06/windows-sharepoint-services-503-service-unavailable-error/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 14:31:10 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Error 503]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Service Level Dashboard]]></category>
		<category><![CDATA[SLD]]></category>
		<category><![CDATA[SPS]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=180</guid>
		<description><![CDATA[Today I installed the Windows SharePoint Services 3.0 SP2 on a Windows Server 2008 R2 x64 machine in order to install the Service Level Dashboard for Operations Manager 2007 R2 later on. I had to use the SPS because the SLD installer is incompatible with non-English MOSS farms&#8230; and Microsoft didn&#8217;t quite care about the users [...]]]></description>
			<content:encoded><![CDATA[<p>Today I installed the Windows SharePoint Services 3.0 SP2 on a Windows Server 2008 R2 x64 machine in order to install the Service Level Dashboard for Operations Manager 2007 R2 later on. I had to use the SPS because the SLD installer is incompatible with non-English MOSS farms&#8230; and Microsoft didn&#8217;t quite care about the users &#8220;whining&#8221; on <a title="TechNet Whine" href="http://social.technet.microsoft.com/Forums/en-US/operationsmanagergeneral/thread/19638ca2-6e58-4fce-9b0d-04c7f7e5049b" target="_blank">TechNet</a>.</p>
<p>After the SPS configuration wizard was done, I tried accessing the SharePoint Central Administration page&#8230; and got this:<br />
<a href="http://fitzzz.de/wp-content/uploads/2010/01/503_error.png"><img class="alignnone size-full wp-image-181" title="Error 503 " src="http://fitzzz.de/wp-content/uploads/2010/01/503_error.png" alt="Error 503 " width="244" height="119" /></a></p>
<div class="mceTemp">A quick investigation showed the IIS application pool was stopped and the event log had this to say:</div>
<div class="mceTemp">
<div class="mceTemp">
<div class="mceTemp"><a href="http://fitzzz.de/wp-content/uploads/2010/01/503_error_eventlog.png"><img class="size-thumbnail wp-image-182 alignnone" title="503_error_eventlog" src="http://fitzzz.de/wp-content/uploads/2010/01/503_error_eventlog-150x150.png" alt="" width="150" height="150" /></a>  <a href="http://fitzzz.de/wp-content/uploads/2010/01/503_error_eventlog_2.png"><img class="alignnone size-thumbnail wp-image-183" title="503_error_eventlog_2" src="http://fitzzz.de/wp-content/uploads/2010/01/503_error_eventlog_2-150x150.png" alt="" width="150" height="150" /></a></div>
</div>
<p> </p>
</div>
<div>
<dl id="attachment_183"><a href="http://fitzzz.de/wp-content/uploads/2010/01/503_error_eventlog_2.png"></a></dl>
</div>
<p>I stopped looking at the event log at this point, what proved to be a time-costly mistake, more to that later. I started searching the Internet and found a lot of similar cases but none came close to mine. Most &#8220;answers&#8221; told you to disable IPv6. Seriously guys, this is NEVER a &#8220;solution&#8221;! It is at best a workaround&#8230; and won&#8217;t help in my case anyway. A little later I reviewed our MOSS documentation and stumbled across the solution: the application pool identity user did not have enough rights on the server. I forgot that using a &#8220;domain admin&#8221;-service account does <strong>NOT </strong>grant it the right to log on as a service! I really don&#8217;t like this behaviour as I like to start with a domain admin account and then, in case everything runs as expected, strip it to a least privileges account. So I added the service account to our server GPO and the application pool started and could reach the Central Administration site.</p>
<p>This is just another case of READ THE EVENTLOG CAREFULLY! There was a third entry I overlooked which even suggests the missing log on rights:</p>
<p><a href="http://fitzzz.de/wp-content/uploads/2010/01/503_error_eventlog_3.png"><img class="alignnone size-thumbnail wp-image-184" title="503_error_eventlog_3" src="http://fitzzz.de/wp-content/uploads/2010/01/503_error_eventlog_3-150x150.png" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2010/01/06/windows-sharepoint-services-503-service-unavailable-error/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Bitlocker and the disappearing harddrive</title>
		<link>http://fitzzz.de/index.php/2009/12/18/bitlocker-and-the-disappearing-harddrive/</link>
		<comments>http://fitzzz.de/index.php/2009/12/18/bitlocker-and-the-disappearing-harddrive/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 13:11:16 +0000</pubDate>
		<dc:creator>Christoph Schmidt</dc:creator>
				<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://fitzzz.de/?p=174</guid>
		<description><![CDATA[A customer of mine uses Microsoft BitLocker encryption to protect all it&#8217;s computers, both mobile and workstations, as they contain critical financial information of several other companies. When upgrading their client environment to Vista, we already introduced BitLocker for all hard drives and it worked like a charm. As they now move on to Windows [...]]]></description>
			<content:encoded><![CDATA[<p>A customer of mine uses Microsoft BitLocker encryption to protect all it&#8217;s computers, both mobile and workstations, as they contain critical financial information of several other companies. When upgrading their client environment to Vista, we already introduced BitLocker for all hard drives and it worked like a charm. As they now move on to Windows 7, an interesting problem occurred for one the workstations when trying to encrypt a secondary drive.</p>
<div id="attachment_176" class="wp-caption alignnone" style="width: 524px"><img class="size-full wp-image-176" title="bitlocker_platten_explorer" src="http://fitzzz.de/wp-content/uploads/2009/12/bitlocker_platten_explorer.PNG" alt="Bitlocker encrypted OS drive" width="514" height="61" /><p class="wp-caption-text">Bitlocker encrypted OS drive</p></div>
<p>Whenever the administrator deployed the encryption task sequence via ConfigMgr, the hard drive disappeared from the system. There was no sign left at all, no drive letter in explorer, no entry in the management console and no trace in the device explorer. Gone! Looking at the activity LEDs, there was nothing going on. Restarting the system brought the drive back, but it did not continue to encrypt. Restarting the encryption led to the same behaviour. Looking at the drive&#8217;s BitLocker status revealed it began it&#8217;s work as it showed a 1% encryption. Decrypting it, again, let the drive vanish.</p>
<p>After some resultless research the final solution was to update the SATA Controller&#8217;s driver with the most recent one, in this case from the chip manufacturer, not the workstation vendor. After updating it, the encryption worked flawlessly.</p>
]]></content:encoded>
			<wfw:commentRss>http://fitzzz.de/index.php/2009/12/18/bitlocker-and-the-disappearing-harddrive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

