<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Exchange 2010 Service Pack 1 Beta &#8211; Quick Mobility Spin</title>
	<atom:link href="http://mobilitydojo.net/2010/06/08/exchange-2010-service-pack-1-beta-quick-mobility-spin/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobilitydojo.net/2010/06/08/exchange-2010-service-pack-1-beta-quick-mobility-spin/</link>
	<description>place of the mobility way</description>
	<lastBuildDate>Fri, 11 May 2012 10:49:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Victor</title>
		<link>http://mobilitydojo.net/2010/06/08/exchange-2010-service-pack-1-beta-quick-mobility-spin/comment-page-1/#comment-14976</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Thu, 08 Jul 2010 10:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1133#comment-14976</guid>
		<description>Andreas,

Thanks for the tip!
I managed to put together a registry file &amp; then convert it into a cab file for local installation. It worked like a charm &amp; I&#039;ve wiped two devices so far! It even wipes the external storage card clean!</description>
		<content:encoded><![CDATA[<p>Andreas,</p>
<p>Thanks for the tip!<br />
I managed to put together a registry file &amp; then convert it into a cab file for local installation. It worked like a charm &amp; I&#8217;ve wiped two devices so far! It even wipes the external storage card clean!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2010/06/08/exchange-2010-service-pack-1-beta-quick-mobility-spin/comment-page-1/#comment-14932</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Wed, 07 Jul 2010 14:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1133#comment-14932</guid>
		<description>The recommended approach is to use xml provisioning also for settings that can be managed through the registry directly. (Even in code I often use provisioning instead of direct manipulation of registry keys.)

The official docs:
http://msdn.microsoft.com/en-us/library/cc842616.aspx</description>
		<content:encoded><![CDATA[<p>The recommended approach is to use xml provisioning also for settings that can be managed through the registry directly. (Even in code I often use provisioning instead of direct manipulation of registry keys.)</p>
<p>The official docs:<br />
<a href="http://msdn.microsoft.com/en-us/library/cc842616.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/cc842616.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://mobilitydojo.net/2010/06/08/exchange-2010-service-pack-1-beta-quick-mobility-spin/comment-page-1/#comment-14916</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 07 Jul 2010 11:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1133#comment-14916</guid>
		<description>I found this article which might shed some light but does not require XML provisioning: http://searchexchange.techtarget.com/tip/0,289483,sid43_gci1277322,00.html
It can also be accomplish thru XML provisioning since a registry file/setting can be achieved through those means as well.</description>
		<content:encoded><![CDATA[<p>I found this article which might shed some light but does not require XML provisioning: <a href="http://searchexchange.techtarget.com/tip/0,289483,sid43_gci1277322,00.html" rel="nofollow">http://searchexchange.techtarget.com/tip/0,289483,sid43_gci1277322,00.html</a><br />
It can also be accomplish thru XML provisioning since a registry file/setting can be achieved through those means as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://mobilitydojo.net/2010/06/08/exchange-2010-service-pack-1-beta-quick-mobility-spin/comment-page-1/#comment-14913</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 07 Jul 2010 10:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1133#comment-14913</guid>
		<description>Andreas,

That is an excellent piece of news.
Could you advise me how this can be achieved using the same method of manual XML provisioning?
I use dotFred&#039;s Task Manager to accomplish the Device Encryption in WM6.1Std prior to DojoCrypt WMStd release.</description>
		<content:encoded><![CDATA[<p>Andreas,</p>
<p>That is an excellent piece of news.<br />
Could you advise me how this can be achieved using the same method of manual XML provisioning?<br />
I use dotFred&#8217;s Task Manager to accomplish the Device Encryption in WM6.1Std prior to DojoCrypt WMStd release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2010/06/08/exchange-2010-service-pack-1-beta-quick-mobility-spin/comment-page-1/#comment-14884</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Wed, 07 Jul 2010 06:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1133#comment-14884</guid>
		<description>On Windows Mobile all features controlled by Exchange are configured using xml provisioning. (Other devices are also able to implement some of the settings, so there is a conversion happening device-side from wbxml to the platform&#039;s choice of xml/whatever.)
&quot;Wipe device after x attempts&quot;, or a local wipe as it&#039;s also known, is configurable device-side as well, and should work on WM 6.x.</description>
		<content:encoded><![CDATA[<p>On Windows Mobile all features controlled by Exchange are configured using xml provisioning. (Other devices are also able to implement some of the settings, so there is a conversion happening device-side from wbxml to the platform&#8217;s choice of xml/whatever.)<br />
&#8220;Wipe device after x attempts&#8221;, or a local wipe as it&#8217;s also known, is configurable device-side as well, and should work on WM 6.x.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://mobilitydojo.net/2010/06/08/exchange-2010-service-pack-1-beta-quick-mobility-spin/comment-page-1/#comment-14881</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Wed, 07 Jul 2010 05:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1133#comment-14881</guid>
		<description>Andreas,

Is the &quot;Wipe device after 8 failed sign-in attempts&quot; a feature that is enabled by XML provisioning through Exchange or is it a device side feature?
If the former, is it available in WM6.1/6.5?
Thanks!</description>
		<content:encoded><![CDATA[<p>Andreas,</p>
<p>Is the &#8220;Wipe device after 8 failed sign-in attempts&#8221; a feature that is enabled by XML provisioning through Exchange or is it a device side feature?<br />
If the former, is it available in WM6.1/6.5?<br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

