<?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>Lyle Epstein's Systems Engineer Blog</title>
	<atom:link href="http://blog.korteksolutions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.korteksolutions.com</link>
	<description>Blogging about SBS and other Microsoft Technologies</description>
	<lastBuildDate>Sun, 22 Apr 2012 08:04:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Group Policy folder redirection generates Error, The system call level is not correct.</title>
		<link>http://blog.korteksolutions.com/group-policy-folder-redirection-generates-error-the-system-call-level-is-not-correct/</link>
		<comments>http://blog.korteksolutions.com/group-policy-folder-redirection-generates-error-the-system-call-level-is-not-correct/#comments</comments>
		<pubDate>Sun, 22 Apr 2012 08:04:13 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/group-policy-folder-redirection-generates-error-the-system-call-level-is-not-correct/</guid>
		<description><![CDATA[<p><p>Recently I was working on a client who is setup with a SBS 2008 server and workstations running Windows 7 Professional SP1. I noticed that when a particular user would login it would take upwards of 10 minutes for the welcome screen to go away and the desktop to be displayed.</p>
<p>As part of the troubleshooting, [...]</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>Recently I was working on a client who is setup with a SBS 2008 server and workstations running Windows 7 Professional SP1. I noticed that when a particular user would login it would take upwards of 10 minutes for the welcome screen to go away and the desktop to be displayed.</p>
<p>As part of the troubleshooting, I had the user login to a different workstation with their same credentials and we experienced the same slow login. when I looked at the event log, I saw the following error:</p>
<p><strong>Log Name:</strong>&#160;&#160;&#160;&#160;&#160; Application    <br /><strong>Source:</strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160; Microsoft-Windows-Folder Redirection    <br /><strong>Date:</strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 4/21/2012 10:57:42 PM    <br /><strong>Event ID:</strong>&#160;&#160;&#160;&#160;&#160; 502    <br /><strong>Task Category:</strong> None    <br /><strong>Level:</strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Error    <br /><strong>Keywords:</strong>&#160;&#160;&#160;&#160;&#160; <br /><strong>User:</strong>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; DOMAIN\firstlast    <br /><strong>Computer:</strong>&#160;&#160;&#160;&#160;&#160; DOMAIN-PC.DOMAIN.local    <br /><strong>Description:</strong>    <br />Failed to apply policy and redirect folder &quot;Documents&quot; to &quot;\\SERVER\RedirectedFolders\firstlast\My Documents&quot;.    <br /> Redirection options=0&#215;9021.    <br /> The following error occurred: &quot;Failed to copy files from &quot;\\SERVER\RedirectedFolders\firstlast\Documents&quot; to &quot;\\SERVER\RedirectedFolders\firstlast\My Documents&quot;&quot;.    <br /> Error details: &quot;The system call level is not correct.    <br />&quot;.    </p>
<p>I did some research on this error, and came up with one valid result, which claimed that it was being caused by server quotas. As part of the trouble shooting, I turned off quota’s on the server, however I had previously checked the users properties in the SBS 2008 console and verified Folder Redirection was enabled, but the quota’s box was unchecked. </p>
<p>I do question why the policy was attempting to take the same server and users folder and move files from the “Documents” folder to the “My Documents” folder. As I checked the GPO, it is set to move the files from the old location which is a default setting. </p>
<p>So to take the troubleshooting a step further, I ran GPRESULT /V &gt;C:\gpresult.txt&#160; and viewed this text file. I do not see anything out of the ordinary being applied to the computer. Now, when I check the GPO’s on server, I see a old GPO that was created and is no longer being applied. In that GPO, I see the following:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_thumb.png" width="988" height="562" /></a></p>
<p>As you can see from this screenshot, the disabled “Folder Redirection” GPO had the policy pointed to the <strong>\\SERVER\RedirectedFolders\%USERNAME%\Documents</strong> but if we look at the Small Business Server Folder Redirection Policy which is created by the Small Business Server, it is pointed to <strong>\\SERVER\RedirectedFolders\%USERNAME%\My Documents</strong>&#160; as shown below</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_thumb_3.png" width="527" height="548" /></a></p>
<p>On the Windows 7 machine, when I look at the properties of the “My Documents” folder, I see it is still pointed to the old policy&#8217;s setting, of <strong>\\SERVER\RedirectedFolders\%USERNAME%\Documents</strong> as shown below:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_thumb_4.png" width="796" height="433" /></a></p>
<p>So how do we go about fixing this? Well, the best way to fix this is to edit the current GPO, Small Business Server Folder Redirection Policy. On this GPO, I changed the setting “Move the contents of Documents to the new location” to disabled by unchecking the box as shown below:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_thumb_5.png" width="220" height="244" /></a></p>
<p>Then, on the Windows 7 machine, at the command prompt type in GPUPDATE /FORCE and then logoff</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_thumb_6.png" width="366" height="194" /></a></p>
<p>Now I login as that user, and look at the event log. We now see success, as the policy does not need to move the existing “Documents” to “My Documents” and the policy is able to successfully apply as shown below.</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_thumb_7.png" width="443" height="323" /></a></p>
<p>Now there is one more step to fix this issue. I will need to copy the data from the “Documents” folder to the “My Documents” folder. When I attempted to look at the old Documents folder, it was now empty. The reason for this, Offline Files are enabled on the Windows 7 machine, and as it couldn’t connect to the previous path, all the time the user was saving documents it was offline as you can see in the previous picture of the properties of My Documents it was missing the green sync icon. So when I logged in to the computer with the fixed policy, the Windows Sync Center determined it was now online and able to write to \\SERVER\RedirectedFolders\firstlast\My Documents , and it has the data in the CSC cache, so it just copied the data back to the server for me. If you don’t have Offline Files enabled, simply copy the data from Documents to My Documents folder. Here is a screenshot showing it now online</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_8.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_thumb_8.png" width="583" height="127" /></a></p>
<p>&#160;</p>
<p>If you are wondering why there are two My Documents folders, the second one that is not Sync’d is actually Documents. I just deleted this folder as it is not valid.</p>
<p>I suggest re-enabling this policy setting once the issue is resolved so that if you have a user who didn’t have this policy applying or in the SBS Console you checked the box&#160; and you now want it, that the files are moved from their default location to the server location.</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_9.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_thumb_9.png" width="354" height="407" /></a></p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_10.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Error_1466A/image_thumb_10.png" width="363" height="265" /></a></p>
<p>I also saw that Microsoft released a hotfix titled You encounter a long logon time after you enable the &quot;Do not automatically make redirected folders available offline&quot; Group Policy setting in Windows 7 or in Windows Server 2008 R2 at&#160; <a title="http://support.microsoft.com/kb/2525332" href="http://support.microsoft.com/kb/2525332">http://support.microsoft.com/kb/2525332</a>&#160; however, in this case it does not apply.</p>
<p>As you can see, the error <strong>The system call level is not correct</strong> is a very generic error which by just looking at it, tells you almost nothing.</p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/group-policy-folder-redirection-generates-error-the-system-call-level-is-not-correct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internal event: Active Directory has encountered the following exception and associated parameters.</title>
		<link>http://blog.korteksolutions.com/internal-event-active-directory-has-encountered-the-following-exception-and-associated-parameters/</link>
		<comments>http://blog.korteksolutions.com/internal-event-active-directory-has-encountered-the-following-exception-and-associated-parameters/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 02:37:15 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[SBS 2011]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/internal-event-active-directory-has-encountered-the-following-exception-and-associated-parameters/</guid>
		<description><![CDATA[<p><p>Today I was performing a migration from SBS 2003 to SBS 2011. I performed all the checks and ensured I had all the updates in place. During the migration the SBS 2011 server failed the migration. Upon further investigation I noticed that only 1 role transferred over from the old DC to the new one. [...]</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>Today I was performing a migration from SBS 2003 to SBS 2011. I performed all the checks and ensured I had all the updates in place. During the migration the SBS 2011 server failed the migration. Upon further investigation I noticed that only 1 role transferred over from the old DC to the new one. On the old SBS 2003 server I saw:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_thumb.png" width="290" height="328" /></a></p>
<p>Upon doing some more research, I came across this hotfix from Microsoft <a title="http://support.microsoft.com/kb/981259&#13;&#10;" href="http://support.microsoft.com/kb/981259">http://support.microsoft.com/kb/981259</a> which does not specifically address Exception e0010004 but does address e0010005. I installed this hotfix and then proceeded to manually transfer all FSMO roles using NTDSUTIL on the SBS 2011 server from it’s self to it’s self . This might sound strange, but I wanted to do this per another article I read on Microsoft’s site. Once I confirmed that all the roles transferred over from the new SBS 2011 to it’s self. I then moved the roles back to the old SBS server. Then verifying event logs, everything looked clean and happy. </p>
<p>I also noticed this event on the old SBS 2003 server. This seemed odd to me because look at the user….it is a a SID with no matching name. This is not normal.</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_thumb_3.png" width="281" height="318" /></a></p>
<p>I then unpromoed the failed SBS 2011 server and removed it from the domain. I then decided to inspect the SBS 2003 DNS server. I noticed under GC’s that there were two entries. One was the current server, in this case 10.55.100.10 and another of 10.55.100.60. Well there was no other GC with an IP of this, so that stood out like a sore thumb. I then deleted this invalid entry and looked at all other entries, Name Servers, etc. to verify it was clean. </p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_thumb_4.png" width="571" height="311" /></a></p>
<p>On the old SBS 2003 server, I followed Microsoft troubleshooting to increase my logging. To increase NTDS diagnostic logging, change the following REG_DWORD values in the registry of the destination domain controller under the following registry key:    <br />HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Diagnostics    <br />Set the value of the following subkeys to 5:    <br />5 Replication Events    <br />9 Internal Processing    <br />Note Level 5 logging is extremely verbose and the values of both subkeys should be set back to the default of 0 after the problem is resolved. Filtering the Directory Services event log should be performed to isolate and identify these events.</p>
<p>I did this on the source controller even though it mentions to do this on the destination server. Next I restarted netlogon service via command prompt. NET STOP NETLOGON &amp; NET START NETLOGON</p>
<p>I performed the migration again. It failed, but I was able to capture a lot more events in the event log. This time I saw </p>
<p>Event ID 1925: Attempt to establish a replication link failed due to DNS lookup problem. Following&#160; <a title="http://technet.microsoft.com/en-us/library/cc778061(WS.10).aspx" href="http://technet.microsoft.com/en-us/library/cc778061(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc778061(WS.10).aspx</a>&#160; I started looking at DNS as the issue. this lead me to <a title="http://technet.microsoft.com/en-us/library/cc785014(WS.10).aspx" href="http://technet.microsoft.com/en-us/library/cc785014(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc785014(WS.10).aspx</a> It turns out, that someone previous had turned of Zone transfers. The DNS server looked like this:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_thumb_5.png" width="212" height="244" /></a></p>
<p>and this:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_thumb_6.png" width="244" height="241" /></a></p>
<p>To fix it, it should look like this:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_7.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_thumb_7.png" width="244" height="241" /></a></p>
<p>and</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_8.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_thumb_8.png" width="212" height="244" /></a></p>
<p>Make sure to also check the AD domain, in this case csg.local, as those settings were also modified. </p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_9.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/a5bb19e96ea1_EE2C/image_thumb_9.png" width="244" height="71" /></a></p>
<p>I also noticed that they had DNS forwarders on, pointing to external address’s, but when I ran the original Internet Connection Wizard on the SBS 2003 server, it made no mention of this. Weird.</p>
<p>Ah, once I did this, I was able to migrate correctly. </p>
<p>Note, make sure to cleanup the old failed SBS 2011 servers from AD, Name servers and DNS so you get a clean migration.</p>
<p>As this was a new customer for me, I had no knowledge of the previous IT person’s skills or abilities, or how things were setup or should I say not setup correctly. Lesson learned is when you enter a situation where you don’t know what was done before, look at everything, even though it is time consuming, the troubleshooting takes even more time.</p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/internal-event-active-directory-has-encountered-the-following-exception-and-associated-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server Solutions BPA Updated September 2011 but is not prompting for update</title>
		<link>http://blog.korteksolutions.com/windows-server-solutions-bpa-updated-september-2011-but-is-not-prompting-for-update/</link>
		<comments>http://blog.korteksolutions.com/windows-server-solutions-bpa-updated-september-2011-but-is-not-prompting-for-update/#comments</comments>
		<pubDate>Sun, 02 Oct 2011 06:33:54 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[SBS 2011]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/windows-server-solutions-bpa-updated-september-2011-but-is-not-prompting-for-update/</guid>
		<description><![CDATA[<p><p>Microsoft released an update this week for the Windows Server Solutions BPA that covers a number of products, including:</p>

Small Business Server 2011 Standard Edition
Small Business Server 2011 Essentials
Windows Storage Server 2008 R2 Essentials
Windows MultiPoint Server 2011

<p>More information about this update is available on the Official SBS Blog page at http://blogs.technet.com/b/sbs/archive/2011/09/29/windows-server-solutions-bpa-updated-september-2011.aspx</p>
<p>So how do you get the [...]</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>Microsoft released an update this week for the Windows Server Solutions BPA that covers a number of products, including:</p>
<ul>
<li>Small Business Server 2011 Standard Edition</li>
<li>Small Business Server 2011 Essentials</li>
<li>Windows Storage Server 2008 R2 Essentials</li>
<li>Windows MultiPoint Server 2011</li>
</ul>
<p>More information about this update is available on the Official SBS Blog page at <a title="http://blogs.technet.com/b/sbs/archive/2011/09/29/windows-server-solutions-bpa-updated-september-2011.aspx" href="http://blogs.technet.com/b/sbs/archive/2011/09/29/windows-server-solutions-bpa-updated-september-2011.aspx">http://blogs.technet.com/b/sbs/archive/2011/09/29/windows-server-solutions-bpa-updated-september-2011.aspx</a></p>
<p>So how do you get the update? First, make sure you have the Microsoft Baseline Configuration Analyzer 2.0 installed. To get it, go <a href="http://www.microsoft.com/downloads/en/details.aspx?familyid=1B6E9026-F505-403E-84C3-A5DEA704EC67&amp;displaylang=en" target="_blank">here</a>. Next, make sure to download and install the Windows Server Solutions Best Practices Analyzer 1.0 <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d40dcc5b-8f97-49e2-ae79-9c7a7a69dec4" target="_blank">here</a></p>
<p>During the install, you will be prompted with this screen:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image_thumb.png" width="332" height="261" /></a></p>
<p>Make sure to check this box during your install, or you will not be prompted to automatically update!</p>
<p>Once you have it installed, launch the BPA either via the SBS Console under security (if you selected to integrate it in the console) or when you launch it under the start menu. You will see in the system tray an icon/pop up stating to update, like this:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image_thumb_3.png" width="463" height="120" /></a></p>
<p>Select that, and a window will open</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image_4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image_thumb_4.png" width="244" height="149" /></a></p>
<p>Close the BPA you have open and then wait about 5-10 seconds. The next box will change and allow you to click on it. That’s it, you are now updated!</p>
<p><strong><font color="#ff0000" size="3">Hey Lyle, I don’t see it prompting me. Why?</font></strong></p>
<p>Ok, so you got it installed, but now you launch it and don’t see it prompting you for the update. No problem, here is how to fix this:</p>
<p>Open up the registry and navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsServerSolutions\BPA</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image_5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image_thumb_5.png" width="523" height="301" /></a></p>
<p>Look for the DWORD item “Update”.&#160; It is probably set to a 0. We want to change it to a value of 1. It should now look like this:</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image_6.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/SBS-2011_143C9/image_thumb_6.png" width="518" height="307" /></a></p>
<p>&#160;</p>
<p>Close out the BPA if you have it open. Now re-launch it and you will see it appear in the SysTray.</p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/windows-server-solutions-bpa-updated-september-2011-but-is-not-prompting-for-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Office 365 is down for over 3 hours causing business disruption</title>
		<link>http://blog.korteksolutions.com/office-365-is-down-for-over-3-hours-causing-business-disruption/</link>
		<comments>http://blog.korteksolutions.com/office-365-is-down-for-over-3-hours-causing-business-disruption/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 00:40:24 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/office-365-is-down-for-over-3-hours-causing-business-disruption/</guid>
		<description><![CDATA[<p><p>Well Microsoft&#8217;s new Office 365 solution goes down causing business disruption. Sometimes I wonder if this cloud nonsense is just another bad joke.</p>
<p>&#160;</p>
<p></p>
</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>Well Microsoft&#8217;s new Office 365 solution goes down causing business disruption. Sometimes I wonder if this cloud nonsense is just another bad joke.</p>
<p>&#160;</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/0612435e0b66_F7BF/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/0612435e0b66_F7BF/image_thumb.png" width="499" height="545" /></a></p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/office-365-is-down-for-over-3-hours-causing-business-disruption/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is the correct model number?</title>
		<link>http://blog.korteksolutions.com/what-is-the-correct-model-number/</link>
		<comments>http://blog.korteksolutions.com/what-is-the-correct-model-number/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 19:43:52 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/what-is-the-correct-model-number/</guid>
		<description><![CDATA[<p><p>Today we received a batch of new Seagate Enterprise hard disks, which should have been model ST2000NM0011. It looks like someone in the label department in Thailand made a mistake, as the model number is shown with a 1 (1TB) and a 2 (2TB). After plugging it in, it was detected as a 1TB drive. [...]</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>Today we received a batch of new Seagate Enterprise hard disks, which should have been model ST2000NM0011. It looks like someone in the label department in Thailand made a mistake, as the model number is shown with a 1 (1TB) and a 2 (2TB). After plugging it in, it was detected as a 1TB drive. Glad to know we can&#8217;t always rely on stickers.</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/What-is-the-correct-model-number_AD78/image.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/What-is-the-correct-model-number_AD78/image_thumb.png" width="472" height="431" /></a></p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/what-is-the-correct-model-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 SP1 Rollup 3 and BlackBerrys sending duplicate messages</title>
		<link>http://blog.korteksolutions.com/exchange-2010-sp1-rollup-3-and-blackberrys-sending-duplicate-messages/</link>
		<comments>http://blog.korteksolutions.com/exchange-2010-sp1-rollup-3-and-blackberrys-sending-duplicate-messages/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 08:24:42 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/exchange-2010-sp1-rollup-3-and-blackberrys-sending-duplicate-messages/</guid>
		<description><![CDATA[<p><p>Tonight I had a customer informing me that since we installed the latest rollup for Exchange 2010 SP1 their BlackBerry were sending duplicate messages. After doing some research into the issue, I came across this blog http://blogs.technet.com/b/exchange/archive/2011/03/14/exchange-2010-sp1-rollup-3-and-blackberrys-sending-duplicate-messages.aspx</p>
<p></p>
<p>For the time being, hold off on installing RU3 until Microsoft get’s this fixed. In fact, they state that [...]</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>Tonight I had a customer informing me that since we installed the latest rollup for Exchange 2010 SP1 their BlackBerry were sending duplicate messages. After doing some research into the issue, I came across this blog <a title="http://blogs.technet.com/b/exchange/archive/2011/03/14/exchange-2010-sp1-rollup-3-and-blackberrys-sending-duplicate-messages.aspx" href="http://blogs.technet.com/b/exchange/archive/2011/03/14/exchange-2010-sp1-rollup-3-and-blackberrys-sending-duplicate-messages.aspx">http://blogs.technet.com/b/exchange/archive/2011/03/14/exchange-2010-sp1-rollup-3-and-blackberrys-sending-duplicate-messages.aspx</a></p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/Exchange-2010-SP1-Rollup-3-and-BlackBerr_1296/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/Exchange-2010-SP1-Rollup-3-and-BlackBerr_1296/image_thumb.png" width="466" height="83" /></a></p>
<p>For the time being, hold off on installing RU3 until Microsoft get’s this fixed. In fact, they state that they have pulled the Rollup for now. I suggest looking at the EHLO link above to confirm when it is fixed.</p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/exchange-2010-sp1-rollup-3-and-blackberrys-sending-duplicate-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Mailbox Server Role Calculator</title>
		<link>http://blog.korteksolutions.com/exchange-2010-mailbox-server-role-calculator/</link>
		<comments>http://blog.korteksolutions.com/exchange-2010-mailbox-server-role-calculator/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 08:16:48 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Exchange 2010]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/exchange-2010-mailbox-server-role-calculator/</guid>
		<description><![CDATA[<p><p>I am currently working on planning out a new data center that will be running Exchange 2010. I found a great tool from the Exchange team called Exchange 2010 Mailbox Server Role Requirements Calculator which is quite powerful. An updated version of this tool can also be located at http://blogs.technet.com/b/exchange/archive/2010/01/22/3409223.aspx&#160;</p>
<p>Enjoy.</p>
<p>Lyle Epstein</p>
<p>Kortek Solutions</p>
</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>I am currently working on planning out a new data center that will be running Exchange 2010. I found a great tool from the Exchange team called <a href="http://blogs.technet.com/b/exchange/archive/2009/11/09/3408737.aspx" target="_blank">Exchange 2010 Mailbox Server Role Requirements Calculator</a> which is quite powerful. An updated version of this tool can also be located at <a title="http://blogs.technet.com/b/exchange/archive/2010/01/22/3409223.aspx" href="http://blogs.technet.com/b/exchange/archive/2010/01/22/3409223.aspx">http://blogs.technet.com/b/exchange/archive/2010/01/22/3409223.aspx</a>&#160;</p>
<p>Enjoy.</p>
<p>Lyle Epstein</p>
<p>Kortek Solutions</p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/exchange-2010-mailbox-server-role-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android update gives more features with Exchange EAS</title>
		<link>http://blog.korteksolutions.com/android-update-gives-more-features-with-exchange-eas/</link>
		<comments>http://blog.korteksolutions.com/android-update-gives-more-features-with-exchange-eas/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 03:54:00 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[SBS 2008]]></category>
		<category><![CDATA[SBS 2011]]></category>
		<category><![CDATA[Windows Mobile]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/android-update-gives-more-features-with-exchange-eas/</guid>
		<description><![CDATA[<p><p>Today my wife updated her Sprint Samsung Transform phone with the latest Android OS. I have been waiting for Sprint to push out this update as I found a very strange bug in the base OS that was shipped with the phone in November 2010.</p>
<p>For a list of versions and when they were shipped, see [...]</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>Today my wife updated her Sprint Samsung Transform phone with the latest Android OS. I have been waiting for Sprint to push out this update as I found a very strange bug in the base OS that was shipped with the phone in November 2010.</p>
<p>For a list of versions and when they were shipped, see <a title="http://socialcompare.com/en/comparison/android-versions-comparison" href="http://socialcompare.com/en/comparison/android-versions-comparison">http://socialcompare.com/en/comparison/android-versions-comparison</a></p>
<p>The bug I identified was if you setup the phone to Sync with the Exchange server, in this case Exchange 2010 SP1 RU2 and then proceed to select a contact, change the picture of the contact to one that is on the device, and re-sync, you will now see the new picture in your Outlook. That is how it is suppose to work. The bug part comes in when you now edit that contact, say change the phone number or email address. Now sync the device, and you will notice the data doesn’t change in the device. The only way to fix it from my testing was to delete the contact via the phone. Once you do that, re-sync, and it will be gone from the Contacts in Outlook. Now go into your deleted items and you will see the contact. Move it back to your contacts, and re-sync the phone, and the contact is now correct on the phone. But if you make a change to the contact again, you will run into the same issue. </p>
<p>This was VERY annoying! I had found an update to the Android OS but it required rooting the phone, something I didn’t want to do. After the update came down today from Sprint, I retried my issue, and the bug has now been fixed. Other things I noticed in the new update is the support for OOF, or Out of Office. That is a nice touch as Active Sync get’s more aligned to the features in Exchange 2010 and EAS. I also noticed that the new update now enforces Active Sync’s security policies, including requiring a device password.</p>
<p>Now we wait for Microsoft’s own Windows Phone 7 to start supporting more Exchange EAS policies. If you are interested in knowing more about EAS, here is a chart by Marco Nielsen</p>
<p>&#160;</p>
<p><strong><font face="Arial"><font style="font-size: 10pt">Versions</font></font></strong></p>
<p><font face="Arial"><font style="font-size: 10pt">The important versions of EAS usually follow the Exchange Server releases and they are are currently:</font></font></p>
<table style="border-collapse: separate" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><span><font face="Arial"><font style="font-size: 12pt"><u>EAS Version</u></font></font></span></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><span><font face="Arial"><font style="font-size: 12pt"><u>Server Release</u></font></font></span></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><span><font face="Arial"><font style="font-size: 12pt"><u>Comments</u></font></font></span></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">EAS 2.0</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Exchange Server 2003</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px">&nbsp;</td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">EAS 2.5</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Exchange Server 2003 SP2</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px">&nbsp;</td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">EAS 12</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Exchange Server 2007</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">The Exchange software becomes part of Office release 12 aka Office 2007.</font></font></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">EAS 12.1</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Exchange Server 2007 SP1</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px">&nbsp;</td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">EAS 14</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Exchange Server 2010</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">The Office product team skips over number “13”.</font></font></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">EAS 14.1</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Exchange Server 2010 SP1</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px">&nbsp;</td>
</tr>
</tbody>
</table>
<p><font face="Arial"><font style="font-size: 10pt">More details can be found </font></font><font style="font-size: 10pt"><a href="http://en.wikipedia.org/wiki/Exchange_ActiveSync" target="_blank"><span><font color="#006ff7" face="Arial"><u>here</u></font></span></a></font><font face="Arial"><font style="font-size: 10pt">. </font></font></p>
<p><strong><font face="Arial"><font style="font-size: 10pt">Compatibility Comparisons</font></font></strong></p>
<p><font face="Arial"><font style="font-size: 10pt">Due to the incremental versions, protocol licensing and various implementations on different mobile devices, OS platforms and software clients it is very hard to get a complete view of what features are supported on a given device. Even if the mobile device is running a specific OS platform, the OEM, and mobile operator (especially here in North America) can decide to make specific changes.</font></font></p>
<p><font face="Arial"><font style="font-size: 10pt">I have found several references that may help, but all will obviously become out of date as new platform versions, software and devices come out.</font></font></p>
<p><font face="Arial"><font style="font-size: 10pt">I take no responsibility for their accuracy or the content. All information should always be tested on the devices you have on hand. I also apologize if the links become dead after a given amount of time, please ping me and I can update.</font></font></p>
<table style="border-collapse: separate" cellspacing="0" cellpadding="2">
<tbody>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><span><font face="Arial"><font style="font-size: 12pt"><u>Name</u></font></font></span></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><span><font face="Arial"><font style="font-size: 12pt"><u>Hyperlink</u></font></font></span></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><span><font face="Arial"><font style="font-size: 12pt"><u>Comment</u></font></font></span></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px">
<p><a></a></p>
<p><font face="Arial"><font style="font-size: 12pt">Comparison of Exchange ActiveSync Clients</font></font></p>
</td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px">
<p><a></a></p>
<p><a href="http://en.wikipedia.org/wiki/Comparison_of_Exchange_ActiveSync_Clients" target="_blank"><span><font face="Arial"><font style="font-size: 12pt" color="#006ff7"><u>Link</u></font></font></span></a></p>
</td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Updated by the “public” on Wikipedia, has Android 3.0.</font></font></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px">
<p><font face="Arial"><font style="font-size: 12pt">Exchange ActiveSync Client Comparison Table</font></font></p>
</td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><a href="http://social.technet.microsoft.com/wiki/contents/articles/exchange-activesync-client-comparison-table.aspx" target="_blank"><span><font face="Arial"><font style="font-size: 12pt" color="#006ff7"><u>Link</u></font></font></span></a></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Updated table posted on Microsoft TechNet. Please notice the </font></font><font style="font-size: 12pt"><a href="http://www.nitrodesk.com/TouchDown.aspx" target="_blank"><span><font color="#006ff7" face="Arial"><u>Nitrodesk Touchdown</u></font></span></a><font face="Arial"> comparison. This can close many gaps on Android devices and also supported by </font><a href="http://www.nitrodesk.com/mdm.aspx" target="_blank"><span><font color="#006ff7" face="Arial"><u>MDM vendors</u></font></span></a></font><font face="Arial"><font style="font-size: 12pt">.</font></font></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Android and iPhone Exchange Activesync Policies</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><a href="http://refraction.co.uk/blog/2010/07/19/android-and-iphone-exchange-activesync-policies/" target="_blank"><span><font face="Arial"><font style="font-size: 12pt" color="#006ff7"><u>Link</u></font></font></span></a></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Nice listing by Tom Basham in the UK. Points out some problems with the Wikipedia comparison on the CALs.</font></font></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Android 2.2 and ActiveSync policies – a complete guide that works</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><a href="http://www.sysadminlab.net/activesync/android-2-2-and-activesync-policies-a-complete-guide-what-works" target="_blank"><span><font face="Arial"><font style="font-size: 12pt" color="#006ff7"><u>Link</u></font></font></span></a></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Only using a HTC Desire running Android 2.2 on Exchange 2007 SP1. But great play by play.</font></font></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">iPhone OS 4 and EAS – what really works?</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><a href="http://www.sysadminlab.net/activesync/iphone-os-4-and-exchange-activesync-policies-what-really-works" target="_blank"><span><font face="Arial"><font style="font-size: 12pt" color="#006ff7"><u>Link</u></font></font></span></a></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Only using an iPhone running iOS 4.2 on Exchange 2007 SP1. But another great play by play of all the policies.</font></font></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">More on Windows Phone 7 Security Policies</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><a href="http://refraction.co.uk/blog/2010/11/23/more-on-windows-phone-7-security-policies/" target="_blank"><span><font face="Arial"><font style="font-size: 12pt" color="#006ff7"><u>Link</u></font></font></span></a></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Brief review from Tom Basham of the Windows Phone 7 related security policies.</font></font></td>
</tr>
<tr>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Exchange ActiveSync Considerations When Using Windows Phone 7 Clients</font></font></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><a href="http://social.technet.microsoft.com/wiki/contents/articles/exchange-activesync-considerations-when-using-windows-phone-7-clients.aspx" target="_blank"><span><font face="Arial"><font style="font-size: 12pt" color="#006ff7"><u>Link</u></font></font></span></a></td>
<td style="border-bottom-style: none; padding-bottom: 2px; background-color: transparent; padding-left: 2px; padding-right: 2px; padding-top: 2px"><font face="Arial"><font style="font-size: 12pt">Detailed TechNet article on Windows Phone 7 supported features by Henrik Walther.</font></font></td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>This excellent chart was posted by Marco Nielsen at <a title="http://www.myitforum.com/absolutenm/templates/Articles.aspx?articleid=22540&amp;zoneid=100" href="http://www.myitforum.com/absolutenm/templates/Articles.aspx?articleid=22540&amp;zoneid=100">http://www.myitforum.com/absolutenm/templates/Articles.aspx?articleid=22540&amp;zoneid=100</a></p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/android-update-gives-more-features-with-exchange-eas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>White House wants to impose tougher penalties for software piracy</title>
		<link>http://blog.korteksolutions.com/white-house-wants-to-impose-tougher-penalties-for-software-piracy/</link>
		<comments>http://blog.korteksolutions.com/white-house-wants-to-impose-tougher-penalties-for-software-piracy/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 21:12:00 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Software Piracy]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/white-house-wants-to-impose-tougher-penalties-for-software-piracy/</guid>
		<description><![CDATA[<p><p></p>
<p>The White House is currently reviewing a new set of much tougher laws for software piracy, including jail time of up to 20 years. There are several other items in this list of recommendations that do not pertain to software, like drug offenses, but all fall in the intellectual property category. If you want to [...]</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.korteksolutions.com/wp-content/uploads/White-House_1E65/image.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/White-House_1E65/image_thumb.png" width="244" height="239" /></a></p>
<p>The White House is currently reviewing a new set of much tougher laws for software piracy, including jail time of up to 20 years. There are several other items in this list of recommendations that do not pertain to software, like drug offenses, but all fall in the intellectual property category. If you want to see what these new limits are about take a look at <a title="http://www.whitehouse.gov/sites/default/files/ip_white_paper.pdf" href="http://www.whitehouse.gov/sites/default/files/ip_white_paper.pdf">http://www.whitehouse.gov/sites/default/files/ip_white_paper.pdf</a>&#160;</p>
<p>I am pretty sure this one will get signed into law. This is a good thing, as software piracy hurts everyone. </p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/white-house-wants-to-impose-tougher-penalties-for-software-piracy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The User accounts cannot be added into GroupPolicy &#8216;AllSBSUsers&#8217; SBS 2011</title>
		<link>http://blog.korteksolutions.com/the-user-accounts-cannot-be-added-into-grouppolicy-allsbsusers-sbs-2011/</link>
		<comments>http://blog.korteksolutions.com/the-user-accounts-cannot-be-added-into-grouppolicy-allsbsusers-sbs-2011/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 06:49:42 +0000</pubDate>
		<dc:creator>Lyle Epstein</dc:creator>
				<category><![CDATA[SBS 2011]]></category>

		<guid isPermaLink="false">http://blog.korteksolutions.com/?p=263</guid>
		<description><![CDATA[<p><p>I began seeing this error on a migrated SBS 2011 Standard server in the event log Microsoft-Windows-Small Business Server/Operational section</p>
<p>&#160;</p>
<p></p>
<p>&#160;</p>
<p></p>
<p>In order to identify what originally happened in the migration, I went to C:\Program Files\Windows Small Business Server\Logs and viewed errors.log file. In this file, it showed ConfigureGP: Windows Small Business Server group policies cannot be [...]</p><p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></description>
			<content:encoded><![CDATA[<p>I began seeing this error on a migrated SBS 2011 Standard server in the event log <strong>Microsoft-Windows-Small Business Server/Operational section</strong></p>
<p>&#160;</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/The-User-accounts-cannot-be-added-into-G_13F72/image_3.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/The-User-accounts-cannot-be-added-into-G_13F72/image_thumb_3.png" width="539" height="111" /></a></p>
<p>&#160;</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/The-User-accounts-cannot-be-added-into-G_13F72/image_4.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/The-User-accounts-cannot-be-added-into-G_13F72/image_thumb_4.png" width="523" height="372" /></a></p>
<p>In order to identify what originally happened in the migration, I went to <strong>C:\Program Files\Windows Small Business Server\Logs</strong> and viewed <strong>errors.log</strong> file. In this file, it showed<strong> ConfigureGP: Windows Small Business Server group policies cannot be configured</strong>. This was a good clue that this part of the migration got messed up. It is quite similar to the issue talked about on the official SBS Blog site</p>
<h6><font color="#4f81bd">How to Manually Create the SBS 2008 and WSUS Group Policies Objects </font><font color="#000000">at <a title="http://blogs.technet.com/b/sbs/archive/2009/09/03/how-to-manually-create-the-sbs-2008-and-wsus-group-policies-objects.aspx" href="http://blogs.technet.com/b/sbs/archive/2009/09/03/how-to-manually-create-the-sbs-2008-and-wsus-group-policies-objects.aspx">http://blogs.technet.com/b/sbs/archive/2009/09/03/how-to-manually-create-the-sbs-2008-and-wsus-group-policies-objects.aspx</a>&#160;</font></h6>
<p>To fix the issue, follow the instructions on that site <strong>except</strong> the difference here is that this is a SBS 2011 server and that blog entry was written for SBS 2008. Instead of using the file <strong>gpofix.txt</strong> that is listed on that site, use the updated SBS 2011 file you can download here </p>
<p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:FF7EC618-8FBE-49a5-B908-2339AF2ABCDF:aec49af6-905c-446a-b619-1dc068eeafb7" class="wlWriterEditableSmartContent">
<div>Download File &#8211; <a href="http://blog.korteksolutions.com/wp-content/uploads/The-User-accounts-cannot-be-added-into-G_13F72/gpofix.zip" target="_self">gpofix</a></div>
</div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:fb3a1972-4489-4e52-abe7-25a00bb07fdf:1c07af11-9e63-4cc8-b05a-ae32c2cd819c" class="wlWriterEditableSmartContent">
<p> <a href="http://blog.korteksolutions.com/wp-content/uploads/The-User-accounts-cannot-be-added-into-G_13F72/gpofix.txt"></a></p>
</div>
<p>I suggest before doing this, to backup your GPO’s, WMI filters and delete these GPO’s and WMI filters as they will be recreated with this script. if you don’t know how to backup your GPO’s, check out this site <a title="http://www.petri.co.il/backing-up-group-policy-objects.htm" href="http://www.petri.co.il/backing-up-group-policy-objects.htm">http://www.petri.co.il/backing-up-group-policy-objects.htm</a>&#160;</p>
<p>When you run this updated script, it will create the following Group Policies objects</p>
<ul>
<li>Windows SBS Client – Windows 7 and Windows Vista Policy</li>
<li>Windows SBS Client – Windows XP Policy</li>
<li>Windows SBS Client Policy</li>
<li>Windows SBS CSE Policy </li>
<li>Windows SBS Users Policy</li>
</ul>
<p>In addition, 3 WMI filters will be created</p>
<ul>
<li>Windows SBS Client</li>
<li>Windows SBS Client &#8211; Windows 7 and Windows Vista</li>
<li>Windows SBS Client &#8211; Windows XP</li>
</ul>
<p>Everything else on the Official SBS Blog site is the same. To confirm that it was applied correctly, take a look at your Group Policy Manager and you will see the newly created ones with the current date and time.</p>
<p><a href="http://blog.korteksolutions.com/wp-content/uploads/The-User-accounts-cannot-be-added-into-G_13F72/image_5.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://blog.korteksolutions.com/wp-content/uploads/The-User-accounts-cannot-be-added-into-G_13F72/image_thumb_5.png" width="494" height="83" /></a></p>
<p>Of course if you want to see even more details, open the file <strong>GPOTask.log</strong> at <strong>C:\Program Files\Windows Small Business Server\Logs </strong>and you can see each action that was taken. If you are not aware of this folder and logs, it is one of the standard places I look on a SBS 2008 or SBS 2011 server when troubleshooting SBS related issues.</p>
<p>Lyle Epstein
Kortek Solutions
<a href="http://blog.korteksolutions.com">Lyle Epstein's Systems Engineer Blog</a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.korteksolutions.com/the-user-accounts-cannot-be-added-into-grouppolicy-allsbsusers-sbs-2011/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

