<?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>Ward Vissers</title>
	<atom:link href="http://www.wardvissers.nl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wardvissers.nl</link>
	<description>Things About Microsoft &#38; Exchange &#38; VMware</description>
	<lastBuildDate>Wed, 01 Feb 2012 19:42:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Enable TPM devices on HP Laptops trough MDT</title>
		<link>http://www.wardvissers.nl/2012/02/01/enable-tpm-devices-on-hp-laptops-trough-mdt/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enable-tpm-devices-on-hp-laptops-trough-mdt</link>
		<comments>http://www.wardvissers.nl/2012/02/01/enable-tpm-devices-on-hp-laptops-trough-mdt/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 19:42:56 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2010]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1408</guid>
		<description><![CDATA[Yes, It can be done and it is pretty simple to. Here is what you need and how you should do it. Basically, the only thing you need is “BiosConfigUtility.EXE” and a text file with settings in it, add that &#8230; <a href="http://www.wardvissers.nl/2012/02/01/enable-tpm-devices-on-hp-laptops-trough-mdt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yes, It can be done and it is pretty simple to. Here is what you need and how you should do it. Basically, the only thing you need is “BiosConfigUtility.EXE” and a text file with settings in it, add that to the TS and it will work like a charm, <img src='http://www.wardvissers.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong><em>Step One – Get the utility</em></strong></p>
<p>The utility is a part of HP’s SSM (SP49507), SSM stands for “HP System Software Manager” and version I have been playing with is 2.14 Rev A. Download that from the <a>ftp://ftp.hp.com/pub/softpaq/sp49501-50000/sp49507.exe</a> and if you need to see if your PC is in the list, check <a>ftp://ftp.hp.com/pub/softpaq/sp49501-50000/sp49507.html</a></p>
<p><strong><em>Step Two – Create the file</em></strong></p>
<p>This is how the file should look like and it should have the name TPMEnable.REPSET</p>
<p><a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_440B05CA.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_5FAF91C0.png" width="644" height="316" /></a></p>
<p>If you look at the picture, you can see that in every section there is a *. That is our default value that will be pushed into the bios.</p>
<p><strong><em>Step Three – Create a Command and verify that it works</em></strong></p>
<p>Now, be a bit careful, TPM is a security device and if you look your self out, it could be “tricky” to get back, so now you have been notified at least. So, we need a command to set all this and also to set a BIOS password and here it is:</p>
<p>BIOSConfigUtility /SetConfig:TPMEnable.REPSET /NewAdminPassword:&quot;Password1&quot; </p>
<p>So, if you take the BIOSConfigUtility.exe and TPMEnable.REPSET and put them in the same folder and run the command (elevated) with a password that is better then mine and then reboot the machine, you will see that it is going to enable the TPM chip and now you can just enable BitLocker on the machine.</p>
<p><strong><em>Step Four – Getting stuff into the TS</em></strong></p>
<p>Now, this can be done in different ways, one is to create a Script, or a batch file or an MDT Application. The reason for me to have an application, is very simple. When I work at customers I create a lot of “things”, if they are applications, they are pretty easy to copy inside the deployment workbench, from my personal Deployment share to the customers and vice versa. I like drag and drop, it makes life more…relaxed…:-) One other story, if they are applications, you could use the “MandatoryApplications001=” in CS.ini</p>
<p>So this is how it looks in my Task Sequence</p>
<p><a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_11A7324B.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_517118D0.png" width="591" height="484" /></a> <a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_783F2F10.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_38091596.png" width="593" height="484" /></a></p>
<p>(No, sorry, my password for TPM is not 111-something, trust my…)</p>
<p>Now when I have the application I can open my Task Sequence and modify that like this:</p>
<p><a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_77D2FC1B.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_7E86059E.png" width="545" height="484" /></a> <a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_295E69B1.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_223F2D39.png" width="547" height="484" /></a></p>
<p>In the first picture you can see that I have added the application called “CUSTOM – Hewlett-Packard – BIOS Configuration” and in the other picture you can see that I have one condition to run this and that is same condition as the task “Enable Bitlocker” has.</p>
<p>So, that was pretty easy, right <img src='http://www.wardvissers.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong><em>Step Five – some more things…</em></strong></p>
<p>Configure BitLocker:</p>
<p><a href="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_30117334.png"><img title="image" border="0" alt="image" src="http://itbloggen.se/cs/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/micke/image_5F00_thumb_5F00_41EE0701.png" width="543" height="484" /></a></p>
<p>This is my settings (also default)</p>
<p>Just one small thing. Modify/Set this BDEKeyLocation= to something, otherwise the keyfile ends up locally on the c: drive…:-)</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Enable+TPM+devices+on+HP+Laptops+trough+MDT+http%3A%2F%2Ftinyurl.com%2F7bth3pg" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/02/01/enable-tpm-devices-on-hp-laptops-trough-mdt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rollup 6 for Exchange Server 2007 SP3.</title>
		<link>http://www.wardvissers.nl/2012/01/28/rollup-6-for-exchange-server-2007-sp3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rollup-6-for-exchange-server-2007-sp3</link>
		<comments>http://www.wardvissers.nl/2012/01/28/rollup-6-for-exchange-server-2007-sp3/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:27:26 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1403</guid>
		<description><![CDATA[Earlier today the Exchange team released Update Rollup 6 for Exchange Server 2007 SP3. De following list calls out the most important fixes which are included in this release: 22656040 An Exchange Server 2007 Client Access server may respond slowly &#8230; <a href="http://www.wardvissers.nl/2012/01/28/rollup-6-for-exchange-server-2007-sp3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Earlier today the Exchange team released <a href="http://www.microsoft.com/download/en/details.aspx?id=28751">Update Rollup 6 for Exchange Server 2007 SP3</a>.</p>
<p>De following list calls out the most important fixes which are included in this release: </p>
<p><a href="http://support.microsoft.com/kb/2656040/">22656040</a> An Exchange Server 2007 Client Access server may respond slowly or stop responding when users try to synchronize the Exchange ActiveSync devices with their mailboxes </p>
<p><a href="http://support.microsoft.com/kb/2498852/">2498852</a> &quot;0&#215;80041606&quot; error message when you perform a prefix search by using Outlook in online mode in an Exchange Server 2007 environment </p>
<p><a href="http://support.microsoft.com/kb/2653334/">22653334</a> The reseed process is unsuccessful on the SCR passive node when the circular logging feature is enabled in an Exchange Server 2007 environment </p>
<p><a href="http://support.microsoft.com/kb/2617784/">22617784</a> Journal reports are expired or lost when the Microsoft Exchange Transport service is restarted in an Exchange Server 2007 environment </p>
<p><a href="http://support.microsoft.com/kb/2289607">2289607</a> The week numbers displayed in OWA do not match the week numbers displayed in Outlook for English users and French users in an Exchange Server 2007 environment</p>
<h5><font style="font-weight: normal" face="Verdana">For the complete list check </font><a title="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2608656" href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;2608656"><font style="font-weight: normal" face="Verdana">HERE</font></a></h5>
<h5><font face="Verdana">General Notes:</font></h5>
<p>Note for Forefront Protection for Exchange users For those of you running Forefront Protection for Exchange, be sure you perform these important steps from the command line in the Forefront directory before and after this rollup&#8217;s installation process. Without these steps, Exchange services for Information Store and Transport will not start after you apply this update. Before installing the update, disable ForeFront by using this command: fscutility /disable. After installing the update, re-enable ForeFront by running fscutility /enable.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Rollup+6+for+Exchange+Server+2007+SP3.+http%3A%2F%2Ftinyurl.com%2F73o6n58" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/28/rollup-6-for-exchange-server-2007-sp3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup KMS Server for Windows Server 2008 R2 or Windows 7</title>
		<link>http://www.wardvissers.nl/2012/01/24/setup-kms-server-for-windows-server-2008-r2-or-windows-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setup-kms-server-for-windows-server-2008-r2-or-windows-7</link>
		<comments>http://www.wardvissers.nl/2012/01/24/setup-kms-server-for-windows-server-2008-r2-or-windows-7/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 01:56:56 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[2008 R2]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1401</guid>
		<description><![CDATA[Open the command prompt and run the following command: cscript c: \ Windows \ System32 \ slmgr.vbs / ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx Enter the product key xxxxx Windows Server 2008 R2. It is also able to activate Windows 7. The following text &#8230; <a href="http://www.wardvissers.nl/2012/01/24/setup-kms-server-for-windows-server-2008-r2-or-windows-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Open the command prompt and run the following command:</p>
<p>cscript c: \ Windows \ System32 \ slmgr.vbs / ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx</p>
<p>Enter the product key xxxxx Windows Server 2008 R2. It is also able to activate Windows 7. The following text appears when the command is successful.</p>
<p>Microsoft ® Windows Script Host Version 5.7<br />
Copyright © Microsoft Corporation. All rights reserved.<br />
Installed product key xxxxx-xxxxx-xxxxx-xxxxx-xxxxx successfully.<br />
The installation of the KMS server is complete. The server installs itself on port 1688. This port must be opened to be put in the firewall. To change the port the following command can be used.</p>
<p>Slmgr.vbs / SPRT xxxx<br />
Once the firewall is open and the key is installed, the KMS server service has to be restarted. Do this by using the following command:</p>
<p>slsvc &amp; net stop &amp; net start slsvc</p>
<p>To check whether the data will be registered correctly in the DNS, the following command:</p>
<p>nslookup-type = srv _vlmcs._tcp</p>
<p>Here, the following output should appear:</p>
<p>_vlmcs._tcp.test.local SRV service location:<br />
priority = 0<br />
weight = 0<br />
port = 1688<br />
svr hostname = kms.wardvissers.local<br />
internet address = 192.168.150.7 kms.wardvissers.local</p>
<p>Clients / Servers</p>
<p>The clientele / servers need to connect to the KMS host will automatically find the host by dns. When the client / server using a MAK key is activated. Should this be put back to a KMS client key. These keys are released by Microsoft. When this key is set on the client / server will automatically look for a KMS host. When not present, the client / server activation.</p>
<p>KMS client keys:</p>
<p>Windows 7 Enterprise: 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH<br />
Windows Server 2008 Standard: TM24T-X9RMF-VWXK6-X8JC9-BFGM2<br />
Windows Server 2008 Enterprise: YQGMW-MPWTJ-34KDK-48M3W-X4Q6V<br />
Windows Server 2008 R2 Standard &#8211; YC6KT-GKW9T-YTKYR-T4X34-R7VHC<br />
Windows Server 2008 R2 Enterprise &#8211; 489J6-VHDMP-X63PK-3K798-CPX3Y</p>
<p>The following commands can the key be changed from MAK to KMS here are the xxxxx is one of the above keys.</p>
<p>slmgr.vbs / ipk xxxxx-xxxxx-xxxxx-xxxxx-xxxxx<br />
Note: To ensure that the client is forced to activate the command to be executed on the client.<br />
slmgr-ato</p>
<p>It can happen that the RMS server returns the following message. This is because the KMS server is just beginning to work with 25 clients and 5 servers.</p>
<p>You can find here the list with error codes &amp; solutions: <a title="http://support.microsoft.com/kb/938450" href="http://support.microsoft.com/kb/938450">http://support.microsoft.com/kb/938450</a></p>
<p>Special thanks to:<a href="http://www.harmhoekstra.nl/kb/entry/41/">Harm Hoekstra</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Setup+KMS+Server+for+Windows+Server+2008+R2+or+Windows+7+http%3A%2F%2Ftinyurl.com%2F89pzenj" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/24/setup-kms-server-for-windows-server-2008-r2-or-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Public Folder Migration from Exchange 2003 or 2007 to Exchange 2010</title>
		<link>http://www.wardvissers.nl/2012/01/23/public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010</link>
		<comments>http://www.wardvissers.nl/2012/01/23/public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 20:22:29 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1399</guid>
		<description><![CDATA[Step 1: Replicating Exchange 2003 or 2007&#160; PF&#8217;s to Exchange 2010 Add PF replica&#8217;s to an Exchange 2010 Server: .\AddReplicaToPFRecursive.ps1 -server &#34;Exchange 2003/2007 Server&#34; -TopPublicFolder &#34;\&#34; -ServerToAdd &#34;Exchange 2010 Server&#34; Replicate the System Folders to an Exchange 2010 Server: .\AddReplicaToPFRecursive.ps1 &#8230; <a href="http://www.wardvissers.nl/2012/01/23/public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h5>Step 1: Replicating Exchange 2003 or 2007&#160; PF&#8217;s to Exchange 2010</h5>
<p><strong>Add PF replica&#8217;s to an Exchange 2010 Server:</strong>     </p>
<p>.\AddReplicaToPFRecursive.ps1 -server &quot;Exchange 2003/2007 Server&quot; -TopPublicFolder &quot;\&quot; -ServerToAdd &quot;Exchange 2010 Server&quot;     <br /><b></b></p>
<p><b>Replicate the System Folders to an Exchange 2010 Server:      <br /></b>    <br />.\AddReplicaToPFRecursive.ps1 -TopPublicFolder &quot;\NON_IPM_Subtree&quot; -ServerToAdd &quot;exchange2010 server”</p>
<p>If you are planning to have multiple Exchange 2010 PF servers, you can repeat the Cmdlet</p>
<p>From the Exchange 2010 server: Update-PublicFolderHierarchy -Server &quot;Exchange 2010 Server&quot;</p>
<h4>Step 2: Moving Exchange 2003/2007 PF&#8217;s to Exchange 2010 </h4>
<p>As a last step, after you confirmed that all the PF have been replicated to the Exchange 2010, you can move all replicas from Exchange 2003/2007 to Exchange 2010. The &quot;move all replicas&quot; will actually remove the Exchange 2003/2007 replicas.</p>
<p><strong>To move all Exchange 2003/2007 replicas to Exchange 2010, which will actually remove the Exchange 2003/2007 replicas:</strong> </p>
<p>.\MoveAllReplicas.ps1 -Server &quot;Exchange 2003 Server&quot; -NewServer &quot;Exchange 2010 Server&quot;</p>
<h4>Additional Cmdlets</h4>
<p>To view a list of the replicas in the public folder hierarchy: Get-PublicFolder -recurse |fl name,replicas</p>
<p>For System Folders: Get-PublicFolder -recurse \non_ipm_subtree |fl name, replicas</p>
<p>To compare content replicated between the source and destination servers: Get-PublicFolderStatistics </p>
<h4>Reference</h4>
<p>Move Public Folder Content from One Public Folder Database to Another Public Folder Database &#8211; <a href="http://technet.microsoft.com/en-us/library/bb331970.aspx">http://technet.microsoft.com/en-us/library/bb331970.aspx</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Public+Folder+Migration+from+Exchange+2003+or+2007+to+Exchange+2010+http%3A%2F%2Ftinyurl.com%2F7zopa7p" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/23/public-folder-migration-from-exchange-2003-or-2007-to-exchange-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 Outlook Mobile Update</title>
		<link>http://www.wardvissers.nl/2012/01/20/exchange-2010-outlook-mobile-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-2010-outlook-mobile-update</link>
		<comments>http://www.wardvissers.nl/2012/01/20/exchange-2010-outlook-mobile-update/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 07:30:13 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1396</guid>
		<description><![CDATA[This guide was created to help you deploy the new Outlook Mobile update for the Windows Mobile 6.1 devices that connect to your Exchange 2010 servers. This guide focuses on Microsoft Exchange Server 2010 RTM &#38; SP1 &#38; SP2 and &#8230; <a href="http://www.wardvissers.nl/2012/01/20/exchange-2010-outlook-mobile-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This guide was created to help you deploy the new Outlook Mobile update for the Windows Mobile 6.1 devices that connect to your Exchange 2010 servers. This guide focuses on Microsoft Exchange Server 2010 RTM &amp; SP1 &amp; SP2 and Windows Mobile 6.1, and covers the following topics:</p>
<p>· Overview</p>
<p>· How to configure your Exchange 2010 for the Outlook Mobile update</p>
<p>· Details about the Outlook Mobile update </p>
<p>· How to get support for Outlook Mobile updates</p>
<p>· How to subscribe for future updates</p>
<h3>Overview</h3>
<p>First, we&#8217;ll review the overall update experience that&#8217;s built into Exchange 2010.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image002.jpg"><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="clip_image002" border="0" alt="clip_image002" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image002_thumb.jpg" width="529" height="396" /></a></p>
<p>As part of the Outlook Mobile update, users will receive an update notification in an e-mail message in their Inbox. The purpose of this message is to inform them that there&#8217;s an Outlook Mobile update for their phone.</p>
<p>The message will instruct the user to click an inline link. This prompts the phone to download the Initial Setup CAB. After the Initial Setup CAB is installed, it will check for available updates specific to the user’s device type.</p>
<p>Next, if an Outlook Mobile update is available, it will be downloaded and installed. The user will receive a notification message that tells them they need to restart their device. After the device is restarted, it will resynchronize the data (e-mail, calendar, contacts, and tasks) with the Exchange server so it will be compatible with the new format of Exchange Server 2010. After that synchronization is complete, the user will be ready to experience the new features in the Outlook Mobile update.</p>
<h3>How to Configure Your Exchange 2010 Server for the Outlook Mobile Update</h3>
<p>Now that you understand the tasks that the Outlook Mobile update performs, we’ll cover how to configure your Exchange server so that your users who have Windows Mobile 6.1 devices will receive the update notification e-mail message.</p>
<h6>How to determine whether a user will receive the update notification e-mail message</h6>
<p>The update notification e-mail message will be sent to the user’s device if the following conditions are true:</p>
<p>· The user’s mailbox is on a server running Exchange Server 2010.</p>
<p>· The Exchange ActiveSync mailbox policy parameter <b>AllowMobileOTAUpdate</b> is set to <b>$True</b>.</p>
<p>· The Windows Mobile OS version is 6.1. To check which version the device is running, from the Help About screen, look for the OS and Windows Mobile 6.1 build number (Start &gt; Settings &gt; System &gt; About). You should see Windows OS = “Windows CE 5.2”, and the Windows mobile build should be between 19202 and 21142.</p>
<h6>AllowMobileOTAUpdate</h6>
<p>The <b>AllowMobileOTAUpdate</b> setting is one of the standard Exchange ActiveSync mailbox policy settings. This is the main setting that determines whether the update notification e-mail message is sent to the device. </p>
<p>The default value for the <b>AllowMobileOTAUpdate</b> parameter is enabled (<b>$True</b>). To confirm that your Exchange ActiveSync mailbox policy has this setting enabled, follow these steps:</p>
<p>1. Check which policy the user is assigned to by running the following command.</p>
<p>Get-CasMailbox &lt;user&gt; | fl ActiveSyncMailboxPolicy</p>
<p>In the preceding example, the result is the following.</p>
<p>ActiveSyncMailboxPolicy : Default</p>
<p>2. Check that the policy returned in the preceding step has the <b>AllowMobileOTAUpdate</b> setting enabled by running the following command.</p>
<p>Get-ActiveSyncMailboxPolicy Default | fl AllowMobileOTAUpdate</p>
<p>If the AllowMobileOTAUpdate setting is set to $True, the following will be returned.</p>
<p>AllowMobileOTAUpdate : True</p>
<h3>Details About the Outlook Mobile Update</h3>
<p>The following section covers the end user experience for the Outlook Mobile update. The update notification e-mail message the user receives will look like this.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image004.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image004" border="0" alt="clip_image004" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image004_thumb.png" width="215" height="244" /></a></p>
<p>The user can click the first link in the message to start the download. This downloads the initial setup CAB, which is necessary to find the appropriate Outlook Mobile update for that user’s device.</p>
<p>Next, the user will see a URL Confirmation page that informs them that they’re being taken to a Web site. The user should click <b>Yes</b> to continue. Clicking <b>No</b> will cancel the update process.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image006.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image006" border="0" alt="clip_image006" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image006_thumb.png" width="192" height="244" /></a></p>
<p>After the file begins downloading, the user will be asked if they want to open the file, save it to a location, or click Cancel. The user should click <b>Yes</b> to continue opening the file, making sure that the open file after download box is selected.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image008.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image008" border="0" alt="clip_image008" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image008_thumb.png" width="199" height="244" /></a></p>
<p>The next screen they’ll see is the progress bar that shows that the initial setup CAB is being downloaded and installed<b>.</b></p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image010.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image010" border="0" alt="clip_image010" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image010_thumb.png" width="200" height="244" /></a></p>
<p>The initial setup CAB finds the appropriate Outlook Mobile update for the user’s specific device. After the initial setup CAB is installed, it connects to the Outlook Mobile Update Service to find the update. If an update is found, the user will be asked if they want to download the Outlook Mobile update. The user should select <b>Yes</b> to download and install the update. </p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image012.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image012" border="0" alt="clip_image012" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image012_thumb.png" width="205" height="244" /></a><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image014.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image014" border="0" alt="clip_image014" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image014_thumb.png" width="208" height="244" /></a></p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image016.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image016" border="0" alt="clip_image016" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image016_thumb.png" width="208" height="244" /></a><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image018.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image018" border="0" alt="clip_image018" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image018_thumb.png" width="205" height="244" /></a></p>
<p>After the Outlook Mobile update has been installed, the user needs to restart their device to ensure that all new Outlook Mobile files loaded correctly.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image020.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image020" border="0" alt="clip_image020" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image020_thumb.png" width="207" height="244" /></a></p>
<p>After the user restarts their device, they’re presented with a warning message that informs them that they need to resynchronize their data with Exchange. This is necessary because the existing format of the synchronized data isn’t compatible with the new features built into Exchange Server 2010. The user should click <b>Yes</b> in this warning message box.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image022.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image022" border="0" alt="clip_image022" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image022_thumb.png" width="206" height="244" /></a></p>
<p>Occasionally, a user may see the following error, which can appear when the resynchronization hasn’t yet occurred. The user will need to manually resync their data with Exchange.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image024.png"><img style="background-image: none; border-right-width: 0px; margin: 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="clip_image024" border="0" alt="clip_image024" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image024_thumb.png" width="206" height="244" /></a></p>
<h3>How to Subscribe for Future Updates</h3>
<p>There may be updates available for your users’ Windows Mobile 6.1 phones in the future. The Outlook Mobile update package will ask users if they would like Outlook Mobile to automatically check for updates on a regular schedule. Users should click <b>Yes</b> to automatically check for updates and receive notification when new updates are available.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image026.jpg"><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="clip_image026" border="0" alt="clip_image026" src="http://www.wardvissers.nl/wp-upload/a56917e61d53_13B3E/clip_image026_thumb.jpg" width="200" height="244" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+2010+Outlook+Mobile+Update+http%3A%2F%2Ftinyurl.com%2F7u8dx5l" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/20/exchange-2010-outlook-mobile-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rollup 1 for Forefront Threat Management Gateway (TMG) 2010 Service Pack 2</title>
		<link>http://www.wardvissers.nl/2012/01/19/rollup-1-for-forefront-threat-management-gateway-tmg-2010-service-pack-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rollup-1-for-forefront-threat-management-gateway-tmg-2010-service-pack-2</link>
		<comments>http://www.wardvissers.nl/2012/01/19/rollup-1-for-forefront-threat-management-gateway-tmg-2010-service-pack-2/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 10:50:44 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Forefront]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[TMG]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1394</guid>
		<description><![CDATA[Microsoft released Rollup 1 for Forefront Threat Management Gateway (TMG) 2010 Service Pack 2. Issues that are fixed in this rollup package: 2654016 A client may be unsuccessful in accessing a Java SSO application published to the web in a &#8230; <a href="http://www.wardvissers.nl/2012/01/19/rollup-1-for-forefront-threat-management-gateway-tmg-2010-service-pack-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft released Rollup 1 for Forefront Threat Management Gateway (TMG) 2010 Service Pack 2.</p>
<h1>Issues that are fixed in this rollup package:</h1>
<p><a href="http://support.microsoft.com/kb/2654016">2654016</a> A client may be unsuccessful in accessing a Java SSO application published to the web in a Threat Management Gateway 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2653703">2653703</a> You receive an &quot;Error: Subreport could not be shown&quot; error message in the User Activity or Site Activity report in a Forefront Threat Management Gateway 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2654585">2654585</a> UDP packets may become backlogged when you increase the &quot;Maximum concurrent UDP sessions per IP address&quot; setting in a Forefront Threat Management Gateway 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2624178">2624178</a> Threat Management Gateway 2010 administrators may be unable to generate reports</p>
<p><a href="http://support.microsoft.com/kb/2636183">2636183</a> Both sides of a TCP connection are closed when the client or remote application half-closes the TCP connection in a Forefront Threat Management Gateway 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2653669">2653669</a> Summary information for the Top Overridden URLs table and for the Top Rule Override Users table display incorrect information in a Forefront Threat Management Gateway 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2617060">2617060</a> Forefront TMG 2010 enables L2TP site-to-site connections in RRAS</p>
<p><a href="http://support.microsoft.com/kb/2655951">2655951</a> Japanese characters in the subject line of an Alert email message are not readable in the Japanese version of Forefront Threat Management Gateway 2010</p>
<p><a href="http://support.microsoft.com/kb/2654068">2654068</a> &quot;The Web Listener is not configured to use SSL&quot; warning message may occur when you configure a Web Listener to use a valid SSL certificate in a Forefront Threat Management Gateway 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2654193">2654193</a> You receive a &quot;Bad Request&quot; error message when you try to access Outlook Web App in a Forefront Threat Management Gateway 2010 environment</p>
<p><a href="http://support.microsoft.com/kb/2654074">2654074</a> String comparison may become case-sensitive when you publish a website by using Forefront Threat Management Gateway 2010</p>
<p><a href="http://support.microsoft.com/kb/2658903">2658903</a> The Forefront Threat Management Gateway Firewall service (Wspsrv.exe) may crash frequently for a published website secured by SSL after you install Service Pack 2</p>
<p>Note that along the lines of products like Exchange, cumulative updates for ForeFront TMG are now also called Rollup instead of Software Update or Update.</p>
<p>You can request ForeFront TMG SP2 RU1 directly from support <a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2649961&amp;kbln=en-us">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Rollup+1+for+Forefront+Threat+Management+Gateway+%28TMG%29+2010+Service+Pack+2+http%3A%2F%2Ftinyurl.com%2F7p738s6" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/19/rollup-1-for-forefront-threat-management-gateway-tmg-2010-service-pack-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mail-enabled public folders stopped working after installing Exchange 2010 in existing Exchange 2003 or 2007 environment</title>
		<link>http://www.wardvissers.nl/2012/01/17/mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment</link>
		<comments>http://www.wardvissers.nl/2012/01/17/mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 11:48:51 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1392</guid>
		<description><![CDATA[I recently came across the following issue while performing an Exchange 2007 to Exchange 2010 migration for a company that still heavily utilised mail-enabled public folders. The client’s Exchange environment was quite old and had been previously migrated from Exchange &#8230; <a href="http://www.wardvissers.nl/2012/01/17/mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I recently came across the following issue while performing an Exchange 2007 to Exchange 2010 migration for a company that still heavily utilised mail-enabled public folders. The client’s Exchange environment was quite old and had been previously migrated from Exchange 5.5 to 2003 and hadn’t been properly decommissioned with the original move to 2007, but that’s another story!</p>
<h5>Issue</h5>
<p>The issue I had was that once I moved all receive connectors to the new Exchange 2010 server, emails sent to any of the mail-enabled public folders (which were still being replicated between the 2 servers) was being rejected with the following NDR:</p>
<blockquote><p>#&lt; #5.2.0 smtp;554 5.2.0 STOREDRV.Deliver.Exception:ObjectNotFoundException; Failed to process message due to a permanent exception with message The Active Directory user wasn’t found. ObjectNotFoundException: The Active Directory user wasn’t found.&gt; #SMTP#</p>
</blockquote>
<p>The following error was found in Event Viewer:</p>
<blockquote><p>Log Name: Application     <br />Source: MSExchange Store Driver      <br />Date: 7/09/2010 2:00:02 AM      <br />Event ID: 1020      <br />Task Category: MSExchangeStoreDriver      <br />Level: Error      <br />Keywords: Classic      <br />User: N/A      <br />Computer: server@domain      <br />Description:      <br />The store driver couldn’t deliver the public folder replication message “Folder Content (PublicFolderDatabase@domain)” because the following error occurred: The Active Directory user wasn’t found.</p>
</blockquote>
<h5>Solution</h5>
<p>Given this Exchange environment was originally running versions prior to Exchange 2007, the legacy Administrative Group and all its empty subcontainers still existed. An explanation from the Microsoft Exchange Team of why this issue occurs can be found here: <a href="http://msexchangeteam.com/archive/2010/05/05/454821.aspx">http://msexchangeteam.com/archive/2010/05/05/454821.aspx</a></p>
<p>The solution to this issue was to delete the empty Servers container from the legacy Administrative Group.</p>
<p>Using ADSIEdit.msc, connect to a domain controller and navigate to:</p>
<p>CN=Configuration , CN=Services, CN=Microsoft Exchange, CN=[ExchangeOrganisationName], CN=Administrative Groups, CN=[LegacyAdministrativeGroupName], CN=Servers.</p>
<p>Right click the Servers container and select Delete</p>
<p><a href="http://blog.samkendall.net/wp-content/uploads/2010/09/exch2010pf1.jpg"><img title="exch2010pf1" alt="" src="http://blog.samkendall.net/wp-content/uploads/2010/09/exch2010pf1.jpg" width="403" height="496" /></a></p>
<p>Click Yes</p>
<p><a href="http://blog.samkendall.net/wp-content/uploads/2010/09/exch2010pf2.jpg"><img title="exch2010pf2" alt="" src="http://blog.samkendall.net/wp-content/uploads/2010/09/exch2010pf2.jpg" width="313" height="145" /></a></p>
<p>Restart the Microsoft Exchange Active Directory Topology Service and the Microsoft Exchange Information Store on both the Exchange 2007 &amp; Exchange 2010 Servers</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=mail-enabled+public+folders+stopped+working+after+installing+Exchange+2010+in+existing+Exchange+2003+or+2007+e...+http%3A%2F%2Ftinyurl.com%2F6p48uya" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/17/mail-enabled-public-folders-stopped-working-after-installing-exchange-2010-in-existing-exchange-2003-or-2007-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer Stops Randomly when using TMG als proxy or Error 502 The number of HTTP requests per minute exceeded the configured limit.</title>
		<link>http://www.wardvissers.nl/2012/01/14/internet-explorer-stops-randomly-when-using-tmg-als-proxy-or-error-502-the-number-of-http-requests-per-minute-exceeded-the-configured-limit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internet-explorer-stops-randomly-when-using-tmg-als-proxy-or-error-502-the-number-of-http-requests-per-minute-exceeded-the-configured-limit</link>
		<comments>http://www.wardvissers.nl/2012/01/14/internet-explorer-stops-randomly-when-using-tmg-als-proxy-or-error-502-the-number-of-http-requests-per-minute-exceeded-the-configured-limit/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 13:52:44 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Forefront]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[TMG]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1390</guid>
		<description><![CDATA[Some users report that Internet stops Randomly. After investing i say the following error: ‘ On the TMG Management server I saw also the The number of HTTP requests per minute exceeded the configured limit. Solution: 1. Open TMG Management &#8230; <a href="http://www.wardvissers.nl/2012/01/14/internet-explorer-stops-randomly-when-using-tmg-als-proxy-or-error-502-the-number-of-http-requests-per-minute-exceeded-the-configured-limit/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some users report that Internet stops Randomly. After investing i say the following error:</p>
<p><a href="http://www.wardvissers.nl/wp-upload/Internet-Explorer-Stops-Randomly_E889/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://www.wardvissers.nl/wp-upload/Internet-Explorer-Stops-Randomly_E889/image_thumb.png" width="318" height="240" /></a>‘</p>
<p>On the TMG Management server I saw also the The number of HTTP requests per minute exceeded the configured limit.</p>
<p><strong>Solution:</strong></p>
<p>1. Open TMG Management Console</p>
<p><a href="http://www.wardvissers.nl/wp-upload/Internet-Explorer-Stops-Randomly_E889/clip_image001.jpg"><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="clip_image001" border="0" alt="clip_image001" src="http://www.wardvissers.nl/wp-upload/Internet-Explorer-Stops-Randomly_E889/clip_image001_thumb.jpg" width="530" height="282" /></a>     <br />2. Go Intrusion Prevention System</p>
<p>3. Flood Mitigation    <br /><a href="http://www.wardvissers.nl/wp-upload/Internet-Explorer-Stops-Randomly_E889/clip_image002.jpg"><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="clip_image002" border="0" alt="clip_image002" src="http://www.wardvissers.nl/wp-upload/Internet-Explorer-Stops-Randomly_E889/clip_image002_thumb.jpg" width="384" height="422" /></a></p>
<p>4. Click on the Edit button: The number of HTTP requests per minute exceeded the configured limit    <br /><a href="http://www.wardvissers.nl/wp-upload/Internet-Explorer-Stops-Randomly_E889/clip_image003.jpg"><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="clip_image003" border="0" alt="clip_image003" src="http://www.wardvissers.nl/wp-upload/Internet-Explorer-Stops-Randomly_E889/clip_image003_thumb.jpg" width="240" height="244" /></a>     <br />Default = 600 I configured = 3000</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Internet+Explorer+Stops+Randomly+when+using+TMG+als+proxy+or+Error+502+The+number+of+HTTP+requests+per+minute+...+http%3A%2F%2Ftinyurl.com%2F84yb7cp" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/14/internet-explorer-stops-randomly-when-using-tmg-als-proxy-or-error-502-the-number-of-http-requests-per-minute-exceeded-the-configured-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 &amp; 2010: Current issues with Microsoft Exchange ActiveSync and Third Party Devices</title>
		<link>http://www.wardvissers.nl/2012/01/11/exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices</link>
		<comments>http://www.wardvissers.nl/2012/01/11/exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 09:04:12 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1388</guid>
		<description><![CDATA[The following is a list of current issues observed by Microsoft Support personnel for Exchange Server 2007 and Exchange Server 2010 with third-party vendor devices. If you are using Exchange Server 2007 SP3 or Exchange Server 2010 SP1 and you &#8230; <a href="http://www.wardvissers.nl/2012/01/11/exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The following is a list of current issues observed by Microsoft Support personnel for Exchange Server 2007 and Exchange Server 2010 with third-party vendor devices. If you are using Exchange Server 2007 SP3 or Exchange Server 2010 SP1 and you are experiencing an EAS issue not listed below, contact Microsoft Support Services to investigate the issue. </p>
<p>1. <b>Automatic meeting processing</b></p>
<p><b>Issue 1.1 &#8211; Recurring meeting is removed from calendar when organizer cancels single occurrence</b></p>
<p>When you synchronize your iOS device by using Exchange ActiveSync on an Exchange Server 2007 mailbox, if the organizer cancels a single occurrence of a recurring meeting, the device may unexpectedly delete the entire recurring meeting.</p>
<p>Solution</p>
<p>There are two parts to this solution:</p>
<p>Install the Exchange Server 2007 Service Pack 3 (SP3) update rollup 4 (RU4). The problem details and the link to the update are documented in the following Microsoft Knowledge Base article:</p>
<p><a href="http://support.microsoft.com/kb/2502276">2502276</a> A meeting request series are deleted unexpectedly from the calendar in an Exchange Server 2007 environment</p>
<p>Update the Apple iOS on your device to version 4.3 or later. For more details on the latest iOS version, click the following link:</p>
<p><a href="http://www.apple.com/ios">http://www.apple.com/ios</a></p>
<p>Apple has documented the issue at the following web site:</p>
<p><a href="http://support.apple.com/kb/ts3714">http://support.apple.com/kb/ts3714</a></p>
<p><b>Issue 1.2 &#8211; Attendee becomes meeting organizer</b></p>
<p>When you synchronize your iOS or Android device by using Exchange ActiveSync on an Exchange Server 2007 mailbox, you may unexpectedly become the organizer for a meeting that you were invited to. This does not change the meeting for all attendees.</p>
<p>Solution</p>
<p>This can occur if you change the reminder for a single occurrence of a recurring meeting on an iOS or Android device. There may be other property changes to meeting items that may result in the same symptom.</p>
<p>This issue is resolved in Rollup Update 4 for Exchange Server 2007 Service Pack 3. See the KB article below for additional information.</p>
<p><a href="http://support.microsoft.com/kb/2521063">2521063</a> You are incorrectly displayed as a meeting organizer after you synchronize the meeting by using your mobile device in an Exchange Server 2007 environment</p>
<p>Note Affected meetings must be deleted and replacement meetings must be created after the servers are patched.</p>
<p><b>Issue 1.3 &#8211; Your meeting response to the organizer appears to have been sent by someone else</b></p>
<p>When you respond to an Exchange ActiveSync (EAS) meeting invitation, the meeting originator may see someone else&#8217;s name displayed as having accepted the invitation instead of you.</p>
<p>Solution</p>
<p>Ensure the Apple iOS on your device is version 4.3 or later. For more details on the latest iOS version, click the following link:</p>
<p><a href="http://www.apple.com/ios">http://www.apple.com/ios</a></p>
<p>This was fixed by Apple in iOS 3.1. For more details, visit the following Apple web site:</p>
<p>iPhone and iPod touch: My replies to Exchange ActiveSync invitations seem to come from someone else</p>
<p><a href="http://support.apple.com/kb/TS2806">http://support.apple.com/kb/TS2806</a>     </p>
<p><b>Issue 1.4 &#8211; All Day Flag is not set properly on Mobile devices when meeting is scheduled cross multiple days</b></p>
<p>Mobile device clients do not treat a meeting request as an all day event meeting request. Additionally, the All Day field is marked with &quot;No&quot;.</p>
<p>Solution</p>
<p>This issue is resolved in Exchange 2007 Service Pack 3 Rollup 2. The problem is documented in the following articles from the Microsoft Knowledge Base online:</p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a>&#160; The &quot;All Day&quot; field is marked with &quot;No&quot; when you access a meeting request that has a duration time that is more than 24 hours by using a mobile client through ActiveSync in an Exchange Server 2007 environment </p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a><b>&#160; </b>Description of Update Rollup 2 for Exchange Server 2007 Service Pack 3 </p>
<p><b>Issue 1.5 &#8211; Recurring Exchange calendar events deleted</b></p>
<p>In some situations, recurring calendar events can be removed from both the iOS device and Exchange when the organizer cancels an event instance.</p>
<p>Solution</p>
<p>This issue is resolved by Apple iOS 4.3, and impacts only the 4.2.6 and earlier versions. Apple has documented the issue at the following web site:</p>
<p>iOS: Recurring Exchange calendar events deleted</p>
<p><a href="https://support.apple.com/kb/ts3714">https://support.apple.com/kb/ts3714</a></p>
<p><b>Issue 1.6 &#8211; Appointment exceeding 24 hours changed to multiple day All Day Event</b></p>
<p>When an appointment item&#8217;s duration exceeds 24 hours, but is not marked as an All Day Event, Exchange ActiveSync changes the item on the device to become a multi-day All Day Event. The next time that the device synchronizes with the mailbox, the change is propagated from the item on the device to the item on the Exchange Server 2010 mailbox.</p>
<p>Solution</p>
<p>Microsoft is investigating this issue. This problem can occur when using any ActiveSync device synchronizing with Exchange Server 2010.</p>
<p><b>2. Connectivity and synchronization failures</b></p>
<p><b>Issue 2.1 &#8211; Failures to Provision and Synchronize with Android OS</b></p>
<p>EAS policies can cause provisioning and synchronization to fail, when customized. Devices will not be provisioned if a policy is applied to the users of these devices that exceeds these limitations. This is discussed in comment 9 from the following post on Google&#8217;s Android forum:</p>
<p><a href="http://code.google.com/p/android/issues/detail?id=9426">http://code.google.com/p/android/issues/detail?id=9426</a></p>
<p>&quot;We only support the basic (EAS 2.5) features in Froyo. So if your server requires, for example, password history or expiration, or complex characters, then it won&#8217;t be provisionable in Froyo. Our goal is to provide more policy support in future versions, but for now we support &#8211; password (PIN/alpha), minimum characters, max. fails to wipe, inactivity timeout, and remote wipe.&quot;</p>
<p>Solution</p>
<p>Updates to the Android OS version appear to resolve this problem. We encourage device users to update to the latest version available from their provider and follow vendor forums on synchronization issues. If the decision is made to allow older devices in the organization, Administrators can canvass device users, or use tools Log Parser or Export-ActiveSyncLog, to ensure that such devices are identified in the organization. Users of older devices can be grouped into a policy that can work for them.</p>
<p><b>Issue 2.2 &#8211; Unable to connect using Exchange ActiveSync due to Exchange resource consumption</b></p>
<p>There are several symptoms and remediation methods for issues with resource depletion caused by devices connecting with Exchange ActiveSync.</p>
<p>Solution</p>
<p>Administrators should review the following article in the Microsoft Knowledge Base to determine if they are experiencing the same server symptoms:</p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a>&#160; Unable to connect using Exchange ActiveSync due to Exchange resource consumption</p>
<p>Note This article also describes a known issue with iOS 4.0, defined by user agent 801.293 &#8211; <a href="http://support.apple.com/kb/TS3398">http://support.apple.com/kb/TS3398</a> and is discussed in Issue 2.5, below.</p>
<p><b>Issue 2.3 &#8211; &quot;This message has not been downloaded from the server&quot; error when trying to open a message</b></p>
<p>You synchronize your Exchange Server mailbox with your iOS device. When you try to open a message on the iOS device, the following error may be displayed:</p>
<p>This message has not been downloaded from the server</p>
<p>Solution</p>
<p>You must configure the Accepted Domain using Exchange Management Shell. Use the steps in item #7 in the following post from the Exchange Team Blog:</p>
<p>Exchange 2010 SP1 FAQ and Known Issues</p>
<p><a href="http://blogs.technet.com/b/exchange/archive/2010/09/01/3410888.aspx">http://blogs.technet.com/b/exchange/archive/2010/09/01/3410888.aspx</a></p>
<p>This issue is being reviewed by the Microsoft Exchange product team.</p>
<p><b>Issue 2.4- You receive a synchronization failed email message when you synchronize your mobile device</b></p>
<p>When you synchronize your mobile device by using ActiveSync on an Exchange Server 2010 mailbox, you receive a synchronization failed email message similar to the following:</p>
<p>From: Microsoft Exchange on Behalf of &lt;user&gt;</p>
<p>Sent: &lt;date&gt;</p>
<p>To: &lt;other user&gt;</p>
<p>Subject: Synchronization with your &lt;ActiveSync device&gt; failed for 1 items.</p>
<p>Synchronization with your &lt;ActiveSync device&gt; failed for 1 items.</p>
<p>Microsoft Exchange was unable to send the following items to your mobile device. These items have not been deleted. You should be able to access them using either Outlook or Outlook Web Access. </p>
<p>Item Folder: Inbox</p>
<p>Item Type: IPM.Schedule.Meeting.Resp.Pos</p>
<p>Solution</p>
<p>This issue is described in the following article in the Microsoft Knowledge Base:</p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a><b> </b>You receive a synchronization failed email message when you synchronize your mobile device by using ActiveSync on an Exchange Server 2010 mailbox</p>
<p>To resolve this issue, install the following update rollup: </p>
<p><a href="http://support.microsoft.com/kb/2201236">2201236</a> Description of Update Rollup 3 for Exchange Server 2010 Service Pack 1</p>
<p><b>Issue 2.5- Users are unable to synchronize Apple iPhone iOS 4.0 with the Exchange Server mailbox</b></p>
<p>Immediately after updating to iOS 4.0, some users may notice that Exchange ActiveSync Mail, Contacts, or Calendars do not sync, or sync very slowly. In addition, some Exchange Server administrators may notice their servers running slowly. This problem is also discussed in Issue 2.2, above.</p>
<p>Solution</p>
<p>Update the device to a later iOS version. Apple has documented the issue at the following web site:</p>
<p>iOS 4.0: Exchange Mail, Contacts, or Calendars may not sync after update</p>
<p><a href="http://support.apple.com/kb/TS3398">http://support.apple.com/kb/TS3398</a></p>
<p><b>Issue 2.6- ActiveSync does not work for mobile device users connecting to Exchange Server 2007 mailboxes after swapping URLs between Exchange Server 2010 and 2007</b></p>
<p>This problem occurs because the device is unable to properly redirect a user whose mailbox has been moved. The 451 redirect response to the device is not properly interpreted.</p>
<p>Solution</p>
<p>Typically, this issue is resolved by device updates to the latest operating system. Verify the following:</p>
<p>Verify that you have configured the LegacyURL for Exchange 2007 users. This will automatically switch the URL for the user to the appropriate target on the device. See the following blog topic:</p>
<p><a href="http://blogs.technet.com/b/jribeiro/archive/2009/11/26/transitioning-from-an-exchange-2007-environment-to-exchange-2010.aspx">http://blogs.technet.com/b/jribeiro/archive/2009/11/26/transitioning-from-an-exchange-2007-environment-to-exchange-2010.aspx</a></p>
<p>This has been reported for several device types, to include iOS and Android operating system. If the problem is noted with the latest version of the device operating system, and the LegacyURL is correctly established and working for other devices, consult with the device vendor’s technical support.</p>
<p>If you are using an Apple iOS device, update the device to the iOS version 4.3.2.</p>
<p>Note In migrations where the mailbox moves are between different forests, a 451 is not sent. The reason for this is that the old server does not know of the new endpoint for connectivity. In such circumstances, the device must be manually reconfigured.</p>
<p>Check: <a title="http://support.microsoft.com/kb/2563324" href="http://support.microsoft.com/kb/2563324">http://support.microsoft.com/kb/2563324</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+2007+%26+2010%3A+Current+issues+with+Microsoft+Exchange+ActiveSync+and+Third+Party+Devices+http%3A%2F%2Ftinyurl.com%2F89v7cje" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/11/exchange-2007-2010-current-issues-with-microsoft-exchange-activesync-and-third-party-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 was interesting Year</title>
		<link>http://www.wardvissers.nl/2012/01/03/2011-was-interesting-year/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2011-was-interesting-year</link>
		<comments>http://www.wardvissers.nl/2012/01/03/2011-was-interesting-year/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 21:19:53 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Algemeen]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1386</guid>
		<description><![CDATA[2011 was a great year for me from a work &#38; private perspective. 2012 is going to be crazy as well, nice projects in prospect. All in all it was a great year and there’s a lot of cool stuff &#8230; <a href="http://www.wardvissers.nl/2012/01/03/2011-was-interesting-year/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>2011 was a great year for me from a work &amp; private perspective. </p>
<p>2012 is going to be crazy as well, nice projects in prospect. All in all it was a great year and there’s a lot of cool stuff already planned for 2012!. I wanted to share a couple of cool facts with you:</p>
<ul>
<li>40+% Traffic growth compared to 2010 </li>
<li>Busiest Day: July 13th 2011 – 599 unique views </li>
<li>Busiest Month: May 2011 – 10.788 unique views</li>
<li>Totally 122.855 unique views</li>
</ul>
<p>Lets make 2012 at least as successful!</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=2011+was+interesting+Year+http%3A%2F%2Ftinyurl.com%2F768djel" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2012/01/03/2011-was-interesting-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress for Android 2.0 Released</title>
		<link>http://www.wardvissers.nl/2011/12/28/wordpress-for-android-2-0-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wordpress-for-android-2-0-released</link>
		<comments>http://www.wardvissers.nl/2011/12/28/wordpress-for-android-2-0-released/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 14:23:01 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Algemeen]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/?p=1380</guid>
		<description><![CDATA[I love blogging. Last week was WordPress for Android released . Now you can live blogging from your android phone. The app now features a fully refreshed UI, a new post editor with a formatting toolbar, support for Android-powered tablets, &#8230; <a href="http://www.wardvissers.nl/2011/12/28/wordpress-for-android-2-0-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I love blogging. Last week was WordPress for Android released <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Glimlach" src="http://www.wardvissers.nl/wp-upload/c341da20f911_D7BA/wlEmoticon-smile.png" />. Now you can live blogging from your android phone.</p>
<p>The app now features a fully refreshed UI, a new post editor with a formatting toolbar, support for Android-powered tablets, background posting, and improved stats!</p>
<div id="v-5HYBdSbC-1" class="video-player"><embed id="v-5HYBdSbC-1-video" src="http://s0.videopress.com/player.swf?v=1.03&amp;guid=5HYBdSbC&amp;isDynamicSeeking=true" type="application/x-shockwave-flash" width="584" height="328" title="WordPress for Android 2.0" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true"></embed></div>
<p>If you aren’t an Android user, never fear! There are plenty of <a href="http://wordpress.org/extend/mobile/">WordPress mobile apps</a> to choose from.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=WordPress+for+Android+2.0+Released+http%3A%2F%2Ftinyurl.com%2Fbrqp4bw" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/28/wordpress-for-android-2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You cannot close the EMC window on a computer that has Internet Explorer 9 installed</title>
		<link>http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed</link>
		<comments>http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 16:51:15 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/</guid>
		<description><![CDATA[Microsoft released the official fix for: You cannot close the EMC window on a computer that has Internet Explorer 9 installed. Windows Internet Explorer 9 installed, you start the Exchange Management Console (EMC). After you make a change and then &#8230; <a href="http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Microsoft released the official fix for: You cannot close the EMC window on a computer that has Internet Explorer 9 installed. Windows Internet Explorer 9 installed, you start the Exchange Management Console (EMC). After you make a change and then try to close the EMC window, the window does not close. Additionally you receive the following message:   <br /> <a href="http://www.wardvissers.nl/wp-upload/fc861aa7a4bc_D618/image_thumb1.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_thumb1" border="0" alt="image_thumb1" src="http://www.wardvissers.nl/wp-upload/fc861aa7a4bc_D618/image_thumb1_thumb.png" width="382" height="149" /></a></p>
<p>You must close all dialog boxes before you can close Exchange Management Console.</p>
<p>Download: <a title="http://support.microsoft.com/kb/2618444" href="http://support.microsoft.com/kb/2618444">KB2618444 Cumulative Security Update for Internet Explorer: December 13, 2011</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=You+cannot+close+the+EMC+window+on+a+computer+that+has+Internet+Explorer+9+installed+http%3A%2F%2Ftinyurl.com%2Fckcwhlu" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/14/you-cannot-close-the-emc-window-on-a-computer-that-has-internet-explorer-9-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2012: New Features &#8211; Hide Shell</title>
		<link>http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2012-new-features-hide-shell</link>
		<comments>http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 17:31:50 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/</guid>
		<description><![CDATA[Here is a common scenario. You are deploying an operating system using MDT Lite Touch, during the deployment you install some user specific applications. However the users think that the deployment is completed an they close the application installs or &#8230; <a href="http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is a common scenario. You are deploying an operating system using MDT Lite Touch, during the deployment you install some user specific applications. However the users think that the deployment is completed an they close the application installs or perhaps start messing with the machine while it is still logged in as the local administrator. Now you could simply inform the user that they should not touch the computer until the deployment is completed. However in my experience this “don’t touch” approach has not always been 100% successful.</p>
<p>Well now we have a better way, you can hide explorer shell while MDT is “doing it’s thing”!</p>
<p>So how do we do this? It is simple, just add the following line to the customsettings.ini file:</p>
<p>HIDESHELL=YES</p>
<p>I have included before and after shots below:</p>
<p>Look explorer…</p>
<p>,<a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-27-metablogapi/0647.image_5F00_7BEE302A.png"><img title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-27-metablogapi/4331.image_5F00_thumb_5F00_426B2033.png" width="350" height="265" /></a></p>
<p>No explorer…. that’s better!</p>
<p><a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-27-metablogapi/2210.image_5F00_6219F9FB.png"><img title="image" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-61-27-metablogapi/0636.image_5F00_thumb_5F00_3ADFB0C6.png" width="354" height="269" /></a></p>
<p><img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Glimlach" src="http://www.wardvissers.nl/wp-upload/bde90193f0bb_149CF/wlEmoticon-smile.png" /></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2012%3A+New+Features+%E2%80%93+Hide+Shell+http%3A%2F%2Ftinyurl.com%2F7zrqn47" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/12/mdt-2012-new-features-hide-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange Server 2010 SP2 Help File</title>
		<link>http://www.wardvissers.nl/2011/12/07/exchange-server-2010-sp2-help-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-server-2010-sp2-help-file</link>
		<comments>http://www.wardvissers.nl/2011/12/07/exchange-server-2010-sp2-help-file/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 14:54:15 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/12/07/exchange-server-2010-sp2-help-file/</guid>
		<description><![CDATA[Microsoft released a standalone version of Microsoft Exchange Server 2010 SP2 Help. Download HERE]]></description>
			<content:encoded><![CDATA[<p>Microsoft released a standalone version of Microsoft Exchange Server 2010 SP2 Help. </p>
<p>Download <a title="HERE" href="http://www.microsoft.com/downloads/info.aspx?na=41&amp;srcfamilyid=9a2ef1fa-a305-4d71-b0e7-e5869cbf3669&amp;srcdisplaylang=en&amp;u=http%3a%2f%2fdownload.microsoft.com%2fdownload%2f5%2fE%2f6%2f5E60CE71-8BFE-465F-BCE2-C4569A948513%2fExch2010Help.exe">HERE</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+Server+2010+SP2+Help+File+http%3A%2F%2Ftinyurl.com%2F7yhqqhz" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/07/exchange-server-2010-sp2-help-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Teradici released Firmware 3.5.0 for PCoIP Zero Clients and PCoIP Host Cards &amp; PCoIP Management Console 1.7.0</title>
		<link>http://www.wardvissers.nl/2011/12/07/teradici-released-firmware-3-5-0-for-pcoip-zero-clients-and-pcoip-host-cards-pcoip-management-console-1-7-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=teradici-released-firmware-3-5-0-for-pcoip-zero-clients-and-pcoip-host-cards-pcoip-management-console-1-7-0</link>
		<comments>http://www.wardvissers.nl/2011/12/07/teradici-released-firmware-3-5-0-for-pcoip-zero-clients-and-pcoip-host-cards-pcoip-management-console-1-7-0/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 09:40:35 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[View]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/12/07/teradici-released-firmware-3-5-0-for-pcoip-zero-clients-and-pcoip-host-cards-pcoip-management-console-1-7-0/</guid>
		<description><![CDATA[Teradici released a new&#160; PCoIP zero client and host card firmware and the PCoIP Management Console. The following releases are now available for download on the Teradici support site (techsupport.teradici.com): Firmware 3.5.0 for PCoIP Zero Clients and PCoIP Host Cards. &#8230; <a href="http://www.wardvissers.nl/2011/12/07/teradici-released-firmware-3-5-0-for-pcoip-zero-clients-and-pcoip-host-cards-pcoip-management-console-1-7-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ul>
<p>Teradici released a new&#160; PCoIP zero client and host card firmware and the PCoIP Management Console. The following releases are now available for download on the Teradici support site (<a href="http://techsupport.teradici.com/">techsupport.teradici.com</a>): </p>
<ul>
<li>Firmware 3.5.0 for PCoIP Zero Clients and PCoIP Host Cards. </li>
<li>PCoIP Management Console 1.7.0 </li>
</ul>
<p>Firmware 3.5.0 update includes key feature enhancements including: </p>
<ul>
<li><strong>USB2.0</strong> with VMware View sessions </li>
<li><strong>Imprivata OneSign®</strong> Virtual Desktop Access via proximity cards with VMware View </li>
<li><strong>IEEE 802.1x</strong> network security </li>
<li><strong>IPv6</strong> support.&#160; </li>
</ul>
<p>With this release, Teradici continues to innovate PCoIP zero client technology and accelerate the adoption </p>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Teradici+released+Firmware+3.5.0+for+PCoIP+Zero+Clients+and+PCoIP+Host+Cards+%26+PCoIP+Management+Console+1.7.0+http%3A%2F%2Ftinyurl.com%2Fcqakwnl" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/07/teradici-released-firmware-3-5-0-for-pcoip-zero-clients-and-pcoip-host-cards-pcoip-management-console-1-7-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 SP2 RTM</title>
		<link>http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=exchange-2010-sp2-rtm</link>
		<comments>http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 21:30:50 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/</guid>
		<description><![CDATA[Exchange Server 2010 Service Pack 2 (SP2) has been released, raising the Exchange version number to 14.2.247.5. You can download Exchange 2010 SP2 here. For those still unaware, the 530Mb+ file (1,4 GB extracted) contains the full set of binaries; &#8230; <a href="http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Exchange Server 2010 Service Pack 2 (SP2) has been released, raising the Exchange version number to 14.2.247.5. You can download Exchange 2010 SP2 <a href="http://www.microsoft.com/download/en/details.aspx?id=28190">here.</a></p>
<p>For those still unaware, the 530Mb+ file (1,4 GB extracted) contains the full set of binaries; you can use it to upgrade existing RTM or SP1 installations or deploy new Exchange 2010 SP2 installations.</p>
<p>Besides the usual set of hotfixes, SP2 introduces the following features:</p>
<p><strong>Address Book Policies</strong>     <br />Address Book Policies, also known as GAL segmentation, ABPs are meant to segmentize the address book, giving users a certain view of the address book like Address List Segregation did for Exchange 2003/2007.</p>
<p><strong>OWA mini</strong>     <br />This will be a lightweight browser like OMA in the past, meant for simple browsers.</p>
<p><strong>Hybrid Configuration</strong>     <br />This wizard is to make the configuration of an on-premise Exchange and Office 365/Exchange Online more simple, reducing the steps required from 49 to 6.</p>
<p><strong>OWA Cross-Site redirection</strong>     <br />This will allow clients to be silently redirected to the proper site if they log on to a CAS server located in a site different than the site where their mailbox is hosted and externalURL has been specified there.</p>
<p>After preparing your forest for Exchange 2010 SP2, the schema version number will have changed. Check the <a href="http://eightwone.wordpress.com/references/schema-versions/">Schema Versions</a> page for information on the new ObjectVersion and RangeUpper values for Exchange 2010 SP2.</p>
<p>Note that SP2 introduces an additional requirement, which is the IIS 6 WMI Compatibility feature; you can add this feature using the GUI or by using the Powershell cmdlets<strong> Import-Module ServerManager</strong> followed by <strong>Add-WindowsFeature Web-WMI</strong>.</p>
<p>The proper method to upgrade mailbox servers that are a member of a Database Availability Group is described <a href="http://eightwone.com/2011/04/13/updating-exchange-2010-sp1-dag-members/">here</a>.</p>
<p>The releases notes are not available at time of writing; we’ll update this post when they become available.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Exchange+2010+SP2+RTM+http%3A%2F%2Ftinyurl.com%2F7b3csjx" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/12/05/exchange-2010-sp2-rtm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Workstation 8.0.1 Released</title>
		<link>http://www.wardvissers.nl/2011/11/20/vmware-workstation-8-0-1-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-workstation-8-0-1-released</link>
		<comments>http://www.wardvissers.nl/2011/11/20/vmware-workstation-8-0-1-released/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 13:35:33 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Workstation]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/11/20/vmware-workstation-8-0-1-released/</guid>
		<description><![CDATA[What&#8217;s New Highlights of VMware Workstation 8.0.1 functionality include: Graphics performance and compatibility enhancements. Improvements in creating and using shared virtual machines and remote virtual machines. Ubuntu 11.10 is officially supported as a guest operating system. Disk and memory management &#8230; <a href="http://www.wardvissers.nl/2011/11/20/vmware-workstation-8-0-1-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>What&#8217;s New</h4>
<p>Highlights of VMware Workstation 8.0.1 functionality include:</p>
<ul>
<li>Graphics performance and compatibility enhancements. </li>
<li>Improvements in creating and using shared virtual machines and remote virtual machines. </li>
<li>Ubuntu 11.10 is officially supported as a guest operating system. </li>
<li>Disk and memory management issues have been addressed. </li>
<li>Many customer-reported issues have been resolved.</li>
</ul>
<p>VMware Workstation 8.0.1 is a free update for all VMware Workstation 8 users.</p>
<h4>Resolved Issues</h4>
<p> The following sections list the resolved issues in VMware Workstation 8.0.1.
<ul>
<li>Windows 7 guest installation failed after powering on the virtual machine with the error <code>A required CD/DVD drive device driver is missing. If you have a driver floppy disk,       <br /></code><code>CD, DVD, or USB flash drive, please insert it now.</code></li>
<li>VMware Tools failed with the message <code>VMware Tools unrecoverable error.</code></li>
<li>VMware Tools failed to start in Fedora 15 guests. </li>
<li>An Ubuntu 11.10 guest crashed with a signal 11 error if you installed or upgraded VMware Tools. </li>
<li>On hosts with Nvidia GeForce and Quadro video cards, some of the clouds in the Unigine Heaven Benchmark application were drawn solid black. </li>
<li>Easy Install did not properly function on Ubuntu 11.10. </li>
<li>If remote virtual machines were open, you could not shut down the Windows hosts. </li>
<li>When transitioning from Full Screen mode to Exclusive mode, the Full Screen toolbar sometimes failed to hide. </li>
<li>Host memory reservation restrictions on Windows hosts are more relaxed in VMware Workstation 8.0.1 than in previous versions of VMware Workstation. </li>
<li>CD/DVD mount Linux.iso failed while installing VMware Tools in Ubuntu 11.10 guests. </li>
<li>The AltGr key was not working in an Ubuntu guest in Unity mode when the host and guest keyboards were both set to a layout that contained the AltGr key.</li>
</ul>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=VMware+Workstation+8.0.1+Released+http%3A%2F%2Ftinyurl.com%2F74tx8uz" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/11/20/vmware-workstation-8-0-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2012 Beta 2 Monitoring</title>
		<link>http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2012-beta-2-monitoring</link>
		<comments>http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 14:57:26 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/</guid>
		<description><![CDATA[Today I upgraded a MDT 2010 installation to MDT 2012 Beta 2. One of the new features is monitoring To Configure monitoring you find a tab Monitoring on properties of the Deployment Share. You must set a V Enable monitoring &#8230; <a href="http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I upgraded a MDT 2010 installation to MDT 2012 Beta 2.</p>
<p>One of the new features is monitoring <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Glimlach" src="http://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/wlEmoticon-smile.png" /></p>
<p>To Configure monitoring you find a tab Monitoring on properties of the Deployment Share.    <br />You must set a V <strong>Enable monitoring of this deployment share</strong>    </p>
<p><a href="http://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/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://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/image_thumb.png" width="429" height="353" /></a></p>
<p>Under the root of the Deployment Share u see now Monitoring. When you click on Monitoring you can see running deployments.</p>
<p><a href="http://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/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://www.wardvissers.nl/wp-upload/MDT-2012-Monitoring_DDB7/image_thumb_3.png" width="645" height="240" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2012+Beta+2+Monitoring+http%3A%2F%2Ftinyurl.com%2F6rqybfa" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/11/15/mdt-2012-beta-2-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MDT 2012 Beta 2 Released</title>
		<link>http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-2012-beta-2-released</link>
		<comments>http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 19:02:24 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[MDT 2012]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/</guid>
		<description><![CDATA[The latest version of MDT is now available on Connect (Join the MDT 2012 Beta 2 Connect program here!) MDT 2012 Beta 2 offers new User-Driven Installation components and extensibility for Configuration Manager 2007 and Configuration Manager 2012 as well &#8230; <a href="http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The latest version of MDT is now available on Connect (<a href="http://go.microsoft.com/fwlink/?LinkId=217606">Join the MDT 2012 Beta 2 Connect program here!</a>) </p>
<p>MDT 2012 Beta 2 offers new User-Driven Installation components and extensibility for Configuration Manager 2007 and Configuration Manager 2012 as well as integration with the Microsoft Diagnostics and Recovery Toolkit (DaRT) for Lite Touch Installation remote control and diagnostics. </p>
<p><strong>Key benefits include:</strong></p>
<ul>
<li>Full use of the capabilities provided by System Center Configuration Manager 2012 for OS deployment. </li>
<li>Improved Lite Touch user experience and functionality. </li>
<li>A smooth and simple upgrade process for all existing MDT users. </li>
</ul>
<p><strong>New features For System Center Configuration Manager customers:</strong></p>
<ul>
<li>Support for Configuration Manager 2012 (while still supporting Configuration Manager 2007) </li>
<li>New User-Driven Installation components for Configuration Manager 2007 and Configuration Manager 2012
<ul>
<li>Extensible wizard and designer, additional integration with Configuration Manager to deliver a more customized OS experience, support for more imaging scenarios, and an enhanced end-user deployment experience </li>
</ul>
</li>
<li>Ability to migrate MDT 2012 task sequences from Configuration Manager 2007 to Configuration Manager 2012 </li>
</ul>
<p><strong>New features For Lite Touch Installation:</strong></p>
<ul>
<li>Integration with the Microsoft Diagnostics and Recovery Toolkit (DaRT) for remote control and diagnostics </li>
<li>New monitoring capabilities to see the progress of currently running deployments </li>
<li>Support for deploying Windows to computers using UEFI </li>
<li>Ability to deploy Windows 7 so that the computer will start from a new VHD file, “Deploy to VHD” </li>
<li>Improved deployment wizard user experience </li>
</ul>
<p>MDT 2012 the final release will be available download through to January 2012 I think. </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=MDT+2012+Beta+2+Released+http%3A%2F%2Ftinyurl.com%2F8852s2b" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/11/14/mdt-2012-beta-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware PowerCLI Configure Multipath Policy</title>
		<link>http://www.wardvissers.nl/2011/11/10/vmware-powercli-configure-multipath-policy/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-powercli-configure-multipath-policy</link>
		<comments>http://www.wardvissers.nl/2011/11/10/vmware-powercli-configure-multipath-policy/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 15:00:42 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[PowerCLI]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/11/10/vmware-powercli-configure-multipath-policy/</guid>
		<description><![CDATA[Today i&#160; needed to configure the Multipath Policy from “Most Recently Used” to “Round Robin (VMware) on our vSphere 4.1 and HP EVA4400 environment. After reading “Configuration best practices for HP StorageWorks Enterprise Virtual Array (EVA) family and VMware vSphere &#8230; <a href="http://www.wardvissers.nl/2011/11/10/vmware-powercli-configure-multipath-policy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today i&#160; needed to configure the Multipath Policy from “Most Recently Used” to “Round Robin (VMware) on our vSphere 4.1 and HP EVA4400 environment. After reading <a href="http://h20195.www2.hp.com/v2/GetPDF.aspx/4AA1-2185ENW.pdf" target="_blank">“Configuration best practices for HP StorageWorks Enterprise Virtual Array (EVA) family and VMware vSphere 4”</a> I decided to change the path status</p>
<p>To check the status of the Multipath Policy you can run the following PowerCLI script:</p>
<p><strong>Per host:</strong></p>
<p>Get-VMhost ESXHOST | Get-ScsiLun -LunType disk   <br /><a href="http://www.wardvissers.nl/wp-upload/0b2448b2e3cc_DF3D/image9.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="image9" border="0" alt="image9" src="http://www.wardvissers.nl/wp-upload/0b2448b2e3cc_DF3D/image9_thumb.png" width="581" height="393" /></a></p>
<p><strong>Per Cluster:</strong></p>
<p>Get-Cluster CLUSTERNAME| Get-VMHost | Get-ScsiLun -LunType disk</p>
<p>To change the Multipath Policy you can run the following command:</p>
<p><strong>Per Host:</strong></p>
<p>Get-VMHost ESXHOST | Get-ScsiLun -CanonicalName &quot;naa.6005*&quot; | Set-ScsiLun -MultipathPolicy &quot;roundrobin&quot;</p>
<p><a href="http://www.wardvissers.nl/wp-upload/0b2448b2e3cc_DF3D/image10.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="image10" border="0" alt="image10" src="http://www.wardvissers.nl/wp-upload/0b2448b2e3cc_DF3D/image10_thumb.png" width="590" height="199" /></a></p>
<p>&#160;</p>
<p><strong>Per Cluster:</strong>    <br />get-cluster “Cluster Name” | Get-VMHost | Get-ScsiLun -LunType disk | Where-Object {$_.MultipathPolicy -ne “RoundRobin”} | Set-ScsiLun -MultipathPolicy “RoundRobin”</p>
<p>Special thanks to: <a href="http://blog.vmpros.nl/2011/05/25/vmware-configure-multipath-policy-via-powercli/" target="_blank">VMPROS</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=VMware+PowerCLI+Configure+Multipath+Policy+http%3A%2F%2Ftinyurl.com%2Fcvvcuok" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/11/10/vmware-powercli-configure-multipath-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware View XP persistent disk can not save outlook.ost c:\document and settings\&#8230;..</title>
		<link>http://www.wardvissers.nl/2011/11/03/vmware-view-xp-persistent-disk-can-not-save-outlook-ost-cdocument-and-settings/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vmware-view-xp-persistent-disk-can-not-save-outlook-ost-cdocument-and-settings</link>
		<comments>http://www.wardvissers.nl/2011/11/03/vmware-view-xp-persistent-disk-can-not-save-outlook-ost-cdocument-and-settings/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 10:48:50 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office 2010]]></category>
		<category><![CDATA[View]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/11/03/vmware-view-xp-persistent-disk-can-not-save-outlook-ost-cdocument-and-settings/</guid>
		<description><![CDATA[I&#8217;m busy with created a new a new pool with presentment disks. The View desktops we&#8217;ve got setup are using linked clones and persistent disks which map to the D:\ in the users sessions. Of course this means the users &#8230; <a href="http://www.wardvissers.nl/2011/11/03/vmware-view-xp-persistent-disk-can-not-save-outlook-ost-cdocument-and-settings/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m busy with created a new a new pool with presentment disks.</p>
<p>The View desktops we&#8217;ve got setup are using linked clones and persistent disks which map to the D:\ in the users sessions. Of course this means the users profile is loaded to the D:\ instead of C:\ in the virtual desktops. My issue is, when a new users comes from our old environment into the test view setup, their Outlook is trying to find their OST file on the C:\ (c:\document and settings\&#8230;etc). The users data has been loaded to the D:\ though. The only way I&#8217;ve found to get around this is going into the Contol Panel in the users session, deleting their Outlook profile, </p>
<p><strong>Solution:</strong></p>
<p>Microsoft saves information about profile under HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook </p>
<p>So, within regedit, I right-clicked on HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook then chose Export. For Save as Type, I changed the value to &quot;Text Files (*.txt)&quot;. I then opened the text file I created with Notepad. You can&#8217;t just search for &quot;Outlook.ost&quot;, since there are null, i.e. 00, characters stored between each character. They show up in an ASCII representation as dots. E.g. Outlook.ost would be O.u.t.l.o.o.k&#8230;o.s.t.</p>
<p>Since the &quot;Outlook.ost&quot; could be broken across multiple lines, I decided just to search for o.s.t. I found the following in the text file I had created.</p>
<p>Value 31</p>
<p>&#160; Name:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 001f6610</p>
<p>&#160; Type:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; REG_BINARY</p>
<p>&#160; Data:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; </p>
<p>00000000&#160;&#160; 43 00 3a 00 5c 00 44 00 &#8211; 6f 00 63 00 75 00 6d 00&#160; C.:.\.D.o.c.u.m.</p>
<p>00000010&#160;&#160; 65 00 6e 00 74 00 73 00 &#8211; 20 00 61 00 6e 00 64 00&#160; e.n.t.s. .a.n.d.</p>
<p>00000020&#160;&#160; 20 00 53 00 65 00 74 00 &#8211; 74 00 69 00 6e 00 67 00&#160;&#160; .S.e.t.t.i.n.g.</p>
<p>00000030&#160;&#160; 73 00 5c 00 4a 00 69 00 &#8211; 6d 00 5c 00 4c 00 6f 00&#160; s.\.J.i.m.\.L.o.</p>
<p>00000040&#160;&#160; 63 00 61 00 6c 00 20 00 &#8211; 53 00 65 00 74 00 74 00&#160; c.a.l. .S.e.t.t.</p>
<p>00000050&#160;&#160; 69 00 6e 00 67 00 73 00 &#8211; 5c 00 41 00 70 00 70 00&#160; i.n.g.s.\.A.p.p.</p>
<p>00000060&#160;&#160; 6c 00 69 00 63 00 61 00 &#8211; 74 00 69 00 6f 00 6e 00&#160; l.i.c.a.t.i.o.n.</p>
<p>00000070&#160;&#160; 20 00 44 00 61 00 74 00 &#8211; 61 00 5c 00 4d 00 69 00&#160;&#160; .D.a.t.a.\.M.i.</p>
<p>00000080&#160;&#160; 63 00 72 00 6f 00 73 00 &#8211; 6f 00 66 00 74 00 5c 00&#160; c.r.o.s.o.f.t.\.</p>
<p>00000090&#160;&#160; 4f 00 75 00 74 00 6c 00 &#8211; 6f 00 6f 00 6b 00 5c 00&#160; O.u.t.l.o.o.k.\.</p>
<p>000000a0&#160;&#160; 6f 00 75 00 74 00 6c 00 &#8211; 6f 00 6f 00 6b 00 2e 00&#160; o.u.t.l.o.o.k&#8230;</p>
<p>000000b0&#160;&#160; 6f 00 73 00 74 00 00 00 -&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; o.s.t&#8230;</p>
<p>I could also have searched in the .reg file I created when I exported the registry information from the other computer. But, again, you can&#8217;t just search for &quot;Outlook.ost&quot; in the .reg file you created, either, since the information in it is the hexadecimal representation of the binary data in the registry keys. You would need to convert a string, such as &quot;ost&quot; to hexadecimal form. You can do that at String &#8211; ASCII, HEX, Binary Converter. In the String field, I put in ost. The converter showed me the equivalent hex value is 6F 73 74. Note: the converter shows decimal/ASCII, binary, and hex values. Make sure you use the correct one. Also note that the hexadecimal representation of &quot;OST&quot; is not the same as &quot;ost&quot;. Since the error message I received referred to Outlook.ost, I converted &quot;ost&quot; to hexadecimal. Again, it may be better to limit the length of the string to reduce the chance it will be broken across multiple lines in the file.</p>
<p>Once you have the hexadecimal equivalent of the ASCII string, you still can&#8217;t just search for it, i.e. a search for 6F7374 wouldn&#8217;t work. The hexadecimal numbers are stored in the .reg file with commas and the null character, 00, between them. I.e., I would need to search for 6f,00,73,00,74 instead.</p>
<p>In the .reg file found it among the following lines:</p>
<p>&quot;001f6610&quot;=hex:43,00,3a,00,5c,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,\</p>
<p>&#160; 00,73,00,20,00,61,00,6e,00,64,00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,\</p>
<p>&#160; 67,00,73,00,5c,00,4a,00,69,00,6d,00,5c,00,4c,00,6f,00,63,00,61,00,6c,00,20,\</p>
<p>&#160; 00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,5c,00,41,00,70,00,70,00,\</p>
<p>&#160; 6c,00,69,00,63,00,61,00,74,00,69,00,6f,00,6e,00,20,00,44,00,61,00,74,00,61,\</p>
<p>&#160; 00,5c,00,4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,5c,00,4f,00,\</p>
<p>&#160; 75,00,74,00,6c,00,6f,00,6f,00,6b,00,5c,00,6f,00,75,00,74,00,6c,00,6f,00,6f,\</p>
<p>&#160; 00,6b,00,2e,00,6f,00,73,00,74,00,00,00</p>
<p>I noticed it was associated with a &quot;001f6610&quot; entry. When I had searched the text file, I had also seen Outlook.ost associated with &quot;Name: 001f6610&quot;. </p>
<p>You can delete the following registry key with group policy preferences to disable using Offline Folders after disabling Use Cached Mode in Group Policy: </p>
<p>HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\Outlook\13dbb0c8aa05101a9bb000aa002fc45a\001f6610</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=VMware+View+XP+persistent+disk+can+not+save+outlook.ost+c%3A%5Cdocument+and+settings%5C%E2%80%A6..+http%3A%2F%2Ftinyurl.com%2F5vf4me4" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/11/03/vmware-view-xp-persistent-disk-can-not-save-outlook-ost-cdocument-and-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rollup 6 for Exchange Server 2010 Service Pack 1</title>
		<link>http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rollup-6-for-exchange-server-2010-service-pack-1</link>
		<comments>http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 20:05:09 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/</guid>
		<description><![CDATA[The Exchange CXP team released Update Rollup 6 for Exchange Server 2010 SP1 to the Download Center. This update contains a number of customer-reported and internally found issues since the release of SP1. See &#8216;KB 2608646: Description of Update Rollup &#8230; <a href="http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Exchange CXP team released <a href="http://www.microsoft.com/download/en/details.aspx?id=27849">Update Rollup 6 for Exchange Server 2010 SP1</a> to the Download Center.</p>
<p>This update contains a number of customer-reported and internally found issues since the release of SP1. See <a href="http://support.microsoft.com/kb/2608646">&#8216;KB 2608646: Description of Update Rollup 6 for Exchange Server 2010 Service Pack 1&#8242;</a> for more details.</p>
<p>This update contains a number of customer reported and internally found issues since the release of RU5. </p>
<p><strong>The most Important Fixes:</strong></p>
<ul>
<li><a href="http://support.microsoft.com/kb/2627769">2627769</a> Some time zones in OWA are not synchronized with Windows in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2528854">2528854</a> The Microsoft Exchange Mailbox Replication service crashes on a computer that has Exchange Server 2010 SP1 installed </li>
<li><a href="http://support.microsoft.com/kb/2544246">2544246</a> You receive a NRN of a meeting request 120 days later after the recipient accepted the request in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2616127">2616127</a> &quot;0&#215;80041606&quot; error code when you use Outlook in online mode to search for a keyword against a mailbox in an Exchange Server 2010 environment. </li>
<li><a href="http://support.microsoft.com/kb/2549183">2549183</a> &quot;There are no objects to select&quot; message when you try to use the EMC to specify a server to connect to in an Exchange Server 2010 SP1 environment </li>
</ul>
<p><strong>Other Fixes</strong>: </p>
<ul>
<li><a href="http://support.microsoft.com/kb/2431609">2431609</a> An update is available that updates the message of a retention policy in OWA for Exchange Server 2010 </li>
<li><a href="http://support.microsoft.com/kb/2449266">2449266</a> EWS drops the TCP connection to the EWS client application without any error message in a Microsoft Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2480474">2480474</a> A Users do not receive quota warning messages after applying SP1 for Exchange 2010 </li>
<li><a href="http://support.microsoft.com/kb/2514820">2514820</a> An incoming fax message is not delivered to the recipient in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2521927">2521927</a> Disabling the Exchange ActiveSync Integration feature for OWA does not take effect in OWA Premium clients in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2535289">2535289</a> The Microsoft Exchange Information Store service crashes occasionally when you run an antivirus application on an Exchange Server 2010 Mailbox server </li>
<li><a href="http://support.microsoft.com/kb/2536313">2536313</a> Slow message delivery and mailbox access for journaling mailboxes on an Exchange Server 2010 server </li>
<li><a href="http://support.microsoft.com/kb/2548246">2548246</a> The Microsoft Exchange Information Store service crashes occasionally when a folder view is corrupted on an Exchange Server 2010 mailbox server </li>
<li><a href="http://support.microsoft.com/kb/2549289">2549289</a> A RBAC role assignee can unexpectedly run the Add-MailboxPermission command or the Remove-MailboxPermission command on an Exchange Server 2010 server that is outside the role assignment scope </li>
<li><a href="http://support.microsoft.com/kb/2555851">2555851</a> A mailbox does not appear in certain address lists after you run commands on the mailbox in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2559814">2559814</a> A user cannot add or remove delegates from a mailbox by using Outlook in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2561514">2561514</a> Exchange Server 2003 user cannot view the free/busy information of a user in a different federated organization </li>
<li><a href="http://support.microsoft.com/kb/2563860">2563860</a> You cannot create a new mailbox database if you already have 1000 mailbox databases in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2567409">2567409</a> Certain free/busy messages are not replicated from an Exchange Server 2010 server to an Exchange Server 2003 server </li>
<li><a href="http://support.microsoft.com/kb/2571791">2571791</a> Retention policies are applied to Contact items unexpectedly in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2572052">2572052</a> Certain properties of a recurring meeting request from external email accounts are missing in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2575005">2575005</a> You cannot start the EMC or the EMS in an Exchange Server 2010 Service Pack 1 environment </li>
<li><a href="http://support.microsoft.com/kb/2578631">2578631</a> Certain users cannot send email messages to a mail-enabled public folder in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2579172">2579172</a> Items that are deleted or moved still appear in the original folder when you use Office Outlook in online mode to access an Exchange Server 2010 mailbox </li>
<li><a href="http://support.microsoft.com/kb/2579671">2579671</a> No results returned when you use the ExpandGroup method in EWS to retrieve a list of members of a Dynamic Distribution Group in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2582095">2582095</a> The SmtpMaxMessagesPerConnection property of a send connector is not replicated to the subscribed Edge Transport server in an Exchange Server 2010 environment </li>
<li><a href="http://support.microsoft.com/kb/2600835">2600835</a> The RPC Client Access service crashes when you delete an attachment of an item by using Outlook in online mode in an Exchange Server 2010 SP1 environment </li>
<li><a href="http://support.microsoft.com/kb/2601701">2601701</a> The memory usage of the MSExchangeRepl.exe process keeps increasing when you perform a VSS backup on Exchange Server 2010 databases </li>
<li><a href="http://support.microsoft.com/kb/2617126">2617126</a> The Store.exe process crashes when you send an email message that has attachments in an Exchange Server 2010 SP1 environment </li>
</ul>
<p>&#160;</p>
<p><b>General Notes</b></p>
<p><b>An issue with management of RBAC roles when RU6 is partially deployed in the organization: </b>Due to changes shipped in this update, certain warnings can be displayed when managing RBAC roles, if RU6 is not yet deployed to all servers in the organization. Please see the following KB article for more information:</p>
<p>Managing RBAC roles might display warnings or errors if Exchange 2010 SP1 RU6 is partially deployed in the organization    <br /><a href="http://support.microsoft.com/kb/2638351">http://support.microsoft.com/kb/2638351</a></p>
<p><b>Note for Forefront users</b>: For those of you running Forefront Protection for Exchange, before installing the update, stop all Forefront services.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Rollup+6+for+Exchange+Server+2010+Service+Pack+1+http%3A%2F%2Ftinyurl.com%2F6a5wxzo" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/10/31/rollup-6-for-exchange-server-2010-service-pack-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New VMware View Clients for iPad, Android and Cius ;)</title>
		<link>http://www.wardvissers.nl/2011/10/28/new-vmware-view-clients-for-ipad-android-and-cius/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-vmware-view-clients-for-ipad-android-and-cius</link>
		<comments>http://www.wardvissers.nl/2011/10/28/new-vmware-view-clients-for-ipad-android-and-cius/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 22:15:50 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[View]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/10/28/new-vmware-view-clients-for-ipad-android-and-cius/</guid>
		<description><![CDATA[The new VMware View Client for iPad is out and it offers some great new features including an innovative new presentation mode supporting Apple AirPlay. More on this shortly… VMware View makes it easy to extend to your users the &#8230; <a href="http://www.wardvissers.nl/2011/10/28/new-vmware-view-clients-for-ipad-android-and-cius/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The new VMware View Client for iPad is out and it offers some great new features including an innovative new presentation mode supporting Apple AirPlay. More on this shortly…</p>
<p>VMware View makes it easy to extend to your users the opportunity to work where you want and on the device they choose. Today, we are excited to make this even easier with the release three new or updated mobile clients:</p>
<ul>
<li>VMware View Client for iPad 1.2 (Photo below showing new presentation mode!*)</li>
</ul>
<p><a href="http://blogs.vmware.com/.a/6a00d8341c328153ef0154365dda54970c-popup"><img title="ViewClient_iPad_Presentation_Mode" alt="ViewClient_iPad_Presentation_Mode" src="http://blogs.vmware.com/.a/6a00d8341c328153ef0154365dda54970c-500wi" /></a></p>
<p><a></a></p>
<ul>
<li>VMware View Client for Android Tablets</li>
</ul>
<p><a href="http://blogs.vmware.com/.a/6a00d8341c328153ef0153928a37f6970b-popup"><img title="Android_touchpad" alt="Android_touchpad" src="http://blogs.vmware.com/.a/6a00d8341c328153ef0153928a37f6970b-500wi" /></a></p>
<ul>
<li>VMware View Client for Cius</li>
</ul>
<p>Let’s talk about the new clients… </p>
<p><strong>VMware View Client for iPad 1.2     <br /></strong>Building on the earlier View Client for iPad we released in March, VMware View Client for iPad 1.2 makes it easier, faster and better than ever to connect to your View desktop.</p>
<p><strong>Optimized for VMware View 5 <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-smile" alt="Glimlach" src="http://www.wardvissers.nl/wp-upload/9be0886471c8_31E/wlEmoticon-smile.png" />      <br /></strong>With support for VMware View 5, you can get better performance with reduced bandwidth options as well as more resilient connections to your desktop than previous versions. </p>
<p><strong>Move Back and Forth between Windows Desktop and iOS Apps      <br /></strong>Now with support for background multitasking, you can jump from your Windows desktop to another iPad app and then right back into the Windows desktop to where you left off! </p>
<p><strong>Simpler to Connect with Embedded RSA Soft Token <img style="border-bottom-style: none; border-left-style: none; border-top-style: none; border-right-style: none" class="wlEmoticon wlEmoticon-winkingsmile" alt="Knipogende emoticon" src="http://www.wardvissers.nl/wp-upload/9be0886471c8_31E/wlEmoticon-winkingsmile.png" />      <br /></strong>If you need to use an RSA key to authenticate to connect to your View Desktop, just activate the RSA soft token built into the View Client for iPad and you just need to enter your RSA PIN when you connect to your View desktop.</p>
<p><strong>Support for iOS 5 and Apple AirPlay     <br /></strong>That right… VMware View Client for iPad 1.2 works well with iOS 5 and takes advantage of Apple AirPlay and an available AppleTV to use your big screen TV as a display for your View desktop. While some people might think that Apple TV is just for fun, it can now blur the lines between work and play and represents the best the post-PC era has to offer.</p>
<p><strong>Work Smarter with Presentation Mode *     <br /></strong>Use an external monitor or AirPlay in iOS 5 and the iPad display turns into a trackpad / keyboard while the external screen shows your View desktop!</p>
<p><strong>Speaks Your Language     <br /></strong>The latest VMware View client is now available in English, French, German, Japanese, Simplified Chinese, and Korean. When working multi-byte Asian languages, the new local input mode enables you to type in full lines of complete multi-byte words and then send them to your View desktop.</p>
<p>The new VMware View Client for iPad is available in the Apple App Store today! <a href="http://itunes.apple.com/us/app/vmware-view-for-ipad/id417993697?mt=8">Check it out</a>!</p>
<p>For those of you who follow this blog and use Android based tablets. Today we are happy to release our production Android clients for Android Tablets and the Cisco Cius. After all it is about supporting the tablet you choose.</p>
<p><strong>VMware View Client for Android Tablets and the Cisco Cius     <br /></strong>Whether you are using a Samsung Galaxy Tab 8.9 or 10.1, an LG/T-mobile G-Slate, a Motorola Xoom or any of the other newly available Honeycomb-based Android tablets or the Cisco Cius, you can get the most of your View desktop on the Android tablet you choose.</p>
<p><strong>Optimized for VMware View 5     <br /></strong>The VMware View Client for Android Tablets is the first Android client to support the PCoIP display protocol for best performance with VMware View 4.6 and View 5 users. With support for VMware View 5, you can get better performance with reduced bandwidth options as well as more resilient connections to your View desktop.</p>
<p><strong>Move Back and Forth between Windows Desktop and Android Apps      <br /></strong>Leveraging the power of Android multitasking, you can jump from your Windows desktop to another Android app and then right back into the Windows desktop to where you left off!</p>
<p><strong>Speaks Your Language     <br /></strong>The latest VMware View Client for Android is available in English, French, German, Japanese, Simplified Chinese, and Korean. When working multi-byte Asian languages, local input mode enables you to type in full lines of complete multi-byte words and then send them to your View desktop.</p>
<p>The new VMware View Client for Android Tablets is available in the <a href="https://market.android.com/details?id=com.vmware.view.client.android">Android Marketplace</a> and the VMware View Client for Cius will soon be available in Cisco’s AppHQ. Check them out today!</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=New+VMware+View+Clients+for+iPad%2C+Android+and+Cius+%3B%29+http%3A%2F%2Ftinyurl.com%2F69cwvmf" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/10/28/new-vmware-view-clients-for-ipad-android-and-cius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DPM force removal agent from server</title>
		<link>http://www.wardvissers.nl/2011/10/27/dpm-force-removal-agent-from-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dpm-force-removal-agent-from-server</link>
		<comments>http://www.wardvissers.nl/2011/10/27/dpm-force-removal-agent-from-server/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 21:37:15 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[DPM 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/10/27/dpm-force-removal-agent-from-server/</guid>
		<description><![CDATA[Error: How to Uninstall a Protection Agent http://technet.microsoft.com/en-us/library/bb809113.aspx Remove DPM agent from the DPM agent console http://technet.microsoft.com/en-us/library/ff634203.aspx Removing a Protected Computer Remove-ProductionServer.ps1 -DPMServername [DPMServerName] -PSName [ProtectedComputerName]]]></description>
			<content:encoded><![CDATA[<p>Error:</p>
<p><a href="http://www.wardvissers.nl/wp-upload/c2a159827211_12A0D/clip_image002.jpg"><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="clip_image002" border="0" alt="clip_image002" src="http://www.wardvissers.nl/wp-upload/c2a159827211_12A0D/clip_image002_thumb.jpg" width="622" height="246" /></a></p>
<p><b>How to Uninstall a Protection Agent</b></p>
<p><a href="http://technet.microsoft.com/en-us/library/bb809113.aspx">http://technet.microsoft.com/en-us/library/bb809113.aspx</a></p>
<p>Remove DPM agent from the DPM agent console</p>
<p><a href="http://technet.microsoft.com/en-us/library/ff634203.aspx">http://technet.microsoft.com/en-us/library/ff634203.aspx</a></p>
<p><b>Removing a Protected Computer</b></p>
<p><b></b></p>
<p><code>Remove-ProductionServer.ps1 -DPMServername [DPMServerName] -PSName [ProtectedComputerName]</code></p>
<p><a href="http://www.wardvissers.nl/wp-upload/c2a159827211_12A0D/clip_image004.jpg"><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="clip_image004" border="0" alt="clip_image004" src="http://www.wardvissers.nl/wp-upload/c2a159827211_12A0D/clip_image004_thumb.jpg" width="643" height="316" /></a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=DPM+force+removal+agent+from+server+http%3A%2F%2Ftinyurl.com%2F5wnsjyj" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/10/27/dpm-force-removal-agent-from-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DPM cannot create a backup because Windows Server Backup (WSB) on the protected computer encountered an error (WSB Event ID: 521, WSB Error Code: 0x807800A1).</title>
		<link>http://www.wardvissers.nl/2011/10/26/dpm-cannot-create-a-backup-because-windows-server-backup-wsb-on-the-protected-computer-encountered-an-error-wsb-event-id-521-wsb-error-code-0x807800a1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dpm-cannot-create-a-backup-because-windows-server-backup-wsb-on-the-protected-computer-encountered-an-error-wsb-event-id-521-wsb-error-code-0x807800a1</link>
		<comments>http://www.wardvissers.nl/2011/10/26/dpm-cannot-create-a-backup-because-windows-server-backup-wsb-on-the-protected-computer-encountered-an-error-wsb-event-id-521-wsb-error-code-0x807800a1/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 12:05:38 +0000</pubDate>
		<dc:creator>Ward</dc:creator>
				<category><![CDATA[DPM 2010]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">http://www.wardvissers.nl/2011/10/26/dpm-cannot-create-a-backup-because-windows-server-backup-wsb-on-the-protected-computer-encountered-an-error-wsb-event-id-521-wsb-error-code-0x807800a1/</guid>
		<description><![CDATA[Error: The following alert became inactive at 27-9-2011 3:15:52. Status: Inactive Data source type: Data source: System Protection Computer: &#60;ServerName&#62; Description: Last 1 recovery points not created. DPM cannot create a backup because Windows Server Backup (WSB) on the protected &#8230; <a href="http://www.wardvissers.nl/2011/10/26/dpm-cannot-create-a-backup-because-windows-server-backup-wsb-on-the-protected-computer-encountered-an-error-wsb-event-id-521-wsb-error-code-0x807800a1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Error:    <br />The following alert became inactive at 27-9-2011 3:15:52.</p>
<p>Status: Inactive</p>
<p>Data source type:</p>
<p>Data source: System Protection</p>
<p>Computer: &lt;ServerName&gt;</p>
<p>Description: Last 1 recovery points not created.</p>
<p>DPM cannot create a backup because Windows Server Backup (WSB) on the protected computer encountered an error (WSB Event ID: 521, WSB Error Code: 0x807800A1).</p>
<p>For more information, open DPM Administrator Console and review the alert details in the Monitoring task area.    </p>
<p>Solution:     </p>
<p><a href="http://support.microsoft.com/kb/983426">Some noncritical volumes are included in the system state backup image when you use the &quot;-allCritical&quot; switch in Windows Server 2008 R2 or in Windows 7</a> only for non SP1 systems. SP1 includes this hotfix.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=DPM+cannot+create+a+backup+because+Windows+Server+Backup+%28WSB%29+on+the+protected+computer+encountered+an+error+...+http%3A%2F%2Ftinyurl.com%2F4ye8c8w" title="Post to Twitter"><img class="nothumb" src="http://www.wardvissers.nl/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro2.png" alt="Post to Twitter" /></a></p></div>]]></content:encoded>
			<wfw:commentRss>http://www.wardvissers.nl/2011/10/26/dpm-cannot-create-a-backup-because-windows-server-backup-wsb-on-the-protected-computer-encountered-an-error-wsb-event-id-521-wsb-error-code-0x807800a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

