<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>System Management</title>
	<atom:link href="http://donnystyle.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://donnystyle.wordpress.com</link>
	<description>System Center Cloud &#38; Datacenter</description>
	<lastBuildDate>Fri, 24 May 2013 16:11:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='donnystyle.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9a9b61b1d0ade8a3b683050b03f3c58f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>System Management</title>
		<link>http://donnystyle.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://donnystyle.wordpress.com/osd.xml" title="System Management" />
	<atom:link rel='hub' href='http://donnystyle.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Reporting Service Point (RSP) broken after upgrading SQL Server 2012 SP1 #sysctr</title>
		<link>http://donnystyle.wordpress.com/2013/05/23/reporting-service-point-rsp-broken-after-upgrading-sql-server-2012-sp1-sysctr/</link>
		<comments>http://donnystyle.wordpress.com/2013/05/23/reporting-service-point-rsp-broken-after-upgrading-sql-server-2012-sp1-sysctr/#comments</comments>
		<pubDate>Thu, 23 May 2013 14:19:38 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1559</guid>
		<description><![CDATA[Last week an upgrade of the Configuration Manager 2012 SP1 SQL Servers was scheduled . This was a straightforward upgrade of SQL Server 2008 R2 SP1 to SQL Server 2012 SP1 which was affecting both Central Administration Site (CAS) server and Primary Site Server (PSS). Issue After the upgrade we noticed that Reports are not &#8230; <a href="http://donnystyle.wordpress.com/2013/05/23/reporting-service-point-rsp-broken-after-upgrading-sql-server-2012-sp1-sysctr/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1559&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Last week an upgrade of the Configuration Manager 2012 SP1 SQL Servers was scheduled . This was a straightforward upgrade of SQL Server 2008 R2 SP1 to SQL Server 2012 SP1 which was affecting both Central Administration Site (CAS) server and Primary Site Server (PSS). </p>
<p><strong>Issue</strong></p>
<p>After the upgrade we noticed that Reports are not longer available. Opening a random report resulted in an error:</p>
<blockquote><p><em>Failed to load expressions host assembly. Details: Could not load file or assembly ‘SrsResources. Culture=Neutral’ or one of its dependencies. The system cannot find the file specified.</em></p>
</blockquote>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image10.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image_thumb9.png?w=425&#038;h=244" width="425" height="244" /></a></p>
<p><span id="more-1559"></span>
</p>
<p><strong>Root Cause</strong></p>
<p>As SQL Reporting Reporting Services is a component of SQL Server setup and thus Reporting Services will be upgraded as well. By default, the installation directory of SQL Server 2008 R2 Reporting Services, which may very to your custom parameters, is the following: </p>
<blockquote><p>C:\Program Files\Microsoft SQL Server\MSRS10.50.MSSQLSERVER</p>
</blockquote>
<p>&#160;</p>
<p>Due to the upgrade from SQL Server 2008 R2 to SQL Server 2012 the default installation directory has changed to:</p>
<blockquote><p>C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER</p>
</blockquote>
<p>&#160;</p>
<p>So the configuration defined in <strong>rssrvpolicy.config</strong> does not match the new situation. The <strong><em>SRSResources</em></strong> assembly url in <strong>rsssrvpolicy.config</strong> is still pointing to the installation path of SQL Server 2008 R2 instead of SQL Server 2012.</p>
<p><strong>Solution</strong></p>
<p>This issue can be solved by performing the following steps:</p>
<ul>
<li>Change the <em><strong>SRSResources</strong></em> assembly url in <strong>rssrvpolicy.config</strong> which is located in the new SSRS installation folder <strong>.\MSRS11.MSSQLSERVER\Reporting Services\Report Server\Bin</strong> </li>
</ul>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image12.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image_thumb10.png?w=582&#038;h=54" width="582" height="54" /></a> </p>
<p>to</p>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image13.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image_thumb11.png?w=582&#038;h=56" width="582" height="56" /></a> </p>
<ul>
<li>Copy <strong>srsresources.dll</strong> from the old SSRS installation folder <strong>.\MSRS10.50.MSSQLSERVER\Reporting Services\Report Server\Bin</strong> to the new SSRS installation folder <strong>.\MSRS11.MSSQLSERVER\Reporting Services\Report Server\Bin</strong>. </li>
<li>That is it! </li>
</ul>
<p><strong>Preferred Solution</strong></p>
<p>Although we fixed this issue in a production environment and were able to reproduce it in a lab environment I am not sure the above steps are a recommended approach or are even supported by Microsoft. I guess a rhetoric question <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> . </p>
<p>To be sure you are taking a ‘supported’ route the best way is to remove the Reporting Service Point (RSP) role and add it back again. How to install RSP is described in <a href="http://social.technet.microsoft.com/wiki/contents/articles/15475.how-to-successfully-install-reporting-services-point-role-in-sccm-2012-sp1.aspx">this</a> TechNet wiki.</p>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image14.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image_thumb12.png?w=291&#038;h=301" width="291" height="301" /></a> </p>
</p>
<p>Hope this helps!</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:5db8a16b-e925-4fba-b1ab-61f135a3169c" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/SCCM+2012+SP1" rel="tag">SCCM 2012 SP1</a>,<a href="http://technorati.com/tags/SQL" rel="tag">SQL</a>,<a href="http://technorati.com/tags/SSRS" rel="tag">SSRS</a>,<a href="http://technorati.com/tags/Reporting+Services" rel="tag">Reporting Services</a>,<a href="http://technorati.com/tags/Reports" rel="tag">Reports</a>,<a href="http://technorati.com/tags/System+Center" rel="tag">System Center</a>,<a href="http://technorati.com/tags/Private+Cloud" rel="tag">Private Cloud</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1559/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1559/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1559&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/05/23/reporting-service-point-rsp-broken-after-upgrading-sql-server-2012-sp1-sysctr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image_thumb9.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image_thumb10.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image_thumb11.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image_thumb12.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Post actions required to meet Configuration Manager 2012 SP1 supported (SQL) Configuration #sysctr</title>
		<link>http://donnystyle.wordpress.com/2013/05/21/post-actions-required-to-meet-configuration-manager-2012-sp1-supported-sql-configuration-sysctr/</link>
		<comments>http://donnystyle.wordpress.com/2013/05/21/post-actions-required-to-meet-configuration-manager-2012-sp1-supported-sql-configuration-sysctr/#comments</comments>
		<pubDate>Tue, 21 May 2013 19:18:12 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[System Center]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1548</guid>
		<description><![CDATA[When you install a secondary site, you can use an existing instance of SQL Server or allow Setup to install and use an instance of SQL Server Express. Whichever option that you choose, SQL Server must be located on the secondary site server. The version of SQL Server Express that Setup installs depends on the &#8230; <a href="http://donnystyle.wordpress.com/2013/05/21/post-actions-required-to-meet-configuration-manager-2012-sp1-supported-sql-configuration-sysctr/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1548&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>When you install a secondary site, you can use an existing instance of SQL Server or allow Setup to install and use an instance of SQL Server Express. Whichever option that you choose, SQL Server must be located on the secondary site server. The version of SQL Server Express that Setup installs depends on the version of Configuration Manager that you use.</p>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image9.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image_thumb8.png?w=462&#038;h=111" width="462" height="111" /></a>&#160;</p>
</p>
<p><a href="http://technet.microsoft.com/library/gg682077.aspx#BKMK_SupConfigSQLDBconfig"><font size="1">http://technet.microsoft.com/library/gg682077.aspx#BKMK_SupConfigSQLDBconfig</font></a> </p>
<p><span id="more-1548"></span>
</p>
<p>When the setup of a secondary site fails for some reason(s) and you re-run the setup and re-use the SQL Server Express instance – which was previously installed on the first attempt – the prerequisite checker indicates the that SQL Server (Express) version is not supported which results the setup will not continue. </p>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/clip_image002.jpg"><img title="clip_image002" style="display:inline;border-width:0;" border="0" alt="clip_image002" src="http://donnystyle.files.wordpress.com/2013/05/clip_image002_thumb.jpg?w=472&#038;h=323" width="472" height="323" /></a></p>
<p>Having a closer look using <em>ConfigMgrPrereq.log</em> and <em>ConfigMgrSetup.log </em>the reason why the setup of the secondary site server failed is clear:</p>
<blockquote><p>SQL Server version;&#160;&#160;&#160; Error;&#160;&#160;&#160; Configuration Manager sites require a supported SQL Server version with required hotfixes for site database operations to succeed. Before Setup can continue, you must install a supported version of SQL Server on the specified site database server. For more information, see <a href="http://go.microsoft.com/fwlink/p/?LinkID=232936">http://go.microsoft.com/fwlink/p/?LinkID=232936</a></p>
</blockquote>
<p><b></b></p>
<p>With Configuration Manager 2012 SP1 an unsupported version of SQL Server Express (11.0.2100.60 &#8211; RTM) is installed on secondary site servers. This SQL instance does not contain CU2 or SP1. </p>
<p>The <font size="1">SQL Server version can be determined through various ways including the <a href="http://technet.microsoft.com/en-us/library/hh368980.aspx">Configuration Manager Prerequisite Checker</a> or SQL Server Management Studio. </font></p>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/clip_image001.png"><img title="clip_image001" style="display:inline;border-width:0;" border="0" alt="clip_image001" src="http://donnystyle.files.wordpress.com/2013/05/clip_image001_thumb.png?w=582&#038;h=70" width="582" height="70" /></a></p>
</p>
<p>For the record when you are deploying a secondary site server based on Configuration Manager 2012 RTM the SQL Server version installed is SQL Server 2008 R2 Express SP1, which means no post actions are required.</p>
<p><b><a href="http://donnystyle.files.wordpress.com/2013/05/clip_image001.jpg"><img title="clip_image001" style="display:inline;border-width:0;" border="0" alt="clip_image001" src="http://donnystyle.files.wordpress.com/2013/05/clip_image001_thumb.jpg?w=582&#038;h=63" width="582" height="63" /></a></b></p>
<p>Unsupported doesn’t means it isn’t working – actually it is working fine. I am wondering if you aware of this and have updated your secondary site server(s) to meet SQL Sever 2012 Express at least CU2 or SP1?&#160; </p>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/clip_image0015.png"><img title="clip_image001[5]" style="display:inline;border-width:0;" border="0" alt="clip_image001[5]" src="http://donnystyle.files.wordpress.com/2013/05/clip_image0015_thumb.png?w=582&#038;h=70" width="582" height="70" /></a></p>
<p>Bottom-line, based on the <a href="http://technet.microsoft.com/en-us/library/gg682077.aspx#BKMK_SupConfigSQLDBconfig">Supported Configurations for Configuration Manager</a> documentation and the pre-requisites checker &#8211; SQL Server 2012 Express with a minimum of <a href="http://support.microsoft.com/kb/2703275">CU2</a> or SQL Server 2012 <a href="http://www.microsoft.com/en-us/download/details.aspx?id=35575">SP1</a> must be installed afterwards a Secondary Site Server setup in order to meet a supported Configuration Manager configuration.</p>
</p>
<p>A <em>close</em> member of the Configuration Manager Product Team confirmed this behavior and committed some guidance on this topic to be expected on TechNet (aka update product documentation).</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:131faa83-8879-4946-ab83-dbb65130ec83" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/SQL" rel="tag">SQL</a>,<a href="http://technorati.com/tags/CU2" rel="tag">CU2</a>,<a href="http://technorati.com/tags/SP1" rel="tag">SP1</a>,<a href="http://technorati.com/tags/SCCM+2012+SP1" rel="tag">SCCM 2012 SP1</a>,<a href="http://technorati.com/tags/Secondary+Site+Server" rel="tag">Secondary Site Server</a>,<a href="http://technorati.com/tags/SQL+Server+Express+2012" rel="tag">SQL Server Express 2012</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1548/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1548/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1548&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/05/21/post-actions-required-to-meet-configuration-manager-2012-sp1-supported-sql-configuration-sysctr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image_thumb8.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/clip_image001_thumb.png" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/clip_image001_thumb.jpg" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/clip_image0015_thumb.png" medium="image">
			<media:title type="html">clip_image001[5]</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Intune: Selective Active Directory Synchronization</title>
		<link>http://donnystyle.wordpress.com/2013/05/01/windows-intune-selective-active-directory-synchronization/</link>
		<comments>http://donnystyle.wordpress.com/2013/05/01/windows-intune-selective-active-directory-synchronization/#comments</comments>
		<pubDate>Wed, 01 May 2013 09:40:06 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Intune]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Windows Intune]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1523</guid>
		<description><![CDATA[In the past months I was glad to had the opportunity to accompany a number of customers with a Windows Intune proof of concept, primarily focused on the Mobile Device Management features introduced by Wave-D of Windows Intune. The Proof-of-Concept’s (PoC) for Windows Intune showcase the benefits and features of using the Windows Intune service &#8230; <a href="http://donnystyle.wordpress.com/2013/05/01/windows-intune-selective-active-directory-synchronization/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1523&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In the past months I was glad to had the opportunity to accompany a number of customers with a Windows Intune proof of concept, primarily focused on the Mobile Device Management features introduced by Wave-D of Windows Intune.</p>
<p>The Proof-of-Concept’s (PoC) for Windows Intune showcase the benefits and features of using the Windows Intune service to manage mobile devices in IT environment through the cloud or in a hybrid scenario.</p>
<p>During the POC we had a challenge how to introduce selective synchronization of user objects between on-premise Active Directory and Windows Azure Active Directory. This to achieve to synchronize only those user accounts which are Windows Intune ‘enabled’.</p>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image_thumb.png?w=490&#038;h=300" width="490" height="300" /></a>&#160;</p>
<p><em>Windows Intune Infrastructure overview.</em></p>
<p><span id="more-1523"></span>
<p><strong>Background</strong></p>
<p>Before continuing how to configure selective Active Directory Synchronization some background of how Active Directory synchronization between on-premise and off-premise take place.</p>
<p><strong>DirSync</strong></p>
<p>Although you can manage your authentication entirely in Windows Azure Active Directory (WAAD), you can also synchronize WAAD with an existing on-premise Active Directory environment using the Active Directory directory synchronization (DirSync) tool. </p>
<p>DirSync creates a read-only connection from your on-premise Active Directory to WAAD and ensures that the cloud-based directory is always synchronized with the on-premise directory. If you make a change in your on-premise Active Directory, the change is synchronized to the cloud.</p>
<p>On-premise account passwords are not transferred to the cloud. Users will be assigned a new temporary password. To avoid password confusion, it is recommended that you consider deploying single sign-on (SSO) with Active Directory Federation Services (AD FS). This configuration enables users to access on-premise and cloud services by using only corporate credentials.</p>
<p><strong>Selective Synchronization</strong></p>
<p>My colleague <a href="http://nl.linkedin.com/pub/mark-blok/6/441/86a">Mark Blok</a> pointed me to an interesting blog post from <a href="http://msexchangeguru.com/2012/08/10/office-365-2/">MSExchangeGuru.com</a> how to configure select Active Directory synchronization for Office 365. Until now, one of the challenges of DirSync is that it would sync your entire AD to Windows Intune/WAAD. This means that if you had 10,000 AD users and only wanted 500 in Windows Intune, you would have all 10,000 users listed in Windows Intune.</p>
<p>DirSync is simply a pre-configured Microsoft Identity Integration Server [MIIS] installation specific for Office 365, Windows Intune integration. The MIIS Client located at:</p>
<ul>
<li>
<p>32-bit: <em>%SystemDrive%\Program Files\Microsoft Online Directory Sync\SYNCBUS\UIShell</em></p>
</li>
<li>
<p>64-bit: <em>%SystemDrive%\Program Files\Microsoft Online Directory Sync\SYNCBUS\Synchronization Service\UIShell</em></p>
</li>
</ul>
<p>There are 3 filtering options that can be applied to DirSync:</p>
<ul>
<li>
<p><strong>Organizational Units based</strong>, which allows you to select which OUs are to be synced to the cloud;</p>
</li>
<li>
<p><strong>Domain based</strong>, allowing you to select which domains are synchronized to the cloud;</p>
</li>
<li>
<p><strong>User attribute based</strong>, enabling you to control which objects shouldn’t be synchronized to the cloud based on their AD attributes.</p>
</li>
</ul>
<p>This blog post explains how to filter based on Organizational Units as this the most common used scenario for Active Directory user object filtering.</p>
<h5>Organizational Units Based Filtering</h5>
<ul>
<li>
<p>Log on to the computer that is running DirSync by using an account that is a member of the <strong>MIISAdmins</strong> local group</p>
</li>
<li>
<p>Open MIIS by running <strong>miisclient.exe</strong></p>
</li>
<li>
<p>In <strong>Synchronization Service Manager</strong>, click <strong>Management Agents</strong> and then double-click <strong>SourceAD</strong></p>
</li>
</ul>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image8.png"><img title="image" style="border-top:0;border-right:0;border-bottom:0;border-left:0;display:inline;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image8_thumb.png?w=338&#038;h=282" width="338" height="282" /></a> </p>
<ul>
<li>Click <strong>Configure Directory Partitions</strong> and then click <strong>Containers</strong> </li>
</ul>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image11.png"><img title="image" style="border-top:0;border-right:0;border-bottom:0;border-left:0;display:inline;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image11_thumb.png?w=337&#038;h=255" width="337" height="255" /></a> </p>
</p>
<ul>
<li>When prompted, enter domain credentials for your on-premises domain and then click <strong>OK</strong> </li>
<li>When prompted, enter domain credentials for your on-premises domain and then click <strong>OK</strong> </li>
</ul>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image20.png"><img title="image" style="border-top:0;border-right:0;border-bottom:0;border-left:0;display:inline;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image20_thumb.png?w=342&#038;h=330" width="342" height="330" /></a> </p>
<ul>
<li>If you click in <strong>Advanced…</strong> you will be able to further control which OUs to include and exclude </li>
</ul>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image23.png"><img title="image" style="border-top:0;border-right:0;border-bottom:0;border-left:0;display:inline;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image23_thumb.png?w=343&#038;h=249" width="343" height="249" /></a> </p>
<li>
<p>Click <strong>OK</strong> three times</p>
</li>
<li>
<p>On the <strong>Management Agent</strong> tab, right-click <strong>SourceAD</strong>, click <strong>Run</strong>, click <strong>Full Import Full Sync</strong> and then click <strong>OK</strong> to perform a full sync</p>
</p>
</p>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image26.png"><img title="image" style="border-top:0;border-right:0;border-bottom:0;border-left:0;display:inline;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image26_thumb.png?w=337&#038;h=325" width="337" height="325" /></a> </p>
<ul>
<li>Once finished, you can check the results at the bottom left corner of the window. 283 objects are removed based on the configured filter. </li>
</ul>
<p><a href="http://donnystyle.files.wordpress.com/2013/05/image32.png"><img title="image" style="border-top:0;border-right:0;border-bottom:0;border-left:0;display:inline;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/05/image32_thumb.png?w=336&#038;h=280" width="336" height="280" /></a> </p>
<p>If you have additional demands how to filter your Active Directory synchronization objects you can use <strong>domain</strong> or <strong>User attribute based</strong> filtering as well. The process how to configure is described <a href="http://msexchangeguru.com/2012/08/10/office-365-2/">here</a>.</p>
<p>&#160;</p>
<p>Source: <a title="http://msexchangeguru.com/2012/08/10/office-365-2/" href="http://msexchangeguru.com/2012/08/10/office-365-2/">http://msexchangeguru.com/2012/08/10/office-365-2/</a></p>
</li>
<li>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:d7d33d21-953c-4364-9b7a-f14ce2c084c8" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/WAAD" rel="tag">WAAD</a>,<a href="http://technorati.com/tags/Windows+Azure+Active+Directory" rel="tag">Windows Azure Active Directory</a>,<a href="http://technorati.com/tags/Azure" rel="tag">Azure</a>,<a href="http://technorati.com/tags/MIIS" rel="tag">MIIS</a>,<a href="http://technorati.com/tags/FIM" rel="tag">FIM</a>,<a href="http://technorati.com/tags/Active+Directory" rel="tag">Active Directory</a>,<a href="http://technorati.com/tags/Office+365" rel="tag">Office 365</a>,<a href="http://technorati.com/tags/Windows+Intune" rel="tag">Windows Intune</a>,<a href="http://technorati.com/tags/Cloud" rel="tag">Cloud</a>,<a href="http://technorati.com/tags/DirSync" rel="tag">DirSync</a></div>
</p>
</p>
</li>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1523/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1523/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1523&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/05/01/windows-intune-selective-active-directory-synchronization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image8_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image11_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image20_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image23_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image26_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/05/image32_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s ShowTime! &#8216;Signing your Windows Phone 8 Apps&#8217;</title>
		<link>http://donnystyle.wordpress.com/2013/04/26/its-showtime-signing-your-windows-phone-8-apps/</link>
		<comments>http://donnystyle.wordpress.com/2013/04/26/its-showtime-signing-your-windows-phone-8-apps/#comments</comments>
		<pubDate>Fri, 26 Apr 2013 12:04:21 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Intune]]></category>
		<category><![CDATA[Windows Phone 8]]></category>
		<category><![CDATA[Windows RT]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1505</guid>
		<description><![CDATA[Windows Phone 8 enables companies to publish and distribute Windows Phone apps (XAP file format) directly to their employees or other users, bypassing the Windows Phone Store. Users can install apps published by their company only after they enroll their phones for app distribution from their company, and only users that are enrolled for app &#8230; <a href="http://donnystyle.wordpress.com/2013/04/26/its-showtime-signing-your-windows-phone-8-apps/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1505&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Windows Phone 8 enables companies to publish and distribute Windows Phone apps (XAP file format) directly to their employees or other users, bypassing the Windows Phone Store. Users can install apps published by their company only after they enroll their phones for app distribution from their company, and only users that are enrolled for app distribution from the company can install the company apps.</p>
<p><a href="http://donnystyle.files.wordpress.com/2013/04/image3.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/04/image_thumb2.png?w=222&#038;h=246" width="222" height="246" /></a> </p>
<p><span id="more-1505"></span>
</p>
<p><strong>XapSignTool</strong></p>
<p>Before distributing a company app or a Company Hub app, you must sign the XAP with the <a href="http://go.microsoft.com/fwlink/?LinkId=268441">code signing certificate</a> that was obtained from Symantec. To perform these tasks, you have the following options:</p>
<ul>
<li>
<p>You can perform both tasks by running the BuildMDILXap.ps1 PowerShell script that is included with Windows Phone SDK 8.0. For more info, see <a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/dn168929(v=vs.105).aspx#BKMK_psscript">Precompiling managed assemblies and signing apps by using the Windows PowerShell script</a> in this topic.</p>
</li>
<li>
<p>If you are building the apps at the command prompt by using <strong>MSBuild</strong> and Visual Studio 2012 Update 2 or later, you can specify <strong>MSBuild</strong> command-line options to perform these tasks. For more info, see <a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/dn168929(v=vs.105).aspx#BKMK_msbuild">Precompiling managed assemblies and signing apps from the command line by using MSBuild</a> in this topic.</p>
</li>
<li>
<p>You can use the MDILXapCompile and XapSignTool command-line tools to perform each task individually. For more info about using these tools, see <a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/dn168928(v=vs.105).aspx">How to precompile a company app by using MDILXAPCompile</a> and <a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj681686(v=vs.105).aspx">How to sign a company app by using XapSignTool</a>.</p>
</li>
</ul>
<p><a></a></p>
<p><i><strong>NOTE! </strong>Do NOT use the BuildMDILXap PowerShell script identified on MSDN as this can cause problems with the package installation on the Phone.<u> </u></i></p>
<p>This blog post provides instructions for using the <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa387764(v=vs.85).aspx">XapSignTool</a> – part of the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=35471">Windows Phone SDK 8.0</a> &#8211; to sign your Windows Phone 8 Apps. </p>
<p><a href="http://donnystyle.files.wordpress.com/2013/04/image4.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/04/image_thumb3.png?w=246&#038;h=137" width="246" height="137" /></a> </p>
<p><strong>Process</strong></p>
<p>This section describes in chronological order the process of signing a Windows Phone App. In this example I am using the Company Portal App which is required to deploy Windows Phone 8 apps to Windows Phones 8:</p>
<ul>
<li>Use a<strong> Windows 8 64-bit (x64)</strong> client as it is mandatory for Windows Phone SDK 8.0 </li>
<li>Next step is to <a href="http://www.microsoft.com/en-us/download/details.aspx?id=35471">downloading</a> and install <strong>Windows Phone SDK 8.0</strong> on your Windows 8 client </li>
<li>When finished <a href="http://www.microsoft.com/en-us/download/details.aspx?id=36060">download</a> and install the <strong>Company Portal App</strong> on your Windows 8 client as well </li>
<li>Retrieve the Company Portal App previously installed. The default installation path is: <i><strong>%ProgramFiles(x86)%\Microsoft Corporation\Windows Intune Company Portal for Windows Phone 8/SSP.xap</strong></i> </li>
<li>Get your <strong>code signing certificate</strong>. You will need a copy of the code-signing certificate that was obtained from Symantec exported to PFX file along with the password to access it. </li>
</ul>
<p>&#160;&#160;&#160; <a href="http://donnystyle.files.wordpress.com/2013/04/code_signing_cert.png"><img title="code_signing_cert" style="display:inline;border-width:0;" border="0" alt="code_signing_cert" src="http://donnystyle.files.wordpress.com/2013/04/code_signing_cert_thumb.png?w=178&#038;h=217" width="178" height="217" /></a> <a href="http://donnystyle.files.wordpress.com/2013/04/image5.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/04/image_thumb4.png?w=177&#038;h=217" width="177" height="217" /></a> <a href="http://donnystyle.files.wordpress.com/2013/04/image6.png"><img title="image" style="display:inline;border-width:0;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/04/image_thumb5.png?w=176&#038;h=216" width="176" height="216" /></a> </p>
<p align="left"><em><strong>Note!</strong> Make sure you have installed the complete certificate chain of your code signing certificate on your Windows 8 client in order to properly sign your apps. If not included, the signing of your Windows Phone apps will succeed but the apps become useless. Make sure the enterprise code signing certificate contains the private key! </em></p>
<ul>
<li>Start the <b>VS2012 x86 Native Tools Command Prompt</b> using the “Run as administrator” option and switch to the following folder: <b><em>%ProgramFiles(x86)%\Microsoft SDKs\Windows Phone\v8.0\Tools\XapSignTool </em></b></li>
<li>Use the following command to sign the Company Portal App: <strong><em>C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\XapSignTool&gt;xapsigntool sign /v /signtool &quot;C:\Program Files (x86)\Windows Kits\8.0\bin\x86&quot; /f [certificate.pfx] /p [password] SSP.xap</em></strong> </li>
</ul>
<p>Be sure to update this command with appropriate values for your SSP.XAP, PFX filename and the password you used to protect your enterprise cert. </p>
<p>You should also see the date modified field change to the current time and the XAP file size change to approx. 343 KB. You can now upload this along with your enterprise certificate into <a href="http://go.microsoft.com/fwlink/p/?LinkID=271118">Configuration Manager 2012 SP1</a> or <a href="http://go.microsoft.com/fwlink/?LinkId=262387">Windows Intune</a>.</p>
<p>To ease the process of signing your Windows Phone 8 app you can use the following PowerShell script code:</p>
<blockquote><p>&#160;</p>
<p>$signtool = &#8216;C:\Program Files (x86)\Windows Kits\8.0\bin\x86&#8242;      <br />$certificate = &#8216;C:\Users\user1\Documents\Certificates\&lt;code signing certificate&gt;&#8217;       <br />$password = &#8216;&lt;password&gt;&#8217;       <br />$app = &#8216;C:\Program Files (x86)\Microsoft Corporation\Windows Intune Company Portal for Windows Phone 8\ssp.xap&#8217; </p>
<p>&amp; &#8216;C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\Tools\XapSignTool\xapsigntool&#8217; sign /v /signtool $signtool /f $certificate /p $password $app</p>
</blockquote>
<p>The Windows Phone 8 App Code signing PowerShell script can be download <a href="http://gallery.technet.microsoft.com/Windows-Phone-8-Code-5aca757d">here</a> from TechNet Gallery</p>
<p>Sources:</p>
<p><a title="http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206943(v=vs.105).aspx" href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206943(v=vs.105).aspx">http://msdn.microsoft.com/en-us/library/windowsphone/develop/jj206943(v=vs.105).aspx</a></p>
<p><a title="http://www.cableplugger.com/2013/02/exactly-how-do-you-sign-windows-phone-8.html" href="http://www.cableplugger.com/2013/02/exactly-how-do-you-sign-windows-phone-8.html">http://www.cableplugger.com/2013/02/exactly-how-do-you-sign-windows-phone-8.html</a></p>
<p>&#160;</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:6135eab1-d5a9-42af-ac5d-3dc2d47e3e54" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/Windows+Phone+SDK+8.0" rel="tag">Windows Phone SDK 8.0</a>,<a href="http://technorati.com/tags/XAP" rel="tag">XAP</a>,<a href="http://technorati.com/tags/XAPSignTool" rel="tag">XAPSignTool</a>,<a href="http://technorati.com/tags/MDM" rel="tag">MDM</a>,<a href="http://technorati.com/tags/Windows+Phone+8" rel="tag">Windows Phone 8</a>,<a href="http://technorati.com/tags/Windows+8" rel="tag">Windows 8</a>,<a href="http://technorati.com/tags/WIndows+Intune" rel="tag">WIndows Intune</a>,<a href="http://technorati.com/tags/Configuration+Manager" rel="tag">Configuration Manager</a>,<a href="http://technorati.com/tags/SDK" rel="tag">SDK</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1505/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1505/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1505&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/04/26/its-showtime-signing-your-windows-phone-8-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/code_signing_cert_thumb.png" medium="image">
			<media:title type="html">code_signing_cert</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Azure Infrastructure Services General Available</title>
		<link>http://donnystyle.wordpress.com/2013/04/16/windows-azure-infrastructure-services-general-available/</link>
		<comments>http://donnystyle.wordpress.com/2013/04/16/windows-azure-infrastructure-services-general-available/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 22:42:19 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[App Controller]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Virtual Machine Manager]]></category>
		<category><![CDATA[Windows Server 2012]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1486</guid>
		<description><![CDATA[Today is an exciting day for Microsoft as Windows Azure Infrastructure Services is announced general available. The announcement is a significant step in Microsoft&#8217;s cloud computing strategy, which has been influenced directly by discussions with customers and partners around the world. Read the complete story here… Pricing Customers feedback made clear that they don’t want &#8230; <a href="http://donnystyle.wordpress.com/2013/04/16/windows-azure-infrastructure-services-general-available/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1486&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Today is an exciting day for Microsoft as <a href="http://www.windowsazure.com/en-us/home/scenarios/infrastructure-services/">Windows Azure Infrastructure Services</a> is announced general available. The announcement is a significant step in Microsoft&#8217;s cloud computing strategy, which has been influenced directly by discussions with customers and partners around the world. Read the complete story <a href="http://blogs.msdn.com/b/windowsazure/archive/2013/04/16/the-power-of-and.aspx">here</a>…</p>
<p><a href="http://donnystyle.files.wordpress.com/2013/04/image.png"><img title="image" style="border-top:0;border-right:0;border-bottom:0;border-left:0;display:inline;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/04/image_thumb.png?w=575&#038;h=371" width="575" height="371" /></a> </p>
<p><span id="more-1486"></span>
<p><strong>Pricing</strong></p>
<p>Customers feedback made clear that they don’t want to have to choose <em>either</em> a low price or good performance; they want a low price <em>and</em> good performance. That’s why today we are also announcing a commitment to match Amazon Web Services (AWS) prices for commodity services such as compute, storage and bandwidth.&#160; This starts with reducing our GA prices on Virtual Machines and Cloud Services by 21-33%.&#160; Regardless of how you choose to buy Windows Azure, you’ll get the benefit of this price reduction. As our operations GM Steven Martin said, “If you had concerns that Windows Azure was more expensive, <a href="http://www.windowsazure.com/en-us/pricing/overview/">we’re putting those concerns to rest</a> today.”</p>
<p>“We may charge less, but never more. The reason is simple. We want to remove price as part of the equation.” We’d rather compete on the services we provide and the <b><i><a href="http://www.microsoft.com/en-us/server-cloud/cloud-os/default.aspx">complete vision of the Microsoft Cloud OS</a></i></b> which provides rich:</p>
<ul>
<li>Infrastructure services</li>
<li>Platform services</li>
<li>Hybrid scenarios</li>
</ul>
<p><strong>Heavy workloads</strong></p>
<p>By listening to customer feedback, Microsoft learned a lot about the workloads they want to run. As part of Windows Azure new Infrastructure Services release, we’ve added in new high memory VM instances (28GB/4 core and 56 GB/8 core) to run your most demanding workloads.&#160; We also learned more about the apps you want to run so we’ve added in a number of new <a href="http://support.microsoft.com/kb/2721672">Microsoft validated instances</a> to our list including SQL Server, SharePoint, BizTalk Server, and Dynamics NAV to name a few.</p>
<p><a href="http://donnystyle.files.wordpress.com/2013/04/image2.png"><img title="image" style="border-top:0;border-right:0;border-bottom:0;border-left:0;display:inline;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/04/image_thumb1.png?w=568&#038;h=411" width="568" height="411" /></a> </p>
<p>These configurations enable workloads with increasing compute demands running 100% on <a href="http://www.microsoft.com/en-us/server-cloud/ws2012/default.aspx?EP=200072478">Windows Server 2012 Hyper-V</a> <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Customers have a choice, and that’s why today, we are making it as easy as possible to have it all – a complete hybrid cloud platform, great support, without a price barrier. Go to <a href="https://www.windowsazure.com/en-us/pricing/free-trial/?WT.mc_id=cmp_pst001_blg_post0251">WindowsAzure.com</a> today for a free trial, and experience the power of “and”. Also visit <a href="http://weblogs.asp.net/scottgu/archive/2013/04/16/windows-azure-general-availability-of-infrastructure-as-a-service-iaas.aspx">Scott Guthrie’s blog</a> for a deep dive into Infrastructure Services</p>
<p><strong>Windows Azure Overview</strong></p>
<p><a href="http://www.microsoft.com/en-us/download/confirmation.aspx?id=35473"><img title="image" style="border-top:0;border-right:0;border-bottom:0;border-left:0;display:inline;" border="0" alt="image" src="http://donnystyle.files.wordpress.com/2013/04/image1.png?w=553&#038;h=370" width="553" height="370" /></a> </p>
<p>New to Windows Azure and you’re looking for a quick overview? Download the Windows Azure <a href="http://www.microsoft.com/en-us/download/details.aspx?id=35473">poster</a> which provides a description of current services by category: </p>
<ul>
<li>app services</li>
<li>data services</li>
<li>compute</li>
<li>networking</li>
<li>store</li>
</ul>
<p>Depicts common uses including Cloud Services, Virtual Machines, Web Sites, Mobile Services, and Media Services.</p>
<p><a href="http://blogs.msdn.com/b/windowsazure/archive/2013/04/16/the-power-of-and.aspx">Source</a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:38224a65-3046-4890-b4de-1667834ad9b3" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/Windows+Azure" rel="tag">Windows Azure</a>,<a href="http://technorati.com/tags/Developer" rel="tag">Developer</a>,<a href="http://technorati.com/tags/Business" rel="tag">Business</a>,<a href="http://technorati.com/tags/Announcement" rel="tag">Announcement</a>,<a href="http://technorati.com/tags/Customers" rel="tag">Customers</a>,<a href="http://technorati.com/tags/Virtual+Machines" rel="tag">Virtual Machines</a>,<a href="http://technorati.com/tags/IaaS" rel="tag">IaaS</a>,<a href="http://technorati.com/tags/Enterprise" rel="tag">Enterprise</a>,<a href="http://technorati.com/tags/Infrastructure+Services" rel="tag">Infrastructure Services</a>,<a href="http://technorati.com/tags/Virtual+Networks" rel="tag">Virtual Networks</a>,<a href="http://technorati.com/tags/Cloud" rel="tag">Cloud</a>,<a href="http://technorati.com/tags/Cloud+OS" rel="tag">Cloud OS</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1486/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1486/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1486&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/04/16/windows-azure-infrastructure-services-general-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/image1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Intune: required Firewall &amp; Proxy Configuration</title>
		<link>http://donnystyle.wordpress.com/2013/04/16/windows-intune-required-firewall-proxy-configuration/</link>
		<comments>http://donnystyle.wordpress.com/2013/04/16/windows-intune-required-firewall-proxy-configuration/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 07:52:33 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Forefront TMG 2010]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Intune]]></category>
		<category><![CDATA[Windows RT]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1479</guid>
		<description><![CDATA[&#160; Implementing Windows Intune might be for the most of us an ease approach because it is uses commonly used standards like http and https. Nevertheless, in organizations where internet access is controlled using firewall(s) and proxy servers this might be a challenge. Specific services or websites has to be disclosed to work properly. The &#8230; <a href="http://donnystyle.wordpress.com/2013/04/16/windows-intune-required-firewall-proxy-configuration/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1479&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#160;</p>
<p><a href="http://donnystyle.files.wordpress.com/2013/04/windows_intune_logo.png"><img title="windows_intune_logo" style="display:inline;border-width:0;" border="0" alt="windows_intune_logo" src="http://donnystyle.files.wordpress.com/2013/04/windows_intune_logo_thumb.png?w=244&#038;h=39" width="244" height="39" /></a> </p>
<p>Implementing Windows Intune might be for the most of us an ease approach because it is uses commonly used standards like http and https. Nevertheless, in organizations where internet access is controlled using firewall(s) and proxy servers this might be a challenge.</p>
<p>Specific services or websites has to be disclosed to work properly. The same applies to Windows Intune. For those who have to implement in such environments where internet access is limited the overview below outlines the required domain and ports in order to let Windows Intune work like a charm.</p>
<p><strong></strong></p>
<p><strong>Required domains for documentation, online Help, and support</strong></p>
<blockquote style="height:277px;width:390px;"><table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="208"><strong>Domain</strong></td>
<td width="104"><strong>Ports</strong></td>
</tr>
<tr>
<td>*.livemeeting.com</td>
<td>80 and 443</td>
</tr>
<tr>
<td>*.microsoftonline.com</td>
<td>80 and 443</td>
</tr>
<tr>
<td>onlinehelp.microsoft.com</td>
<td>80</td>
</tr>
<tr>
<td>*.social.technet.microsoft.com</td>
<td>80</td>
</tr>
<tr>
<td>blogs.technet.com</td>
<td>80</td>
</tr>
<tr>
<td>go.microsoft.com</td>
<td>80</td>
</tr>
<tr>
<td><a href="http://www.microsoft.com" rel="nofollow">http://www.microsoft.com</a></td>
<td>80</td>
</tr>
</tbody>
</table>
</blockquote>
<p>&#160;</p>
<p><strong></strong></p>
<p><span id="more-1479"></span>
<p><strong>Required domains for Microsoft Update Services</strong></p>
<blockquote style="height:213px;width:440px;"><table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="208"><strong>Domain</strong></td>
<td width="104"><strong>Ports</strong></td>
</tr>
<tr>
<td>*.update.microsoft.com</td>
<td>80 and 443</td>
</tr>
<tr>
<td>download.microsoft.com</td>
<td>80 and 443</td>
</tr>
<tr>
<td>update.microsoft.com</td>
<td>80 and 443</td>
</tr>
</tbody>
</table>
<p>   <em><strong>Note:</strong> Depending on the firewall and how it processes DNS lookup requests, you might also need to allow access to the domain manage.microsoft.com.nsatc.net on port 80</em>.</p></blockquote>
<p>&#160;</p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong></strong></p>
<p><strong>Required domains for Windows Update Services</strong></p>
<blockquote><table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="208"><strong>Domain</strong></td>
<td width="104"><strong>Ports</strong></td>
</tr>
<tr>
<td>*.download.windowsupdate.com</td>
<td>80 and 443</td>
</tr>
<tr>
<td>*.windowsupdate.com</td>
<td>80 and 443</td>
</tr>
<tr>
<td>download.windowsupdate.com</td>
<td>80 and 443</td>
</tr>
<tr>
<td width="208">ntservicepack.microsoft.com</td>
<td>80 and 443</td>
</tr>
<tr>
<td width="208">windowsupdate.microsoft.com</td>
<td>80 and 443</td>
</tr>
</tbody>
</table>
</blockquote>
<p><strong>Required domains for Windows Intune and related services</strong></p>
<blockquote><table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="297"><strong>Domain</strong></td>
<td width="141"><strong>Ports</strong></td>
</tr>
<tr>
<td width="297">*.manage.microsoft.com</td>
<td width="141">80 and 443</td>
</tr>
<tr>
<td width="297">*.manage.microsoft.com</td>
<td width="141">80 and 443</td>
</tr>
<tr>
<td width="297">*.spynet2.microsoft.com</td>
<td width="141">443</td>
</tr>
<tr>
<td width="297">manage.microsoft.com</td>
<td width="141">80 and 443</td>
</tr>
<tr>
<td width="297">wustat.microsoft.com</td>
<td width="141">80 and 443</td>
</tr>
<tr>
<td width="297">*.googleapis.com</td>
<td width="141">80 and 443</td>
</tr>
<tr>
<td width="297">*.microsoftonline-p.com</td>
<td width="141">80 and 443</td>
</tr>
<tr>
<td width="297">*.microsoftonline-p.net</td>
<td width="141">80 and 443</td>
</tr>
<tr>
<td width="297">c.microsoft.com</td>
<td width="141">80 and 443</td>
</tr>
<tr>
<td width="297">c1.microsoft.com</td>
<td width="141">80 and 443</td>
</tr>
</tbody>
</table>
<p>   <em><strong>Note:</strong> The *.googleapis.com domain is required for JQuery support when using the Company Portal website.</em></p></blockquote>
<p>&#160;</p>
<p>Source: Windows Intune Partner Engagement</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3bdd1553-b83e-44ed-9e98-fae17d2a8a22" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/Windows+Intune" rel="tag">Windows Intune</a>,<a href="http://technorati.com/tags/Cloud" rel="tag">Cloud</a>,<a href="http://technorati.com/tags/Firewall" rel="tag">Firewall</a>,<a href="http://technorati.com/tags/Proxy" rel="tag">Proxy</a>,<a href="http://technorati.com/tags/MDM" rel="tag">MDM</a>,<a href="http://technorati.com/tags/Windows+7" rel="tag">Windows 7</a>,<a href="http://technorati.com/tags/Windows+8" rel="tag">Windows 8</a>,<a href="http://technorati.com/tags/sysctr" rel="tag">sysctr</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1479/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1479/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1479&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/04/16/windows-intune-required-firewall-proxy-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/windows_intune_logo_thumb.png" medium="image">
			<media:title type="html">windows_intune_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Update Rollup 2 for System Center 2012 Service Pack 1 #sysctr</title>
		<link>http://donnystyle.wordpress.com/2013/04/09/update-rollup-2-for-system-center-2012-service-pack-1-sysctr/</link>
		<comments>http://donnystyle.wordpress.com/2013/04/09/update-rollup-2-for-system-center-2012-service-pack-1-sysctr/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 21:29:45 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1474</guid>
		<description><![CDATA[Microsoft has released Update Rollup 2 for Microsoft System Center 2012 Service Pack 1 (SP1). This article discusses the issues that are fixed in Update Rollup 2 for Microsoft System Center 2012 Service Pack 1 (SP1) and contains the installation instructions for Update Rollup 2 for System Center 2012 SP1. The update packages for App &#8230; <a href="http://donnystyle.wordpress.com/2013/04/09/update-rollup-2-for-system-center-2012-service-pack-1-sysctr/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1474&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Microsoft has released Update Rollup 2 for Microsoft System Center 2012 Service Pack 1 (SP1). This article discusses the issues that are fixed in Update Rollup 2 for Microsoft System Center 2012 Service Pack 1 (SP1) and contains the installation instructions for Update Rollup 2 for System Center 2012 SP1.</p>
<p>The update packages for App Controller, Service Provider Foundation, Operations Manager, and Data Protection Manager are available from <a href="http://update.microsoft.com/">Microsoft Update</a></p>
<p><strong>How to obtain and install Update Rollup 2 for System Center 2012 Service Pack 1</strong></p>
<p>To manually download the update packages from Microsoft Update Catalog, go to the following Microsoft websites:</p>
<ul>
<li><b>App Controller (KB2815569) </b><a href="http://catalog.update.microsoft.com/v7/site/Search.aspx?q=2815569">Download the App Controller update package now.</a></li>
<li><strong>Operations Manager (KB2828615)</strong> <a href="http://catalog.update.microsoft.com/v7/site/Search.aspx?q=2828615">Download the Operations Manager update package now.</a><b></b></li>
<li><b>Operations Manager &#8211; UNIX and Linux Monitoring (Management Pack Update) (KB2828653) </b><a href="http://catalog.update.microsoft.com/v7/site/Search.aspx?q=2828653">Download the Operations Manager Cross Platform update package now.</a><b></b></li>
<li><b>Service Manager (KB2828618) </b><a href="http://catalog.update.microsoft.com/v7/site/Search.aspx?q=2828618">Download the Service Manager update package now.</a><b></b></li>
<li><b>Orchestrator (KB2828616) </b><a href="http://catalog.update.microsoft.com/v7/site/Search.aspx?q=2828616">Download the Orchestrator update package now.</a><b></b></li>
<li><b>Data Protection Manager (KB2822782) </b><a href="http://catalog.update.microsoft.com/v7/site/Search.aspx?q=2822782">Download the Data Protection Manager update package now.</a></li>
</ul>
<p>For detailed information about Update Rollup 2 for System Center 2012 Service Pack1 see the <a href="http://support.microsoft.com/kb/2802159">original</a> Microsoft article. </p>
<p><a href="http://support.microsoft.com/kb/2802159">Source</a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:79459daa-74c1-4a9a-b302-512b0be06318" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/kbqfe" rel="tag">kbqfe</a>,<a href="http://technorati.com/tags/kbfix" rel="tag">kbfix</a>,<a href="http://technorati.com/tags/kbexpertiseinter" rel="tag">kbexpertiseinter</a>,<a href="http://technorati.com/tags/kbsurveynew" rel="tag">kbsurveynew</a>,<a href="http://technorati.com/tags/atdownload" rel="tag">atdownload</a>,<a href="http://technorati.com/tags/KB2802159.+sysctr" rel="tag">KB2802159. sysctr</a>,<a href="http://technorati.com/tags/system+center" rel="tag">system center</a>,<a href="http://technorati.com/tags/scsm" rel="tag">scsm</a>,<a href="http://technorati.com/tags/scdpm" rel="tag">scdpm</a>,<a href="http://technorati.com/tags/scom" rel="tag">scom</a>,<a href="http://technorati.com/tags/scvmm" rel="tag">scvmm</a>,<a href="http://technorati.com/tags/app+controller" rel="tag">app controller</a>,<a href="http://technorati.com/tags/update+rollup" rel="tag">update rollup</a>,<a href="http://technorati.com/tags/UR2" rel="tag">UR2</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1474/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1474/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1474&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/04/09/update-rollup-2-for-system-center-2012-service-pack-1-sysctr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>
	</item>
		<item>
		<title>Windows Azure Training Kit&#8230;a must have! #windowsazure</title>
		<link>http://donnystyle.wordpress.com/2013/04/09/windows-azure-training-kita-must-have-windowsazure/</link>
		<comments>http://donnystyle.wordpress.com/2013/04/09/windows-azure-training-kita-must-have-windowsazure/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 21:15:05 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[SDK]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1469</guid>
		<description><![CDATA[The Windows Azure Training Kit includes hands-on labs, presentations, and samples to help you understand how to build applications that use Windows Azure. Browse the Training Kit Content What is Windows Azure? The Windows Azure is an internet-scale cloud services platform hosted in Microsoft data centers, which provides an operating system and a set of &#8230; <a href="http://donnystyle.wordpress.com/2013/04/09/windows-azure-training-kita-must-have-windowsazure/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1469&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The Windows Azure Training Kit includes hands-on labs, presentations, and samples to help you understand how to build applications that use Windows Azure.</p>
<p><a href="http://windowsazure-trainingkit.github.io/labs.htm">Browse the Training Kit Content</a></p>
<p><strong>What is Windows Azure?</strong></p>
<p>The Windows Azure is an internet-scale cloud services platform hosted in Microsoft data centers, which provides an operating system and a set of developer services that can be used individually or together. Windows Azure&#8217;s flexible and interoperable platform can be used to build new applications to run from the cloud or enhance existing applications with cloud-based capabilities. </p>
<p><a href="http://www.windowsazure.com/">Learn more&#8230;</a></p>
<p><strong>Get the Training Kit</strong><br />
<table cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td valign="top">
<p><a href="https://github.com/WindowsAzure-TrainingKit">GitHub</a></p>
</td>
<td valign="top" width="347">
<p><a href="http://www.microsoft.com/download/en/details.aspx?id=8396">Web Installer</a></p>
</td>
<td valign="top" width="253">
<p><a href="http://www.microsoft.com/download/en/details.aspx?id=8396">Offline Package</a></p>
</td>
</tr>
<tr>
<td valign="top" width="300">
<p><a href="https://github.com/WindowsAzure-TrainingKit"><img title="clip_image002[4]" style="display:inline;border-width:0;" border="0" alt="clip_image002[4]" src="http://donnystyle.files.wordpress.com/2013/04/clip_image00241.jpg?w=146&#038;h=111" width="146" height="111" /></a></p>
</td>
<td valign="top" width="347">
<p><a href="http://www.microsoft.com/download/en/details.aspx?id=8396"><img title="clip_image004[4]" style="display:inline;border-width:0;" border="0" alt="clip_image004[4]" src="http://donnystyle.files.wordpress.com/2013/04/clip_image00441.jpg?w=141&#038;h=107" width="141" height="107" /></a></p>
</td>
<td valign="top" width="253">
<p><a href="http://www.microsoft.com/download/en/details.aspx?id=8396"><img title="clip_image006[4]" style="display:inline;border-width:0;" border="0" alt="clip_image006[4]" src="http://donnystyle.files.wordpress.com/2013/04/clip_image00641.jpg?w=144&#038;h=110" width="144" height="110" /></a></p>
</td>
</tr>
<tr>
<td valign="top" width="300">
<p>Get the source code from GitHub</p>
</td>
<td valign="top" width="347">
<p>Download the specific content you want</p>
</td>
<td valign="top" width="253">
<p>Download the entire training kit</p>
</td>
</tr>
</tbody>
</table>
</p>
<p><span id="more-1469"></span>
<p>The Windows Azure Training Kit is available in two formats: a full package and the web installer. </p>
<ul>
<li><b>Windows Azure Training Kit &#8211; Full Package (WATK-December2012.exe)</b>       <br />The full package enables you to download all of the hands-on labs and presentations to your local machine. To use the full package, simply download and run the WATK-December2012.exe. This file is a self-extracting executable that will extract all of the training kit files to the directory you specify. After the content is extracted, the starting page for the training kit will be displayed in your default browser. You can then browse through the individual hands-on labs, demos, and presentations. </li>
<li><b>Windows Azure Training Kit &#8211; Web Installer (WATK-WebInstaller.exe)</b>       <br />The Web Installer allows you to select and download just the specific hands-on labs and presentations that you need. The Web Installer is a much smaller download so it is recommended in situations where you cannot download the full package. To use the Web Installer, simply download and run WATK-WebInstaller.exe. The Web Installer will then display a list of the content in the training kit. You can then select the hands-on labs and presentations to download. After selecting the content proceed through the steps in the application to download the files to the directory that you specify. </li>
<li><b>Windows Azure Training Kit on GitHub</b>       <br />In addition to downloading the training kit contents, you can also browse through the content, report any issues with the content, and make your own contributions on GitHub. You can find the training kit content on GitHub at <a href="http://windowsazure-trainingkit.github.com/">http://windowsazure-trainingkit.github.com</a> </li>
</ul>
<p><strong>Contribute to the Training Kit</strong></p>
<p>In addition to downloading all the source you can make contributions! Please see GitHub section <a href="http://help.github.com/send-pull-requests/">How to send pull requests</a> and the <a href="http://windowsazure.github.com/guidelines.html">Windows Azure Contribution Guidelines</a> for more information about contributing to projects.</p>
<p><a href="http://windowsazure-trainingkit.github.io/">Source</a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:00da6351-445d-4033-9a05-b7aebed82fee" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/Windows+Azure" rel="tag">Windows Azure</a>,<a href="http://technorati.com/tags/Public+Cloud" rel="tag">Public Cloud</a>,<a href="http://technorati.com/tags/Private+Cloud" rel="tag">Private Cloud</a>,<a href="http://technorati.com/tags/WATK" rel="tag">WATK</a>,<a href="http://technorati.com/tags/Azure" rel="tag">Azure</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1469/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1469/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1469&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/04/09/windows-azure-training-kita-must-have-windowsazure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/clip_image00241.jpg" medium="image">
			<media:title type="html">clip_image002[4]</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/clip_image00441.jpg" medium="image">
			<media:title type="html">clip_image004[4]</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/04/clip_image00641.jpg" medium="image">
			<media:title type="html">clip_image006[4]</media:title>
		</media:content>
	</item>
		<item>
		<title>Rollup 1 for Forefront Unified Access Gateway (UAG) 2010 Service Pack 3</title>
		<link>http://donnystyle.wordpress.com/2013/04/09/rollup-1-for-forefront-unified-access-gateway-uag-2010-service-pack-3/</link>
		<comments>http://donnystyle.wordpress.com/2013/04/09/rollup-1-for-forefront-unified-access-gateway-uag-2010-service-pack-3/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 20:17:23 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[Forefront UAG 2010]]></category>
		<category><![CDATA[Infrastructure]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1465</guid>
		<description><![CDATA[February this year Microsoft has released Service Pack 3 for Forefront UAG 2010. Today Microsoft Forefront Unified Access Gateway (UAG) product team has released Rollup 1 for Forefront UAG 2010 Service Pack 3. Issues that are fixed in Rollup 1 The issues that are fixed in Rollup 1 are listed in the following articles. To &#8230; <a href="http://donnystyle.wordpress.com/2013/04/09/rollup-1-for-forefront-unified-access-gateway-uag-2010-service-pack-3/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1465&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>February this year Microsoft has released <a href="https://donnystyle.wordpress.com/2013/02/20/forefront-unified-access-gateway-uag-service-pack-3-sp3-is-released-sysctr/">Service Pack 3</a> for Forefront UAG 2010. Today Microsoft Forefront Unified Access Gateway (UAG) product team has released Rollup 1 for Forefront UAG 2010 Service Pack 3.</p>
<h5>Issues that are fixed in Rollup 1</h5>
<p>The issues that are fixed in Rollup 1 are listed in the following articles. To view the issues, click the article number to view the article in the Microsoft Knowledge Base.</p>
<ul>
<li><a href="http://support.microsoft.com/kb/2810229">2810229</a> FIX: You cannot redirect local computer resources in an RDS session after you disable the client endpoint components in Forefront Unified Access Gateway 2010 </li>
<li><a href="http://support.microsoft.com/kb/2831570">2831570</a> FIX: &quot;The URL you requested cannot be accessed&quot; error message may be returned when a client sends an HTTP POST request to a portal in Forefront Unified Access Gateway 2010</li>
<li><a href="http://support.microsoft.com/kb/2831573">2831573</a> FIX: Traffic is not forwarded or you receive an error message about ADVAPI32.dll when you use a Windows XP client to start an application from a Forefront Unified Access Gateway 2010 Service Pack 3 portal</li>
<li><a href="http://support.microsoft.com/kb/2831865">2831865</a> FIX: The endpoint policy expression &quot;Any Personal Firewall (Windows)&quot; is incorrect for Windows 7 and Windows 8 in Service Pack 3 for Forefront Unified Access Gateway (UAG) 2010</li>
<li><a href="http://support.microsoft.com/kb/2831868">2831868</a> FIX: Endpoint policies for existing trunks are not updated after you install Forefront Unified Access Gateway 2010 Service Pack 3</li>
<li><a href="http://support.microsoft.com/kb/2832679">2832679</a> FIX: You receive a 500 Internal Server error when you run the File Access application from the Forefront Unified Access Gateway 2010 Service Pack 3 portal trunk</li>
<li><a href="http://support.microsoft.com/kb/2832681">2832681</a> FIX: You receive a script error that prevents file access configuration in the Management Console in Forefront Unified Access Gateway 2010</li>
<li><a href="http://support.microsoft.com/kb/2832685">2832685</a> FIX: The Forefront Unified Access Gateway 2010 portal may intermittently become unresponsive to clients after Service Pack 2 is installed</li>
</ul>
<p>Rollup 1 for Forefront UAG 2010 Service Pack 3 can be requested <a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2827350&amp;kbln=en-us">here</a></p>
<p>Forefront UAG 2010 Service Pack 3 is available for download from the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=36788">Microsoft Download Center</a>, as an upgrade from <a href="http://support.microsoft.com/kb/2710791">UAG 2010 Service Pack 2</a>.</p>
<p>&#160;</p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:09a526fc-43d3-42b9-ad3a-49592e4ba161" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/kbautohotfix" rel="tag">kbautohotfix</a>,<a href="http://technorati.com/tags/kbqfe" rel="tag">kbqfe</a>,<a href="http://technorati.com/tags/kbhotfixserver" rel="tag">kbhotfixserver</a>,<a href="http://technorati.com/tags/kbfix" rel="tag">kbfix</a>,<a href="http://technorati.com/tags/kbexpertiseinter" rel="tag">kbexpertiseinter</a>,<a href="http://technorati.com/tags/kbsurveynew" rel="tag">kbsurveynew</a>,<a href="http://technorati.com/tags/kbbug" rel="tag">kbbug</a>,<a href="http://technorati.com/tags/KB2827350" rel="tag">KB2827350</a>,<a href="http://technorati.com/tags/UAG" rel="tag">UAG</a>,<a href="http://technorati.com/tags/Forefront" rel="tag">Forefront</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1465/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1465/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1465&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/04/09/rollup-1-for-forefront-unified-access-gateway-uag-2010-service-pack-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft Management Summit 2013 lift-off! #sysctr #mms2013</title>
		<link>http://donnystyle.wordpress.com/2013/04/09/microsoft-management-summit-2013-lift-off-sysctr-mms2013/</link>
		<comments>http://donnystyle.wordpress.com/2013/04/09/microsoft-management-summit-2013-lift-off-sysctr-mms2013/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 18:11:47 +0000</pubDate>
		<dc:creator>Ronny de Jong</dc:creator>
				<category><![CDATA[Advisor]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Operations Manager]]></category>
		<category><![CDATA[System Center]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://donnystyle.wordpress.com/?p=1462</guid>
		<description><![CDATA[This week Microsoft Management Summit (MMS) 2013 officially launched and brings together the brightest IT professionals from around the world to increase their technical expertise through an intensive week of training led by experts in desktop, device management, datacenter, and cloud technologies. Keynote, Cloud Optimize Your Business with Microsoft Management Solutions Brad Anderson, corporate vice &#8230; <a href="http://donnystyle.wordpress.com/2013/04/09/microsoft-management-summit-2013-lift-off-sysctr-mms2013/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1462&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This week Microsoft Management Summit (MMS) 2013 officially launched and brings together the brightest IT professionals from around the world to increase their technical expertise through an intensive week of training led by experts in desktop, device management, datacenter, and cloud technologies.</p>
<p><strong>Keynote, Cloud Optimize Your Business with Microsoft Management Solutions</strong></p>
<p>Brad Anderson, corporate vice president in Microsoft’s Windows Server and System Center Group, took the stage this morning to kick-off the Microsoft Management Summit in Las Vegas. Anderson’s keynote to more than 5,000 attendees highlighted the company’s Cloud OS strategy and how IT professionals can use Microsoft technologies to transform their datacenters. </p>
<p>The keynote, which included live demos, will be available on <a href="http://channel9.msdn.com/Events/MMS/2013/KEY1">Channel 9</a> for on-demand viewing. Anderson also posted to the <a href="http://blogs.technet.com/b/microsoft_blog/archive/2013/04/08/microsoft-shows-cloud-momentum-before-5-000-it-pros-at-summit.aspx">Official Microsoft Blog</a> today.</p>
<p>&#160; </p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:e0c2ed6e-d424-4fef-8373-0af1c88a2c0f" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">
<div><span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='600' height='368' src='http://www.youtube.com/embed/L0JocNPZeJE?version=3&#038;rel=1&#038;fs=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' frameborder='0'></iframe></span></div>
</div>
<p><span id="more-1462"></span>
<p>&#160;</p>
<p><strong>Other Highlights Includes</strong></p>
<ul>
<li><strong>System Center Management Pack for Windows Azure </strong>is available for public preview today. This management pack enables customers to monitor availability and performance of their Windows Azure resources and services using their existing System Center 2012 SP1 monitoring environment. </li>
<li>A<strong> public preview of the System Center Advisor Connector for Operations Manager</strong> is available as a free download for System Center 2012 SP1 customers.&#160; This connector enables customers to access best practice configuration assessments from System Center Advisor via the System Center Operations Manager console. The preview bits are available at the <a href="http://www.microsoft.com/en-us/download/default.aspx">Microsoft Download Center</a>.&#160; We also recently <a href="http://blogs.technet.com/b/momteam/archive/2013/03/18/system-center-advisor-now-with-windows-server-2012-support.aspx">announced</a> that System Center Advisor supports configuration analysis for Windows Server 2012 and Microsoft Hyper-V Server 2012 workloads.<strong> </strong></li>
<li><strong>Windows Azure Backup now is available in a public paid preview. </strong>Windows Azure Backup helps customers protect important server data offsite with automated backups to the cloud, where it is available for easy data restoration.<strong></strong> </li>
<li>On March 28, Microsoft announced<strong> commercial availability of Global Service Monitor (GSM)</strong>. GSM extends the application monitoring capabilities in System Center 2012 SP1 using Windows Azure locations around the globe, giving a true reflection of end-user experience of your application. Customers can <a href="http://www.microsoft.com/en-us/server-cloud/system-center/global-service-monitor.aspx">sign up</a> for the service today.&#160; <strong></strong></li>
<li>Microsoft is participating in <a href="http://www.opendaylight.org/">OpenDaylight</a>, a collaborative, open source project to advance Software-Defined Networking (SDN). By participating in the multi-platform endeavor, Microsoft is demonstrating our commitment to an open, extensible and standards-based approach to SDN and network virtualization. </li>
</ul>
<p><strong>Inovativ</strong></p>
<p>This edition of MMS2013 <a href="http://www.inovativ.nl/">Inovativ</a> is well represented with 2 great speakers; <a href="http://www.2013mms.com/Speaker/Details/Maarten_Goet">Maarten Goet</a> and <a href="http://www.2013mms.com/Speaker/Details/Walter_Eikenboom">Walter Eikenboom</a>, below an overview of their sessions.</p>
<p><a href="http://www.2013mms.com/Speaker/Details/Maarten_Goet"><img title="clip_image001[2]" border="0" alt="clip_image001[2]" src="http://donnystyle.files.wordpress.com/2013/03/clip_image0012_thumb.jpg?w=34&#038;h=63&#038;h=42" width="34" height="42" /></a>&#160;<a href="http://www.2013mms.com/topic/details/IM-B316"><strong>IM-B316 Monitoring and Managing the Network and Storage Infrastructure with Operations Manager 2012</strong></a></p>
<p>Your infrastructure is not just servers. You have to account for storage and networking as well. Come and learn how Operations Manager 2012 can give you insight into the health and well-being of your infrastructure.</p>
<p><a href="http://www.2013mms.com/Speaker/Details/Walter_Eikenboom"><img title="clip_image002[1]" border="0" alt="clip_image002[1]" src="http://donnystyle.files.wordpress.com/2013/03/clip_image0021_thumb.jpg?w=34&#038;h=51&#038;h=34" width="34" height="34" /></a>&#160;<a href="http://www.2013mms.com/topic/details/SD-B314"><strong>SD-B314 Mission: IT Operations for a Good Night&#8217;s Sleep</strong></a></p>
<p>IT Admins are responding to incidents on a day-to-day basis, but management wants to shift to service monitoring. The biggest mismatch there is the maturity level and misconception that technology will fix the GAP. We know that’s not true! This session shows you how to get from component monitoring to LOB application monitoring with Microsoft System Center Operations Manager 2012 SP1 and changing the operational paradigm to a private cloud service connecting System Center Orchestrator and System Center Service Manager 2012, creating processes to get your infrastructure to a private cloud. All set and sleep tight! </p>
<p>For more information about MMS 2013 news, please visit the <a href="http://www.microsoft.com/presspass/presskits/cloud/">Microsoft News Center</a>.&#160; Follow the conversation on Twitter at #MMS2013.</p>
<p>Sources:</p>
<p><a title="http://channel9.msdn.com/Events/MMS/2013" href="http://channel9.msdn.com/Events/MMS/2013">http://channel9.msdn.com/Events/MMS/2013</a></p>
<p><a title="http://blogs.technet.com/b/stbnewsbytes/archive/2013/04/03/customer-success-stories-and-product-updates-announced-at-mms-2013.aspx" href="http://blogs.technet.com/b/stbnewsbytes/archive/2013/04/03/customer-success-stories-and-product-updates-announced-at-mms-2013.aspx">http://blogs.technet.com/b/stbnewsbytes/archive/2013/04/03/customer-success-stories-and-product-updates-announced-at-mms-2013.aspx</a></p>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1329821a-bf5e-48c6-8219-0efd6d617eed" class="wlWriterEditableSmartContent" style="float:none;margin:0;display:inline;padding:0;">Technorati Tags: <a href="http://technorati.com/tags/Consumerization+of+IT" rel="tag">Consumerization of IT</a>,<a href="http://technorati.com/tags/Windows+Server" rel="tag">Windows Server</a>,<a href="http://technorati.com/tags/System+Center" rel="tag">System Center</a>,<a href="http://technorati.com/tags/Cloud" rel="tag">Cloud</a>,<a href="http://technorati.com/tags/Cloud+OS" rel="tag">Cloud OS</a>,<a href="http://technorati.com/tags/Modern+Datacenter" rel="tag">Modern Datacenter</a>,<a href="http://technorati.com/tags/Hybrid+IT" rel="tag">Hybrid IT</a>,<a href="http://technorati.com/tags/MMS+2013" rel="tag">MMS 2013</a>,<a href="http://technorati.com/tags/People+Centric+IT" rel="tag">People Centric IT</a>,<a href="http://technorati.com/tags/Windows+Azure" rel="tag">Windows Azure</a>,<a href="http://technorati.com/tags/System+Center+Configuration+Manager" rel="tag">System Center Configuration Manager</a>,<a href="http://technorati.com/tags/Windows+Azure+Active+Directory" rel="tag">Windows Azure Active Directory</a>,<a href="http://technorati.com/tags/Public+Cloud" rel="tag">Public Cloud</a>,<a href="http://technorati.com/tags/Private+Cloud" rel="tag">Private Cloud</a>,<a href="http://technorati.com/tags/SysCtr" rel="tag">SysCtr</a></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/donnystyle.wordpress.com/1462/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/donnystyle.wordpress.com/1462/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=donnystyle.wordpress.com&#038;blog=9485968&#038;post=1462&#038;subd=donnystyle&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://donnystyle.wordpress.com/2013/04/09/microsoft-management-summit-2013-lift-off-sysctr-mms2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/9ead9389048d87f63bbb57e3f5acdea6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Ronny de Jong</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/03/clip_image0012_thumb.jpg?w=51&#38;h=63" medium="image">
			<media:title type="html">clip_image001[2]</media:title>
		</media:content>

		<media:content url="http://donnystyle.files.wordpress.com/2013/03/clip_image0021_thumb.jpg?w=51&#38;h=51" medium="image">
			<media:title type="html">clip_image002[1]</media:title>
		</media:content>
	</item>
	</channel>
</rss>
