<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>TechNet Blogs</title><link>http://blogs.technet.com/b/</link><description>Resources for IT Professionals</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Ambiguous URLs and their effect on Exchange 2010 to Exchange 2013 Migrations</title><link>http://blogs.technet.com/b/exchange/archive/2013/05/23/ambiguous-urls-and-their-effect-on-exchange-2010-to-exchange-2013-migrations.aspx</link><pubDate>Thu, 23 May 2013 18:31:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574451</guid><dc:creator>The Exchange Team</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;With the recent releases of &lt;a class="bold" title="See 'Released: Exchange Server 2013 RTM Cumulative Update 1'" href="http://blogs.technet.com/b/exchange/archive/2013/04/02/released-exchange-server-2013-rtm-cumulative-update-1.aspx"&gt;Exchange Server 2013 RTM CU1&lt;/a&gt;, &lt;a class="bold" title="See 'Ask the Perf Guy: Sizing Exchange 2013 Deployments'" href="http://blogs.technet.com/b/exchange/archive/2013/05/06/ask-the-perf-guy-sizing-exchange-2013-deployments.aspx"&gt;Exchange 2013 sizing guidance&lt;/a&gt;, &lt;a class="bold" title="See 'Released: Exchange 2013 Server Role Requirements Calculator'" href="http://blogs.technet.com/b/exchange/archive/2013/05/14/released-exchange-2013-server-role-requirements-calculator.aspx"&gt;Exchange 2013 Server Role Requirements Calculator&lt;/a&gt;, and the updated &lt;a class="bold" title="See 'Updated: Exchange Server 2013 Deployment Assistant'" href="http://blogs.technet.com/b/exchange/archive/2013/04/22/updated-exchange-server-2013-deployment-assistant.aspx"&gt;Exchange 2013 Deployment Asistant&lt;/a&gt;, on-premises customers now have the tools you need to begin designing and performing migrations to Exchange Server 2013. Many of you have introduced Exchange 2013 RTM &lt;acronym title="Cumulative Update"&gt;CU1&lt;/acronym&gt; into your test environments alongside Exchange 2010 SP3 and/or Exchange 2007 SP3 RU10, and are readying yourselves for the production migrations.&lt;/p&gt;
&lt;p&gt;There's one particular Exchange 2010 design choice some customers made that could throw a monkey wrench into your upgrade plans to Exchange 2013, and we want to walk you through how to mitigate it so you can move forward. If you're still in the design or deployment phase of Exchange Server 2010, we recommend you continue reading this article so you can make some intelligent design choices which will benefit you when you migrate to Exchange 2013 or later.&lt;/p&gt;
&lt;h2&gt;What is the situation we need to look for?&lt;/h2&gt;
&lt;p&gt;In Exchange 2010, all Outlook clients in the most typical configurations will utilize MAPI/RPC or Outlook Anywhere (RPC over HTTPS) connections to a Client Access Server. The MAPI/RPC clients connect to the &lt;a class="bold" href="http://blogs.technet.com/b/exchange/archive/2010/05/20/3409978.aspx"&gt;CAS Array Object&lt;/a&gt; FQDN (also known as the &lt;span class="newterm lightyellow"&gt;RPC endpoint&lt;/span&gt;) for Mailbox access and the HTTPS based clients connect to the Outlook Anywhere hostname (also known as the &lt;span class="newterm lightyellow"&gt;RPC proxy endpoint&lt;/span&gt;) for all Mailbox and Public Folder access. In addition to these primary connections, other HTTPS based workloads such as &lt;acronym title="Exchange ActiveSync"&gt;EAS&lt;/acronym&gt;, &lt;acronym title="Exchange Control Panel"&gt;ECP&lt;/acronym&gt;, &lt;acronym title="Offline Address Book"&gt;OAB&lt;/acronym&gt;, and &lt;acronym title="Exchange Web Services"&gt;EWS&lt;/acronym&gt; may be sharing the same FQDN as Outlook Anywhere. In some environments you may also be sharing the same FQDN with &lt;acronym title="Post Office Protocol"&gt;POP&lt;/acronym&gt;/&lt;acronym title="Internet Message Access Protocol"&gt;IMAP&lt;/acronym&gt; based clients and using it as an &lt;acronym title="Simple Mail Transfer Protocol"&gt;SMTP&lt;/acronym&gt; endpoint for internal mail submissions.&lt;/p&gt;
&lt;p&gt;In Exchange 2010, the recommendation was to utilize &lt;span class="newterm"&gt;split DNS&lt;/span&gt; and ensure that the CAS Array Object FQDN was only resolvable via DNS by internal clients. External clients should never be able to resolve the CAS Array Object FQDN. This was covered previously in item &lt;strong&gt;#4&lt;/strong&gt; of &lt;a class="bold" href="http://blogs.technet.com/b/exchange/archive/2012/03/28/demystifying-the-cas-array-object-part-2.aspx"&gt;Demystifying the CAS Array Object - Part 2&lt;/a&gt;. If you put those two design rules together you come to the conclusion your ClientAccessArray FQDN used by the mailbox database &lt;span class="parameter lightyellow"&gt;RpcClientAccessServer&lt;/span&gt; property should have been an internal-only unique FQDN not utilized by any workload besides MAPI/RPC clients.&lt;/p&gt;
&lt;p&gt;Take the following chart as an example of what a suggested configuration in a split DNS configuration would have looked like.&lt;/p&gt;
&lt;table class="posttable"&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th&gt;&lt;strong&gt;FQDN&lt;/strong&gt;&lt;/th&gt;&lt;th&gt;&lt;strong&gt;Used By&lt;/strong&gt;&lt;/th&gt;&lt;th&gt;&lt;strong&gt;Internal DNS resolves to&lt;/strong&gt;&lt;/th&gt;&lt;th&gt;&lt;strong&gt;External DNS resolves to&lt;/strong&gt;&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mail.contoso.com&lt;/td&gt;
&lt;td&gt;All HTTPS Workloads&lt;/td&gt;
&lt;td&gt;Internal Load Balancer IP&lt;/td&gt;
&lt;td&gt;Perimeter Network Device&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;outlook.contoso.com&lt;/td&gt;
&lt;td&gt;MAPI/RPC Workloads&lt;/td&gt;
&lt;td&gt;Internal Load Balancer IP&lt;/td&gt;
&lt;td&gt;N/A&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;If your do not utilize split DNS, then a suggested configuration may have been.&lt;/p&gt;
&lt;table class="posttable"&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th&gt;&lt;strong&gt;FQDN&lt;/strong&gt;&lt;/th&gt;&lt;th&gt;&lt;strong&gt;Used By&lt;/strong&gt;&lt;/th&gt;&lt;th&gt;&lt;strong&gt;DNS resolves to&lt;/strong&gt;&lt;/th&gt;&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mail.contoso.com&lt;/td&gt;
&lt;td&gt;External HTTPS Workloads&lt;/td&gt;
&lt;td&gt;Perimeter Network Device&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;mail-int.contoso.com&lt;/td&gt;
&lt;td&gt;Internal HTTPS Workloads&lt;/td&gt;
&lt;td&gt;Internal Load Balancer IP&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;outlook.contoso.com&lt;/td&gt;
&lt;td&gt;Internal MAPI/RPC Workloads&lt;/td&gt;
&lt;td&gt;Internal Load Balancer IP&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;In speaking with our Premier Field Engineers and &lt;acronym title="Microsoft Consulting Services"&gt;MCS&lt;/acronym&gt; consultants, we learned that some of our customers did not choose to use a unique &lt;span class="parameter"&gt;ClientAccessArray&lt;/span&gt; &lt;acronym title="Fully Qualified Domain Name"&gt;FQDN&lt;/acronym&gt;. This design choice may manifest itself in one of two ways. The MAPI/RPC and HTTPS workloads may both utilize the &lt;span class="fqdn lightyellow"&gt;mail.contoso.com&lt;/span&gt; FQDN internally and externally, or a unique external FQDN of &lt;span class="fqdn lightyellow"&gt;mail.contoso.com&lt;/span&gt; is used while internal MAPI/RPC and HTTPS workloads share &lt;span class="fqdn lightyellow"&gt;mail-int.contoso.com&lt;/span&gt;. The shared FQDN in either situation is ambiguous because we can't look at it and immediately understand the workload type that's using it. Perhaps we were not clear enough in our original guidance, or customers felt fewer names would help reduce overall design complexity since everything appeared to work with this configuration.&lt;/p&gt;
&lt;p&gt;Take a look at the figure below and the FQDNs in use for some of the different workloads. Shown are EWS, ECP, OWA, CAS Array Object, and Outlook Anywhere External Hostname. The yellow arrow specifically points out the CAS Array Object, the value used as the &lt;span class="parameter"&gt;RpcClientAccessServer&lt;/span&gt; for Exchange 2010 mailbox databases, and seen in the &lt;span class="parameter lighteyllow"&gt;Server&lt;/span&gt; field of an Outlook profile for an Exchange 2010 mailbox.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/1856.image_5F00_3053B088.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8132.image_5F00_thumb_5F00_0B55F00F.png" alt="image" width="375" height="437" border="0" /&gt;&lt;/a&gt; &lt;br /&gt;&lt;em&gt;An Exchange 2010 deployment with a single ambiguous URL for all workloads.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Let us pause for a moment to visualize what we have talked about so far. If we were to compare an Exchange 2010 environment using ambiguous URLs to one not using ambiguous URLs, it would look like the following diagrams. Notice the first diagram below uses the same FQDN for Outlook MAPI/RPC based traffic and HTTPS based traffic.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8244.image_5F00_624DE1C3.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/2313.image_5F00_thumb_5F00_7666FE4C.png" alt="image" width="624" height="738" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If we were to then look at an environment not utilizing ambiguous URLs, we see the clients utilize unique FQDNs for MAPI/RPC based traffic and HTTPS based traffic. In addition, the FQDN utilized for MAPI/RPC based traffic is only resolvable via internal DNS.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/4073.image_5F00_665AC046.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/0601.image_5F00_thumb_5F00_7A73DCCF.png" alt="image" width="624" height="753" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If your environment does not look like the one above using ambiguous URLs, then you can go hit the coffee shop for a while or play some XBOX 360. Tell your boss we gave the okay. If your environment &lt;strong&gt;does&lt;/strong&gt; look similar to the first example using ambiguous URLs or you are in the planning stages for Exchange 2010, then please read on as we need you to perform some extra steps when migrating to Exchange 2013.&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;So what&amp;rsquo;s the big deal? It is functional this way isn&amp;rsquo;t it?&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;While this may be working for you today, it certainly will not work tomorrow if you migrate to Exchange 2013. In this scenario where both the MAPI/RPC and HTTP workloads are using the same FQDN you cannot successfully move the FQDN to CAS 2013 without breaking your MAPI/RPC client connectivity entirely. I repeat, &lt;span style="color: #ff0000;"&gt;your MAPI/RPC clients will start failing to connect via MAPI/RPC&lt;/span&gt; once their DNS cache expires after the shared FQDN is moved to CAS 2013. The MAPI/RPC clients will fail to connect because CAS 2013 does not know how to handle direct MAPI/RPC connections as all Windows based Outlook clients utilize MAPI over a RPC over HTTPS connection in Exchange 2013. There is a chance your Outlook clients may successfully fall back to HTTPS only if Outlook Anywhere is currently enabled for Exchange 2010 when the failure to connect via MAPI/RPC takes place, but this article will help with the following.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Ensure you are in full control of what will take place&lt;/li&gt;
&lt;li&gt;Ensure you are in full control of when #1 takes place&lt;/li&gt;
&lt;li&gt;Ensure you are in a supported server + client configuration&lt;/li&gt;
&lt;li&gt;Ensure environments with Outlook Anywhere disabled for Exchange 2010 know their path forward&lt;/li&gt;
&lt;li&gt;Help remove the possibility of any clients not automatically falling back to HTTPS&lt;/li&gt;
&lt;li&gt;Remove the potentially long delay when Outlook does fail to via MAPI/RPC even though it can resolve the MAPI/RPC URL and then falls back to HTTPS&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;&lt;strong&gt;Shoot&amp;hellip; this looks like us. What should we do immediately?&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;First off, if you are still in the planning stages of Exchange 2010 you need to take our warning to heart and immediately change your design to use a specific internal-only FQDN for MAPI/RPC clients. If you are in the middle of a 2010 deployment using an Ambiguous URL I recommend you change your ClientAccessArray FQDN to a unique name and update the mailbox database &lt;em&gt;RpcClientAccessServer&lt;/em&gt; values on all Exchange 2010 mailbox databases accordingly. Fixing this item mid-migration to Exchange 2010 or even in your fully migrated environment will ensure any newly created or manually repaired Outlook profiles are protected, but it will not automatically fix existing Outlook clients with the old value in the server field.&lt;/p&gt;
&lt;p&gt;While not necessary as long as you go through our mitigation steps below, any existing Outlook profiles could be manually repaired to reflect the new value. If you are curious why a manual repair is necessary you can refer to items &lt;strong&gt;#5&lt;/strong&gt; and &lt;strong&gt;#6&lt;/strong&gt; in &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/03/28/demystifying-the-cas-array-object-part-2.aspx"&gt;Demystifying the CAS Array Object - Part 2&lt;/a&gt;. Again, forcing this update &lt;span style="text-decoration: underline;"&gt;is not necessary&lt;/span&gt; if you follow our mitigation steps later in this article. However, if you were to choose to update some specific Outlook profiles we suggest you perform those steps in your test environment first to make sure you have the process down correctly.&lt;/p&gt;
&lt;p&gt;Additionally as we previously discussed in item &lt;strong&gt;#3&lt;/strong&gt; of &lt;a href="http://blogs.technet.com/b/exchange/archive/2012/03/23/demystifying-the-cas-array-object-part-1.aspx"&gt;Demystifying the CAS Array Object &amp;ndash; Part 1&lt;/a&gt;, the ClientAccessArray FQDN is not needed in your SSL certificate as it is not being used for HTTPS based traffic. Because of this, the only thing you would need to do is create a new internal DNS record, update your ClientAccessArray FQDN, and finally update your Exchange 2010 Mailbox Database &lt;em&gt;RpcClientAccessServer&lt;/em&gt; values. It bears repeating that you do not have to get a new SSL certificate only to fix an Ambiguous URL situation.&lt;/p&gt;
&lt;h2&gt;&lt;strong&gt;Ok, fixed that&amp;hellip; now what about the clients we don&amp;rsquo;t want to repair manually?&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;Our suggestion is to implement Outlook Anywhere internally for all users prior to introducing Exchange Server 2013 to the environment.&lt;/p&gt;
&lt;p&gt;Many of our customers have already moved to Outlook Anywhere internally for all Windows Outlook clients. In fact, those of you reading this with OA in use internally are good to proceed to the coffee shop or go play XBOX 360 with the other folks if you&amp;rsquo;d like to.&lt;/p&gt;
&lt;p&gt;Now for the rest of you&amp;hellip; sit a little closer. Go ahead and fill in, there are plenty of seats in the front row like usual.&lt;/p&gt;
&lt;p&gt;In Exchange Server 2013 all Windows Outlook clients operate in Outlook Anywhere mode internally. By following these mitigation steps you will be one step ahead of where you will end up after your migration to Exchange Server 2013 anyways.&lt;/p&gt;
&lt;p&gt;If you do not have Outlook Anywhere enabled at all in your environment, please see &lt;a href="http://technet.microsoft.com/en-us/library/bb123542(v=exchg.141).aspx"&gt;Enable Outlook Anywhere&lt;/a&gt; on TechNet for steps on how to enable it in Exchange 2010. If your company does not wish to provide external access for Outlook Anywhere that is ok. By simply enabling Outlook Anywhere you will not be providing remote access unless you also publish the /rpc virtual directory to the Internet.&lt;/p&gt;
&lt;p&gt;It is suggested customers, especially very large ones, consider enabling Kerberos authentication to avoid any potential performance issues you may run into utilizing the default NTLM authentication. Information on how to configure Kerberos Authentication can be found &lt;a href="http://technet.microsoft.com/en-us/library/ff808312(v=exchg.141).aspx"&gt;here on TechNet&lt;/a&gt; for Exchange Server 2010 and the steps for Exchange Server 2013 are similar which we will have documentation for in the near future. However, please keep in mind Kerberos authentication with Outlook Anywhere is only supported with Windows Vista or later.&lt;/p&gt;
&lt;p&gt;By default with Outlook Anywhere enabled in the environment your clients prefer RPC/TCP connections when on Fast Networks as seen below.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/4010.image_5F00_3C7A4C11.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/3264.image_5F00_thumb_5F00_10C98215.png" alt="image" width="448" height="52" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The trick we use to force Outlook Anywhere to also be used internally is via Autodiscover. Using Autodiscover we can make Windows Outlook clients prefer RPC/HTTPS on both Fast and Slow networks as seen here.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/3276.image_5F00_5E65AE95.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/6835.image_5F00_thumb_5F00_40F35D89.png" alt="image" width="441" height="50" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The method used to make clients always prefer HTTPS is configuring the &lt;em&gt;OutlookProviderFlags&lt;/em&gt; option via the Set-OutlookProvider cmdlet. The following commands are executed from the Exchange 2010 Management Shell.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p class="code"&gt;Set-OutlookProvider EXPR -OutlookProviderFlags:ServerExclusiveConnect&lt;/p&gt;
&lt;p class="code"&gt;Set-OutlookProvider EXCH -OutlookProviderFlags:ServerExclusiveConnect&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;If for any reason you need to put the configuration back to its default settings, issue the following commands and clients will no longer prefer HTTP on Fast Networks.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p class="code"&gt;Set-OutlookProvider EXPR -OutlookProviderFlags:None&lt;/p&gt;
&lt;p class="code"&gt;Set-OutlookProvider EXCH -OutlookProviderFlags:None&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You can prepare to introduce Exchange Server 2013 to your environment once all of your Windows Outlook clients are preferring HTTP on both fast and slow networks and are connecting through &lt;strong&gt;mail.contoso.com&lt;/strong&gt; for RPC over HTTPS connections.&lt;/p&gt;
&lt;p&gt;There are a small number of things we would like to call out as you plan this migration to enable Outlook Anywhere for all internal clients.&lt;/p&gt;
&lt;p&gt;First, your front end infrastructure (CAS 2013, Load Balancer, etc&amp;hellip;) must ready to immediately handle the full production load of Windows Outlook clients when you re-point the &lt;strong&gt;mail.contoso.com&lt;/strong&gt; FQDN in DNS.&lt;/p&gt;
&lt;p&gt;Second, if your Exchange 2010 Client Access Servers were not scaled for 100% Outlook Anywhere connections then performance should be monitored when OA is enabled and all clients are moved from MAPI/RPC based to HTTPS based workloads. You should be ready to scale out your CAS 2010 infrastructure if necessary to mitigate any possible performance issues.&lt;/p&gt;
&lt;p&gt;Lastly, Windows Outlook clients older than Outlook 2007 are not supported going through CAS 2013 even if their mailbox is on an older Exchange version. All Windows Outlook clients going through CAS 2013 have to be at least the minimum versions supported by Exchange 2013. Any unsupported clients, such as Outlook 2003, do not support Autodiscover and would have to be manually with a new MAPI/RPC specific endpoint to assure they continue communicating with Exchange 2010 until the client can be updated and the mailbox migrated to Exchange 2013.&lt;/p&gt;
&lt;p class="note"&gt;Note: The easiest way to confirm what major/minor version of Outlook you have is to look at the version of &lt;em&gt;OUTLOOK.EXE&lt;/em&gt; and &lt;em&gt;EMSMDB32.DLL&lt;/em&gt; via Windows Explorer or to run an inventory report through Microsoft System Center Configuration Manager or similar software. The minimum version numbers Exchange Server 2013 supports for on-premises deployments are provided below.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Outlook 2007: &lt;strong&gt;12.0.6665.5000&lt;/strong&gt; (SP3 + the November 2012 Public Update or any later PU)&lt;/li&gt;
&lt;li&gt;Outlook 2010: &lt;strong&gt;14.0.6126.5000&lt;/strong&gt; (SP1 + the November 2012 Public Update or any later PU)&lt;/li&gt;
&lt;li&gt;Outlook 2013: &lt;strong&gt;15.0.4420.1017&lt;/strong&gt; (RTM or later)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If we were to visualize the mitigation steps from start to end we need to compare it between phases.&lt;/p&gt;
&lt;p&gt;First, the upper area of the below diagram depicts the start state of the environment with internal Windows Outlook clients utilizing MAPI/RPC and ambiguous URLs for their HTTPS based workloads. The lower area of the diagram depicts the same environment, but we have now forced Outlook Anywhere to be used by internal Windows Outlook clients. This change has forced all mailbox and public folder access traffic over HTTPS through the &lt;strong&gt;mail.contoso.com&lt;/strong&gt; Outlook Anywhere FQDN.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/8081.image_5F00_0E8F8A0A.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/5488.image_5F00_thumb_5F00_3BA476D8.png" alt="image" width="614" height="864" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We now have all Windows Outlook clients utilizing Outlook Anywhere internally by levering Autodiscover to force the preference of HTTPS. Now that all Windows Outlook traffic is routed through &lt;strong&gt;mail.contoso.com&lt;/strong&gt; via HTTPS, the ambiguous URL problem has been mitigated. However, you may have other applications integrating with Exchange whom are unable to utilize Outlook Anywhere and/or Autodiscover. These applications will also be affected if you were to update the &lt;strong&gt;mail.contoso.com&lt;/strong&gt; DNS entry to point at Exchange 2013. Before moving onto the second step it may be most efficient to add a HOSTS file entry on the servers hosting these external applications to force resolution of &lt;strong&gt;mail.contoso.com&lt;/strong&gt; to the Layer-7 Load Balancer used by Exchange 2010. This should allow you to temporarily continue routing external application traffic that needs to talk to only Exchange 2010 via MAPI/RPC while you work on updating the applications to be Outlook Anywhere compatible, which they will need to be before they can ever connect to Exchange 2013.&lt;/p&gt;
&lt;p&gt;Having dealt with both the Windows Outlook clients and third-party applications whom cannot utilize Outlook Anywhere, we can now move onto the second step. The second step is executed when you are ready to introduce Exchange 2013 to the environment.&lt;/p&gt;
&lt;p&gt;The below diagram starts by showing where we finished after executing step one. The lower area of the below diagram shows that we have updated DNS to point the &lt;strong&gt;mail.contoso.com&lt;/strong&gt; entry to the new IP of the new Exchange 2013 load balancer configuration. Because of the HOSTS entry we made our application server continues talking to the old Layer-7 load balancer for its MAPI over RPC/TCP connections. Exchange 2013 CAS will now receive all client traffic and then we proxy traffic for users still on Exchange 2010 back to the Exchange 2010 CAS infrastructure. The redundant CAS was removed from the diagram to simplify the view and simply show traffic flow.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/4721.image_5F00_7DAAE619.png"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-31-06-metablogapi/1055.image_5F00_thumb_5F00_6D9EA813.png" alt="image" width="603" height="864" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In summary, we hope those of you in this unique configuration will be able to smoothly migrate from Exchange 2010 to Exchange 2013 now that you have these mitigation steps. Some of you may identify other potential methods to use and wonder why we are offering only a single mitigation approach. There were many methods investigated, but this mitigation approach came back every time as the most straightforward method to implement, maintain, and support. Given the potential complexity of this change we invite you to ask follow-up questions at the follow Exchange Server Forum where we can often better interact with you than the comments format allows.&lt;/p&gt;
&lt;p&gt;Exchange Server Forum: &lt;a href="http://social.technet.microsoft.com/Forums/en-US/exchangesvrdeploy/threads"&gt;Exchange Server 2013 &amp;ndash; Setup, Deployment, Updates, and Migration&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class="author"&gt;Brian Day &lt;/span&gt; &lt;br /&gt;Senior Program Manager &lt;br /&gt;Exchange Customer Experience&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574451" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/exchange/archive/tags/Troubleshooting/">Troubleshooting</category><category domain="http://blogs.technet.com/b/exchange/archive/tags/Tips+_2700_n+Tricks/">Tips 'n Tricks</category><category domain="http://blogs.technet.com/b/exchange/archive/tags/Client+Access/">Client Access</category><category domain="http://blogs.technet.com/b/exchange/archive/tags/Exchange+2010/">Exchange 2010</category><category domain="http://blogs.technet.com/b/exchange/archive/tags/Planning+and+Architecture/">Planning and Architecture</category><category domain="http://blogs.technet.com/b/exchange/archive/tags/Exchange+2013/">Exchange 2013</category></item><item><title>May 23, 2013 News Thursday: General Availability of AMQP Support in Windows Azure and More Server and Tools News...</title><link>http://blogs.technet.com/b/stbnewsbytes/archive/2013/05/23/may-23-2013-news-thursday-general-availability-of-amqp-support-in-windows-azure-and-more-server-and-tools-news.aspx</link><pubDate>Thu, 23 May 2013 18:30:13 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574470</guid><dc:creator>stbblogger</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;strong&gt;AMQP 1.0 Support in Windows Azure Service Bus Reaches General Availability&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Microsoft demonstrated its commitment to an open, interoperable ecosystem for AMQP, a secure, reliable, and open binary protocol for business messaging, with the transition of AMQP 1.0 support in Windows Azure Service Bus from Preview to General Availability.&lt;/p&gt;...(&lt;a href="http://blogs.technet.com/b/stbnewsbytes/archive/2013/05/23/may-23-2013-news-thursday-general-availability-of-amqp-support-in-windows-azure-and-more-server-and-tools-news.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574470" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/stbnewsbytes/archive/tags/Hyper_2D00_V/">Hyper-V</category><category domain="http://blogs.technet.com/b/stbnewsbytes/archive/tags/Windows+Azure/">Windows Azure</category><category domain="http://blogs.technet.com/b/stbnewsbytes/archive/tags/cloud+computing/">cloud computing</category><category domain="http://blogs.technet.com/b/stbnewsbytes/archive/tags/Windows+Server+2012/">Windows Server 2012</category><category domain="http://blogs.technet.com/b/stbnewsbytes/archive/tags/News/">News</category></item><item><title>Deploying Remote BLOB Storage with SQL Server 2012 AlwaysOn Availability Groups</title><link>http://blogs.technet.com/b/wbaer/archive/2013/05/23/deploying-remote-blob-storage-with-sql-server-2012-alwayson-availability-groups.aspx</link><pubDate>Thu, 23 May 2013 18:24:10 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574467</guid><dc:creator>Bill Baer (Microsoft)</dc:creator><slash:comments>0</slash:comments><description>AlwaysOn Availability Groups can provide a high-availability and disaster recovery solution for SQL Server Remote Blob Store (RBS) BLOB objects (blobs).&amp;#160; AlwaysOn Availability Groups protects any RBS metadata and schemas stored in an availability database by replicating them to the secondary replicas. AlwaysOn Availability Groups Overview The AlwaysOn Availability Groups feature is a high-availability and disaster-recovery solution that provides an enterprise-level alternative to database mirroring...(&lt;a href="http://blogs.technet.com/b/wbaer/archive/2013/05/23/deploying-remote-blob-storage-with-sql-server-2012-alwayson-availability-groups.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574467" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/wbaer/archive/tags/Remote+BLOB+Storage/">Remote BLOB Storage</category><category domain="http://blogs.technet.com/b/wbaer/archive/tags/AlwaysOn/">AlwaysOn</category><category domain="http://blogs.technet.com/b/wbaer/archive/tags/SharePoint+Server+2013/">SharePoint Server 2013</category></item><item><title>Why a grand bargain with Google could be a raw deal for consumers</title><link>http://blogs.technet.com/b/firehose/archive/2013/05/23/why-a-grand-bargain-with-google-could-be-a-raw-deal-for-consumers.aspx</link><pubDate>Thu, 23 May 2013 18:21:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574465</guid><dc:creator>Jake Siegel</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;"If Google knows more about your life than your significant other, your family, or your friends, what does that say? Google is a big business and has to make money &amp;ndash; off of you. Do you trust Google to do so with your best interests at heart?"&lt;/p&gt;
&lt;p&gt;Stefan Weitz, senior director at Bing,&amp;nbsp;raised those questions&amp;nbsp;on Wednesday &lt;a href="http://www.bing.com/blogs/site_blogs/b/search/archive/2013/05/22/the-grand-bargain.aspx"&gt;over at the Bing blog&lt;/a&gt;. Last week, Weitz and his team watched the&amp;nbsp;Google I/O conference stream.&amp;nbsp;What the conference made clear, he wrote, was that underneath all the technophilia, Google's main focus is on monetizing its users' data.&lt;/p&gt;
&lt;p&gt;The folks at Bing aren't the only ones to take notice. As Weitz pointed out,&amp;nbsp;a research psychologist named Robert Epstein &lt;a href="http://blogs.technet.com/controlpanel/blogs/posteditor.aspx/&lt;a href=&amp;quot;http:/techland.time.com/2013/03/27/googles-dance/&amp;quot;&gt;published an article in &lt;em&gt;TIME&lt;/em&gt;&lt;/a&gt;&amp;amp;nbsp;magazine"&gt;published an article in &lt;em&gt;TIME&lt;/em&gt;&amp;nbsp;magazine&lt;/a&gt; a few weeks ago&amp;nbsp;that examined the difference between what consumers think Google does versus what Google &lt;em&gt;actually &lt;/em&gt;does.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;About a billion people use Google&amp;rsquo;s search engine each month to find everything from plastic hangers to plastic surgeons, and, as far as the consumer is concerned, Google is an &lt;em&gt;information&lt;/em&gt; company, pure and simple,&amp;rdquo; Epstein wrote. &amp;ldquo;But from Google&amp;rsquo;s perspective &amp;ndash; and I don&amp;rsquo;t mean Google&amp;rsquo;s PR department, I mean Google&amp;rsquo;s management &amp;ndash; Google is an &lt;em&gt;advertising &lt;/em&gt;company.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;As Epstein explained, &amp;ldquo;the immediate problem is that the transaction is inherently deceitful. The consumer perceives the transaction at one level, Google at another.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;There's nothing startling about selling online ads to generate revenue, Weitz said. Bing does it, too. "But we&amp;rsquo;ve tried to be transparent about the data we share and use, and because we are not solely an advertising-driven company, we have the leeway to make product choices that serve consumers first."&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Head over to the &lt;a href="http://www.bing.com/blogs/site_blogs/b/search/archive/2013/05/22/the-grand-bargain.aspx"&gt;Bing blog&lt;/a&gt; for a deeper dive into what all a "grand bargain" with Google entails.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Jake Siegel&lt;br /&gt;&lt;/strong&gt;Microsoft News Center Staff&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574465" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/firehose/archive/tags/Bing/">Bing</category></item><item><title>Hyper-V Recovery Manager on Windows Azure</title><link>http://blogs.technet.com/b/erikl/archive/2013/05/23/hyper-v-recovery-manager-on-windows-azure.aspx</link><pubDate>Thu, 23 May 2013 18:10:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574462</guid><dc:creator>Erik Laurhammer</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="Publishwithline"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Jeg har en god nyhet og en d&amp;aring;rlig nyhet. Den gode er at Hyper-V Recovery Manager n&amp;aring; er tilgjengelig i en &amp;laquo;preview&amp;raquo;. Den d&amp;aring;rlige er at den ikke er tilgjengelig for oss i Norge enda. &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Enn s&amp;aring; lenge m&amp;aring; vi sikle p&amp;aring; produktet og lese hva andre finner ut og synes.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Kort fortalt vil Hyper-V Recovery Manager leve i Azure. Herfra vil den fra en &amp;laquo;tredje lokasjon&amp;raquo; kunne administrere og orkestrere Hyper-V Replica (inkludert ikke planlagt failover, planlagt failover og test av failover). Er det ikke flott?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Litt info fra Microsoft: &lt;/span&gt;&lt;a href="http://www.windowsazure.com/en-us/home/features/recovery-services/"&gt;&lt;span style="color: #0563c1; font-family: Calibri; font-size: small;"&gt;http://www.windowsazure.com/en-us/home/features/recovery-services/&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Litt detaljer fra TechRepublic: &lt;/span&gt;&lt;a href="http://www.techrepublic.com/blog/datacenter/hyper-v-recovery-manager-on-windows-azure-game-changer-in-dr-architecture/6186"&gt;&lt;span style="color: #0563c1; font-family: Calibri; font-size: small;"&gt;http://www.techrepublic.com/blog/datacenter/hyper-v-recovery-manager-on-windows-azure-game-changer-in-dr-architecture/6186&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #888888;"&gt;&lt;em&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Microsoft recently made available a preview service, &lt;/span&gt;&lt;a href="http://www.windowsazure.com/en-us/home/features/recovery-services/"&gt;&lt;span style="color: #888888; font-family: Calibri; font-size: small;"&gt;Hyper-V Recovery Manager (HVRM)&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;. This is a hybrid service that leverages the high ground of the Azure public cloud in a smart way. HRVM manages the replication of your primary data center to your disaster recovery (DR) site. HVRM is a service for Windows Azure customers that appears in the Windows Azure Customer Portal after you sign up for the service. From the portal, you can perform emergency, on-demand, and test failovers of your infrastructure to the DR site. You can achieve excellent DR readiness protecting virtual machine (VM) workloads at a fraction of the cost compared to traditional approaches.&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-85/7268.Hyper_2D00_V-Recovery-Manager-on-Windows-Azure.jpg"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-92-85/7268.Hyper_2D00_V-Recovery-Manager-on-Windows-Azure.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574462" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/erikl/archive/tags/Hyper_2D00_V/">Hyper-V</category><category domain="http://blogs.technet.com/b/erikl/archive/tags/Hyper_2D00_V+Replica/">Hyper-V Replica</category><category domain="http://blogs.technet.com/b/erikl/archive/tags/Azure/">Azure</category></item><item><title>New generation Kinect for Windows sensor is coming next year</title><link>http://blogs.technet.com/b/firehose/archive/2013/05/23/new-generation-kinect-for-windows-sensor-is-coming-next-year.aspx</link><pubDate>Thu, 23 May 2013 18:02:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574459</guid><dc:creator>Steve Clarke (Microsoft News Center)</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/resized-image.ashx/__size/270x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-49-02/5861.New_2D00_Kinect_2D00_Active_2D00_IR_5F00_270px.jpg"&gt;&lt;img style="margin: 10px; border: 0px currentColor; float: right; max-width: 300px;" src="http://blogs.msdn.com/resized-image.ashx/__size/270x0/__key/communityserver-blogs-components-weblogfiles/00-00-01-49-02/5861.New_2D00_Kinect_2D00_Active_2D00_IR_5F00_270px.jpg" alt="" /&gt;&lt;/a&gt;Kinect for Xbox One made a big splash earlier this week as part of the &lt;a href="http://www.microsoft.com/en-us/news/Press/2013/May13/05-21XboxPR.aspx"&gt;launch of Xbox One&lt;/a&gt;. On Thursday Microsoft announced it will also deliver a new generation Kinect for Windows sensor next year. It&amp;rsquo;s part of the company&amp;rsquo;s commitment to equipping businesses and organizations with the latest natural technology from Microsoft so they, in turn, can develop and deploy touch-free applications for their businesses and customers. A new Kinect for Windows sensor and software development kit (SDK) are core to that commitment.&lt;/p&gt;
&lt;p&gt;The new Kinect for Xbox One sensor and the new Kinect for Windows sensor are being built on a shared set of technologies. Similar to the way the Kinect for Xbox One sensor will help revolutionize gaming and entertainment, the new Kinect for Windows sensor will revolutionize computing experiences. In a nutshell, the advanced precision and intuitive responsiveness that the new platform provides will speed the development of voice and gesture experiences on computers.&lt;/p&gt;
&lt;p&gt;Key capabilities of the new Kinect sensor include higher fidelity, expanded field of view, improved skeletal tracking, and new active infrared.&lt;/p&gt;
&lt;p&gt;Read &lt;a href="http://blogs.msdn.com/b/kinectforwindows/archive/2013/05/23/the-new-generation-kinect-for-windows-sensor-is-coming-next-year.aspx"&gt;the blog post&lt;/a&gt; for more on each of these areas, and stay tuned &amp;ndash; at &lt;a href="http://www.buildwindows.com/"&gt;BUILD 2013&lt;/a&gt; in June, Microsoft will share details about how developers and designers can prepare to adopt these new technologies so their apps and experiences are ready for general availability next year.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Steve Clarke&lt;/strong&gt; &lt;br /&gt;Microsoft News Center Staff&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574459" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/firehose/archive/tags/BUILD/">BUILD</category><category domain="http://blogs.technet.com/b/firehose/archive/tags/Kinect/">Kinect</category><category domain="http://blogs.technet.com/b/firehose/archive/tags/Xbox/">Xbox</category></item><item><title>Microsoft brings Windows Azure and the cloud to Asia</title><link>http://blogs.technet.com/b/firehose/archive/2013/05/23/microsoft-brings-windows-azure-and-the-cloud-to-asia.aspx</link><pubDate>Thu, 23 May 2013 17:49:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574456</guid><dc:creator>Lukas Velush</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Satya Nadella announced Wednesday that Microsoft is expanding its cloud presence in Asia in a big way.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;As the worldwide demand for cloud computing continues to grow, so does Windows Azure,&amp;rdquo; Nadella, president of Microsoft&amp;rsquo;s Server and Tools Business, says in a blog post on the Official Microsoft Blog. &amp;ldquo;Microsoft is the only at-scale global public cloud provider to deliver a hybrid cloud advantage and we&amp;rsquo;re excited to announce plans to invest hundreds of millions of dollars to expand the Windows Azure footprint in Asia &amp;ndash; specifically in China, Japan and Australia.&amp;rdquo;&lt;/p&gt;...(&lt;a href="http://blogs.technet.com/b/firehose/archive/2013/05/23/microsoft-brings-windows-azure-and-the-cloud-to-asia.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574456" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/firehose/archive/tags/Cloud+Computing/">Cloud Computing</category><category domain="http://blogs.technet.com/b/firehose/archive/tags/Windows+Azure/">Windows Azure</category><category domain="http://blogs.technet.com/b/firehose/archive/tags/Asia/">Asia</category><category domain="http://blogs.technet.com/b/firehose/archive/tags/China/">China</category></item><item><title>So good. Must share.</title><link>http://blogs.technet.com/b/kevinremde/archive/2013/05/23/so-good-must-share.aspx</link><pubDate>Thu, 23 May 2013 17:42:16 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574454</guid><dc:creator>Kevin Remde</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;&lt;iframe height="0" src="http://mschnlnine.vo.llnwd.net/d1/inetpub/kevinremde/KROmniture.htm" frameborder="0" width="0"&gt;&lt;/iframe&gt;As a &lt;a title="Microsoft Corporation" href="http://www.microsoft.com" target="_blank"&gt;Microsoft&lt;/a&gt; employee and as a $MSFT stockholder, I have to confess that I was THRILLED last night when I saw this commercial for the first time on TV…&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt; &lt;iframe height="315" src="http://www.youtube.com/embed/86JMcy5OqZA" frameborder="0" width="560" allowfullscreen="allowfullscreen"&gt;&lt;/iframe&gt;   &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;So, if you were thinking of buying that iPad..you should think again and get a real &lt;a title="Windows 8" href="http://aka.ms/win8client" target="_blank"&gt;Windows 8&lt;/a&gt; tablet!&amp;#160; &lt;/p&gt;  &lt;p&gt;(Here’s the one in the commercial, if you’re interested: &lt;a href="http://www.asus.com/Tablets_Mobile/ASUS_VivoTab_Smart/" target="_blank"&gt;ASUS VivoTab Smart&lt;/a&gt;.)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574454" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Security/">Security</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Fun+Stuff/">Fun Stuff</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Could+get+me+fired/">Could get me fired</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Reliability/">Reliability</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Cool+or+Geeky/">Cool or Geeky</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Productivity/">Productivity</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Life+2-0/">Life 2.0</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Humor/">Humor</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Apple/">Apple</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Geeky_2D00_Cool/">Geeky-Cool</category><category domain="http://blogs.technet.com/b/kevinremde/archive/tags/Windows+8/">Windows 8</category></item><item><title>Further. Forward. Faster. A story of BI, BIG Data and Application Infrastructure</title><link>http://blogs.technet.com/b/cdnitmanagers/archive/2013/05/23/further-forward-faster-a-story-of-bi-big-data-and-application-infrastructure.aspx</link><pubDate>Thu, 23 May 2013 17:41:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574453</guid><dc:creator>Chris Di Lullo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span style="font-size: medium;"&gt;Learn about IT architectural best practices and business value of Microsoft-related products and&amp;nbsp;technologies. &lt;/span&gt;&lt;br /&gt; &amp;nbsp;&lt;br /&gt; &lt;span style="font-size: small;"&gt;This complimentary forum will fuel your thinking as an IT Leader and IT architect, support networking with peers and industry leaders, and help you learn and share best practices and experiences in an informal environment.&lt;/span&gt;&lt;br /&gt; &amp;nbsp;&lt;br /&gt;&lt;span style="font-size: small;"&gt; We will have two separate tracks which will cover &lt;strong&gt;Big Data and BI and Application Platform and the Cloud&lt;/strong&gt;. We ask you to have at least one IT architect from your team at each track.&lt;/span&gt;&lt;br /&gt; &amp;nbsp;&lt;br /&gt;&lt;span style="font-size: small;"&gt; The sessions will be presented by Microsoft experts in each respective area. We know you will get great value from the&amp;nbsp;discussions&lt;/span&gt;!&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;Register Now!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;a href="https://msevents.microsoft.com/CUI/InviteOnly.aspx?EventID=7F-6F-F5-85-BB-CF-B2-BF-69-CD-B8-5D-DD-A6-A3-27&amp;amp;Culture=en-CA&amp;amp;community=0" target="_blank"&gt;Mississauga&lt;/a&gt;&amp;nbsp;- May 30th&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: medium;"&gt;&lt;a href="https://msevents.microsoft.com/CUI/InviteOnly.aspx?EventID=7F-6F-F5-85-BB-CF-B2-BF-A5-5B-95-66-42-32-3F-FD&amp;amp;Culture=en-CA&amp;amp;community=0" target="_blank"&gt;Montreal&lt;/a&gt; - June 4th&lt;/span&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 100%;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top" width="35"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;table style="width: 100%;" border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;table style="width: 630px;" border="1" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="101"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td colspan="3"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" nowrap="nowrap" width="101"&gt;
&lt;p&gt;&lt;br /&gt; 8:30 &amp;ndash; 9:00 am&lt;/p&gt;
&lt;/td&gt;
&lt;td colspan="3"&gt;
&lt;p align="center"&gt;&lt;br /&gt; &lt;strong&gt;Breakfast&lt;/strong&gt;&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="101"&gt;
&lt;p&gt;&lt;br /&gt; 9:00 &amp;ndash; 10:00 am&lt;/p&gt;
&lt;/td&gt;
&lt;td colspan="3"&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;Evolving the Data Center: Transforming Data into Insight&lt;/strong&gt;&lt;br /&gt; Join us for highlights of Microsoft&amp;rsquo;s next wave of technologies for delivering comprehensive solutions that help meet the needs of your most mission critical systems&amp;sbquo; and enable innovative solutions across on-premises and cloud environments. This session will address some of the tough issues facing organizations today such as managing the explosion of unstructured data&amp;sbquo; and empowering end-users to gain meaningful insights from the abundance of externally and internally available data.&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="101"&gt;
&lt;p&gt;&lt;br /&gt; 10:00 &amp;ndash; 10:15 am&lt;/p&gt;
&lt;/td&gt;
&lt;td colspan="3"&gt;
&lt;p align="center"&gt;&lt;br /&gt; &lt;strong&gt;Break&lt;/strong&gt;&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="257"&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;Track 1&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;&lt;strong&gt;&lt;br /&gt; &lt;strong&gt;BI and Big Data&lt;/strong&gt;&lt;/strong&gt;&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="5"&gt;
&lt;p&gt;&lt;br /&gt; &lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="257"&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;Track 2&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt; &lt;strong&gt;Application Platform and the Cloud&lt;/strong&gt;&lt;/strong&gt;&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="101"&gt;
&lt;p&gt;&lt;br /&gt; 10:15 &amp;ndash; 11:15 am&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="257"&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;Microsoft Business Intelligence. What&amp;rsquo;s&amp;nbsp;new? &lt;/strong&gt;&lt;br /&gt; Business Analytics represents an entire ecosystem for organisational decision making. From enabling the use of any data, of any size, virtually anywhere, and connecting to the world's data, through to generating valuable insights, wherever you are. &lt;br /&gt; &amp;nbsp;&lt;br /&gt; In this presentation we will demonstrate how you can easily build a cube and accelerate the development process with the new tabular models in SQL Server Data Tools (SSDT, Formerly BIDS). We will also provide an overview of the newest features in SSRS (Data Alerts and PowerView for ad-hoc reporting) and Excel 2013 (Data Explorer, PowerPivot Enhancements and PowerView) &lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="257"&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;Building SQL Server Private Cloud: Value of Server Consolidation&lt;/strong&gt; &lt;br /&gt; Most organisations are looking to reduce their IT costs while getting more flexibility and better availability. &lt;br /&gt; &amp;nbsp;&lt;br /&gt; Join us to learn how you can take advantage of your current solutions to help reduce long term licensing costs, simplify patch and upgrades, and help reduce your environmental footprint &lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="101"&gt;
&lt;p&gt;&lt;br /&gt; 11:15 &amp;ndash; 12:15 pm&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="257"&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;Fast Forward with BIG Data and SQL Server 2012 Parallel Data Warehouse.&lt;/strong&gt;&lt;br /&gt; Big Data is a concept discussed in many organisations and all over the web. Join us to understand how Microsoft can simplify your Big Data approach and see the benefits of a Big Data strategy for your company. &lt;br /&gt; &amp;nbsp;&lt;br /&gt; We also introduce new Microsoft BIG Data solution: SQL Server 2012 Parallel Data Warehouse (PDW)&amp;mdash;the next generation of the scalable, massively parallel processing (MPP) data warehouse appliance. &lt;br /&gt; &amp;nbsp; &lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="257"&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;Extending Your Apps and Infrastructure Into the Cloud&lt;/strong&gt;&lt;br /&gt; You&amp;rsquo;re in charge of reconciling the on-premise datacenter with the cloud and you have to execute flawlessly. What should go in the cloud? What should stay on premise? How do you decide? Once you&amp;rsquo;ve made your decision, how do you actually make it happen? After all, enterprise apps are complex and often depend on services, directories, and databases which are located on premise. Mission critical hardware and services in your datacenter already have sophisticated tools and processes in place. Downtime is not an option. Come learn how to turn this seemingly daunting task into a solid step towards moving applications, services, and infrastructure to the cloud. In this seminar, gain the knowledge, experience, and confidence you need to extend your apps and infrastructure into Windows Azure while minimizing risk and complexity.&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="101"&gt;
&lt;p&gt;&lt;br /&gt; 12:15 &amp;ndash; 1:00 pm&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td colspan="3" valign="top"&gt;
&lt;p align="center"&gt;&lt;br /&gt; &lt;strong&gt;Lunch&lt;/strong&gt;&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="101"&gt;
&lt;p&gt;&lt;br /&gt; 1:00 &amp;ndash; 2:00 pm&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="257"&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;Modern UI Apps on devices (phone, tablet,&amp;nbsp;desktop)&lt;/strong&gt; &lt;br /&gt; Learn how the development runtime model has changed in Windows 8 and Windows Phone 8 from previous versions of the Microsoft client platforms. This session will describe the options for building Apps that can be published in the Windows and Windows Phone Stores using Visual Studio 2012 and developed in C# or in HTML5 and Javascript. In the session we will investigate how to maximize code re-use between an App designed for a small mobile form factor, medium-size tablet form factor geared towards touch, and a large desktop form factor with mouse and keyboard. We will investigate how changes in the security, identity and storage models effects how we build, maintain and deploy these Modern UI applications and we will run through a complete demonstration of building and submitting Apps to the Microsoft App certification processes.&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="257"&gt;
&lt;p&gt;&lt;br /&gt; &lt;strong&gt;Upgrading to SQL Server 2012 &amp;ldquo;Done&amp;nbsp;Right&amp;rdquo;&lt;/strong&gt; &lt;br /&gt; Learn how to successfully implement different upgrade scenarios, including advanced such as rolling updates. By the end of the session you will have a clear understanding of which tools to use, which upgrade strategies to implement, and how to successfully upgrade to SQL Server 2012.&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="101"&gt;
&lt;p&gt;&lt;br /&gt; 2:00 &amp;ndash; 2:30 pm&lt;/p&gt;
&lt;/td&gt;
&lt;td colspan="3"&gt;
&lt;p align="center"&gt;&lt;br /&gt; &lt;strong&gt;Summary and Wrap Up&lt;/strong&gt;&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="101"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td colspan="3"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;td width="5"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;br /&gt; Please &lt;strong&gt;RSVP&lt;/strong&gt; now, number of seats is limited!&lt;br /&gt; &amp;nbsp;&lt;br /&gt; &amp;nbsp;&lt;br /&gt; &amp;nbsp;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574453" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/cdnitmanagers/archive/tags/Architecture/">Architecture</category><category domain="http://blogs.technet.com/b/cdnitmanagers/archive/tags/SQL/">SQL</category><category domain="http://blogs.technet.com/b/cdnitmanagers/archive/tags/BI/">BI</category><category domain="http://blogs.technet.com/b/cdnitmanagers/archive/tags/IT+Architect/">IT Architect</category></item><item><title>New Ways to Visualize Your Data</title><link>http://blogs.technet.com/b/inside_microsoft_research/archive/2013/05/23/new-ways-to-visualize-your-data.aspx</link><pubDate>Thu, 23 May 2013 17:15:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574267</guid><dc:creator>Inside Microsoft Research</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="posted-by"&gt;Posted by &lt;span class="author"&gt;Rob Knies&lt;/span&gt;&lt;/p&gt;
&lt;h3 class="posted-by"&gt;&lt;a href="/b/inside_microsoft_research/archive/2013/05/23/new-ways-to-visualize-your-data.aspx"&gt;&lt;img style="margin: 0px; border: 0px currentColor; float: left;" title="Histogram data visualization in Excel" src="/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-90-35/7115.histbig_5B00_1_5D00_.png" alt="Histogram data visualization in Excel" width="300" /&gt;&lt;/a&gt;&lt;/h3&gt;
&lt;p class="posted-by"&gt;&lt;span class="author"&gt;If you are feeling hungry, you go to the kitchen. If you&amp;rsquo;d like to take a swim, you head to a swimming pool. If you want to catch a movie, you&amp;rsquo;re bound for a theater.&lt;br /&gt;&lt;br /&gt;And, &lt;a title="Danyel Fisher" href="http://research.microsoft.com/en-us/people/danyelf/" target="_blank"&gt;Danyel Fisher&lt;/a&gt; says, if you&amp;rsquo;re interested in data, you open &lt;a title="Excel" href="http://office.microsoft.com/en-us/excel/" target="_blank"&gt;Excel&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&amp;ldquo;Excel is where data lives,&amp;rdquo; says Fisher, a researcher with the &lt;a title="Visualization and Interaction for Business and Entertainment" href="http://research.microsoft.com/en-us/um/redmond/groups/vibe/vibewebpage/" target="_blank"&gt;Visualization and Interaction for Business and Entertainment&lt;/a&gt; (VIBE) team at &lt;a title="Microsoft Research Redmond" href="http://research.microsoft.com/en-us/labs/redmond/default.aspx" target="_blank"&gt;Microsoft Research Redmond&lt;/a&gt;. &amp;ldquo;When people have data to organize, in any form, it usually passes through Excel at some point&amp;mdash;sometimes, just as a quick way to look at it, and sometimes, with tools like &lt;a title="Flash Fill" href="http://research.microsoft.com/en-us/um/people/sumitg/flashfill.html" target="_blank"&gt;Flash Fill&lt;/a&gt; and charting and sorting&amp;mdash;that&amp;rsquo;s where it stays.&lt;br /&gt;&lt;br /&gt;&amp;ldquo;Data visualizations are incredibly powerful and fun ways for users to understand their data.&amp;rdquo;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="/b/inside_microsoft_research/archive/2013/05/23/new-ways-to-visualize-your-data.aspx"&gt;&lt;img src="/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-90-35-img/0724.read_2D00_more.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;...(&lt;a href="http://blogs.technet.com/b/inside_microsoft_research/archive/2013/05/23/new-ways-to-visualize-your-data.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574267" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Microsoft+Research+Redmond/">Microsoft Research Redmond</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Office/">Office</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Flash+Fill/">Flash Fill</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Excel/">Excel</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Roland+Fernandez/">Roland Fernandez</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Project/">Project</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Histogram+2D/">Histogram 2D</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Visualization+and+Interaction+for+Business+and+Entertainment/">Visualization and Interaction for Business and Entertainment</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/data+visualization/">data visualization</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Histogram/">Histogram</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Outlook/">Outlook</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Apps+for+Office/">Apps for Office</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Office+Store/">Office Store</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Treemap/">Treemap</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Word/">Word</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/VIBE/">VIBE</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/PowerPoint/">PowerPoint</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Treemapper/">Treemapper</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Danyel+Fisher/">Danyel Fisher</category><category domain="http://blogs.technet.com/b/inside_microsoft_research/archive/tags/Streamgraph/">Streamgraph</category></item><item><title>Er løsningen din støttet?</title><link>http://blogs.technet.com/b/erikl/archive/2013/05/23/er-l-248-sningen-din-st-248-ttet.aspx</link><pubDate>Thu, 23 May 2013 17:12:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574446</guid><dc:creator>Erik Laurhammer</dc:creator><slash:comments>0</slash:comments><description>&lt;p class="Publishwithline"&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Heldigvis har teknologi og l&amp;oslash;sninger blitt s&amp;aring;pass bra at de for det meste bare fungerer. Kun unntaksvis er det behov for st&amp;oslash;tte av en karakter som krever at selve l&amp;oslash;sningen med alle enkeltkomponentene er offisielt st&amp;oslash;ttet (&amp;laquo;supportert&amp;raquo;). Selv om mye er blitt bedre, er det fortsatt slik at produsenten gj&amp;oslash;r feil som m&amp;aring; rettes opp, feilkonfigurasjon forkommer og alle kombinasjoner er kanskje ikke testet og fungerer like bra sammen (spesielt n&amp;aring;r l&amp;oslash;sningen best&amp;aring;r av komponenter fra forskjellige produsenter). N&amp;aring;r man havner i en slik situasjon der man trenger hjelp, hva er det verste som kan skje? Det er kanskje at man f&amp;aring;r beskjed om at l&amp;oslash;sningen ikke er st&amp;oslash;ttet og hjelpen stopper opp.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hvorfor er produsenten s&amp;aring; opptatt av at l&amp;oslash;sningen skal v&amp;aelig;re st&amp;oslash;ttet? Svaret er sammensatt og komplisert, men det handler f&amp;oslash;rst og fremst om at produsenten m&amp;aring; ha noe som er konstant og sikkert (dvs. testet og funnet i orden). Det blir p&amp;aring; samme m&amp;aring;ten som at snekkeren m&amp;aring; stille krav til mureren, med tanke p&amp;aring; grunnmuren, for at han skal kunne ta ansvar for huset han skal bygge p&amp;aring; toppen.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;For &amp;aring; v&amp;aelig;re s&amp;aring; sikker som mulig p&amp;aring; at grunnmuren er som den skal, har Microsoft og v&amp;aring;re infrastrukturpartnere i &amp;aring;revis testet s&amp;aring; mange kombinasjoner som mulig. Denne testingen er gjort for &amp;aring; avlaste kundene, slik at feil kan rettes opp f&amp;oslash;r l&amp;oslash;sningene settes i produksjon. Tanken er at l&amp;oslash;sningen som settes i produksjon allerede er testet og funnet i orden. Hvis det er feil som ikke allerede er avdekket, s&amp;aring; rettes disse opp. Dette er en av pilarene som gj&amp;oslash;r det mulig &amp;aring; kombinere komponenter fra forskjellige produsenter og samtidig v&amp;aelig;re trygg p&amp;aring; at man f&amp;aring;r hjelp hvis det oppst&amp;aring;r feil. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Microsoft har logoprogram og &amp;laquo;Failover Cluster Validation Tests&amp;raquo; osv. som sikrer (s&amp;aring; langt det er mulig) at maskinvaren i l&amp;oslash;sningen fungerer med for eksempel Windows Server 2012. F&amp;oslash;lger man disse prinsippene er ogs&amp;aring; l&amp;oslash;sningen st&amp;oslash;ttet.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;I dagens datarom blir for det meste Windows Server ikke lenger installert direkte p&amp;aring; fysisk maskinvare, men p&amp;aring; toppen av en Hypervisor. Hvordan sikrer Microsoft at Windows Server fungerer s&amp;aring; godt som mulig p&amp;aring; virtuell maskinvare? Svaret er som for fysisk maskinvare, vi tester. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Den virtuelle maskinvaren som Microsoft desidert tester mest, er selvf&amp;oslash;lgelig v&amp;aring;r egen Hyper-V. Vi tester ALLE v&amp;aring;re produkter og l&amp;oslash;sninger da dette er plattformen v&amp;aring;re utviklerne bruker for utvikling og test. Vi sikrer p&amp;aring; den m&amp;aring;ten at alle v&amp;aring;re produkter ikke bare fungerer, men ogs&amp;aring; skalerer, yter og er mulig &amp;aring; feils&amp;oslash;ke p&amp;aring; nettopp denne virtuelle maskinvaren. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hva med virtuell maskinvare fra andre leverand&amp;oslash;rer, blir det gjort testing for &amp;aring; sikre at for eksempel Windows Server fungerer s&amp;aring; godt som mulig p&amp;aring; disse? Svaret er selvf&amp;oslash;lgelig ett stort JA. Microsoft har til og med et eget program for &amp;aring; sikre at all testingen som gj&amp;oslash;res, er tilgjengelig for kunder og partnere. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;Programmet er: &lt;strong&gt;Server Virtualization Validation Program (SVVP)&lt;/strong&gt;&lt;br /&gt; &lt;/span&gt;&lt;a href="http://www.windowsservercatalog.com/svvp.aspx?svvppage=svvp.htm"&gt;&lt;span style="color: #0563c1; font-family: Calibri; font-size: small;"&gt;http://www.windowsservercatalog.com/svvp.aspx?svvppage=svvp.htm&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Virtualiseringsl&amp;oslash;sningene fra f&amp;oslash;lgende levrand&amp;oslash;rer er per. 23.05.2013, testet og funnet i orden for Windows Server 2012:&lt;br /&gt; Fujitsu Service-oriented Platform (SOP) Virtualization Version 3.4.3-1209.21.sop&amp;nbsp; &lt;br /&gt; Hitachi Compute Blade Version 01&lt;br /&gt; Hitachi Compute Blade Version 59&lt;br /&gt; Hitachi Compute Blade Version 79&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hva er status for de mest brukte l&amp;oslash;sningene i markedet (i tillegg til Hyper-V som i Norge har 35% andel i Q412 - IDC)?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&lt;strong&gt;VMware&lt;/strong&gt;: vSphere ESXi 5.0 (Update 1) er per. 23.05.2013 testet med Windows Server 2008 R2.&lt;br /&gt; Det vil &lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;si at vSphere 5.1 ikke er testet i SVVP-programmet og Windows Server 2012 er ikke testet med noen versjoner av vSphere i SVVP-programmet.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;&lt;strong&gt;Citrix&lt;/strong&gt;: XenServer 6.1 er per. 23.05.2013 testet med Windows Server 2008 R2.&lt;br /&gt; Det vil si at Windows Server 2012 ikke er testet med noen versjoner av XenServer i SVVP-programmet.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hva betyr dette i praksis for de kundene som benytter disse kombinasjonene? S&amp;aring; lenge alt fungerer, s&amp;aring; har dette liten eller ingen konsekvens. Det er n&amp;aring;r problemene oppst&amp;aring;r at moroa begynner. Trenger man hjelp av Microsoft vil vi hjelpe til s&amp;aring; langt det er &amp;oslash;konomisk forsvarlig, eller som de sier over dammen: &lt;em&gt;&amp;laquo;&amp;hellip;Microsoft will continue to provide support for Windows Server 2012 on VMware vSphere ESXi 5.1 and XenServer 6.1 on a commercially reasonable basis and may require the customer to reproduce the issue on certified physical hardware or Microsoft Hyper-V&amp;hellip;&amp;raquo;&lt;/em&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;La oss derfor h&amp;aring;pe at de mest aktuelle l&amp;oslash;sningene s&amp;aring; fort som mulig blir testet og funnet i orden, slik at kunder og partnere kan &amp;laquo;sove godt om natten&amp;raquo;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Hva kan dere gj&amp;oslash;re for &amp;aring; f&amp;aring; fart p&amp;aring; prosessen? Ta kontakt med din leverand&amp;oslash;r/produsent og be om at l&amp;oslash;sningen blir sertifisert, alternativt f&amp;aring; skriftlige garantier (en selger lover det meste n&amp;aring;r han m&amp;aring;) for at du f&amp;aring;r hjelp og st&amp;oslash;tte hvis problemer skulle oppst&amp;aring;.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574446" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/erikl/archive/tags/Hyper_2D00_V/">Hyper-V</category><category domain="http://blogs.technet.com/b/erikl/archive/tags/Windows+Server+2012/">Windows Server 2012</category><category domain="http://blogs.technet.com/b/erikl/archive/tags/Nyttige+nettsider/">Nyttige nettsider</category></item><item><title>Announcement: Surface Pro has Landed in the UK</title><link>http://blogs.technet.com/b/uktechnet/archive/2013/05/23/announcement-surface-pro-has-landed-in-the-uk.aspx</link><pubDate>Thu, 23 May 2013 17:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574443</guid><dc:creator>Sarah Lamb</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Today we are delighted to see the much anticipated arrival of Surface Pro into the UK market. &lt;/p&gt;  &lt;p&gt;This device extends the Surface range from Surface RT, and represents Microsoft’s entry into the full primary device market.&amp;#160; The UK market interest in the device has been huge since it arrived in the US market in February, which makes the arrival in the UK market all the more welcome.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-45-metablogapi/5428.image_5F00_0D0E0F5C.png"&gt;&lt;img title="image" style="border: 0px currentcolor; display: inline; background-image: none;" border="0" alt="image" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-84-45-metablogapi/1256.image_5F00_thumb_5F00_69799316.png" width="528" height="362" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;How to find out more:&lt;/b&gt; please go to &lt;a href="http://www.surface.com"&gt;http://www.surface.com&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574443" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/uktechnet/archive/tags/announcement/">announcement</category><category domain="http://blogs.technet.com/b/uktechnet/archive/tags/Devices/">Devices</category></item><item><title>Microsoft and Internet2 Establish Direct Peering to Improve Academic Cloud Research</title><link>http://blogs.technet.com/b/microsoft_in_education/archive/2013/05/23/microsoft-and-internet2-establish-direct-peering-to-improve-academic-cloud-research.aspx</link><pubDate>Thu, 23 May 2013 16:41:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574264</guid><dc:creator>Microsoft Education Team</dc:creator><slash:comments>0</slash:comments><description>Microsoft has had a strong relationship with the education sector for many years. As part of this long-standing commitment, we wanted to share some exciting news! Microsoft has just entered into two new peering agreements with Janet , the UK&amp;rsquo;s research and education network, and Internet2 , the US&amp;rsquo;s research and education network, to provide a faster and more secure connection for these institutions&amp;rsquo; cloud-based IT services. 
 What is most exciting about this news is the wealth...(&lt;a href="http://blogs.technet.com/b/microsoft_in_education/archive/2013/05/23/microsoft-and-internet2-establish-direct-peering-to-improve-academic-cloud-research.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574264" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/microsoft_in_education/archive/tags/technology/">technology</category><category domain="http://blogs.technet.com/b/microsoft_in_education/archive/tags/Higher+Education/">Higher Education</category><category domain="http://blogs.technet.com/b/microsoft_in_education/archive/tags/windows+azure/">windows azure</category><category domain="http://blogs.technet.com/b/microsoft_in_education/archive/tags/cloud+computing/">cloud computing</category><category domain="http://blogs.technet.com/b/microsoft_in_education/archive/tags/education/">education</category><category domain="http://blogs.technet.com/b/microsoft_in_education/archive/tags/Office+365+for+education/">Office 365 for education</category><category domain="http://blogs.technet.com/b/microsoft_in_education/archive/tags/Internet2/">Internet2</category><category domain="http://blogs.technet.com/b/microsoft_in_education/archive/tags/research/">research</category><category domain="http://blogs.technet.com/b/microsoft_in_education/archive/tags/janet/">janet</category></item><item><title>PowerPivot for SharePoint 2010 &amp; SQL 2012 - Refresh in browser fails due to multiple "Process" Data Models in Analysis Services.</title><link>http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/05/23/powerpivot-for-sharepoint-2010-amp-sql-2012-refresh-in-browser-fails-sue-to-multiple-quot-process-quot-data-models-in-analysis-services.aspx</link><pubDate>Thu, 23 May 2013 16:03:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574437</guid><dc:creator>Tom S - MSFT</dc:creator><slash:comments>0</slash:comments><description>&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;When opening a workbook after a Schedule Data Refresh, the workbook does not open in Excel Services:&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/4617.clip_5F00_image002.jpg"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/4617.clip_5F00_image002.jpg" alt="" width="361" height="140" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;This is because after a Scheduled Data Refresh, the &amp;ldquo;&lt;span style="font-style: italic; font-weight: bold;"&gt;Refresh data when opening the file&lt;/span&gt;&amp;rdquo; is checked.&amp;nbsp; This is by design, because after a Scheduled Data Refresh, the workbook&amp;rsquo;s Data Model is updated with new information and the workbook is re-published to the SharePoint Library.&amp;nbsp; To ensure that you are getting fresh data in the browser, the &amp;ldquo;&lt;span style="font-style: italic; font-weight: bold;"&gt;Refresh data when opening the file&lt;/span&gt;&amp;rdquo; is checked.&amp;nbsp; (I will get to the reason why it is spinning later under the &lt;span style="font-weight: bold;"&gt;Cause&lt;/span&gt; section).&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/5672.clip_5F00_image004.jpg"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/5672.clip_5F00_image004.jpg" alt="" width="383" height="181" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;If we uncheck &amp;ldquo;&lt;span style="font-style: italic; font-weight: bold;"&gt;Refresh data when opening the file&lt;/span&gt;&amp;rdquo; and open the workbook in the browser, the workbook opens, but if we click on a slicer (a workbook refresh is triggered), the error &amp;ldquo;&lt;span style="font-style: italic; font-weight: bold;"&gt;Unable to refresh data for a data connection in the workbook.&amp;nbsp; Try again or contact your system administrator.&amp;nbsp; The&lt;br /&gt;following connections failed to refresh: PowerPivot Data&amp;rdquo;&lt;/span&gt; is thrown:&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/0820.clip_5F00_image006.jpg"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/0820.clip_5F00_image006.jpg" alt="" width="319" height="196" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;This is caused by a&amp;nbsp;Bug.&amp;nbsp; When the Scheduled Data Refresh runs, a &lt;span style="font-style: italic; font-weight: bold;"&gt;Process &lt;/span&gt;cube is created under the &lt;span style="font-weight: bold;"&gt;SharePoint Server running PowerPivot &amp;gt; Analysis Services &amp;gt; PowerPivot Instance &amp;gt; Databases&lt;/span&gt;.&amp;nbsp; The Process cube should be deleted, but it is not.&amp;nbsp; Therefore many (not sure I can call them &amp;ldquo;duplicate&amp;rdquo; since they have a unique GUID so I will use the term &amp;ldquo;multiple&amp;rdquo;) &amp;ldquo;multiple&amp;rdquo; Data Models are created and not deleted.&amp;nbsp; When the workbook is refreshed, the workbook looks for the Data Model associated with that workbook under the &lt;span style="font-weight: bold;"&gt;SharePoint Server running PowerPivot &amp;gt; Analysis Services &amp;gt; PowerPivot Instance &amp;gt; Databases&lt;/span&gt;.&amp;nbsp; As you can see there are many &amp;ldquo;multiple&amp;rdquo; Data Models and the workbook refresh either hangs (spinning when using &amp;ldquo;&lt;span style="font-style: italic; font-weight: bold;"&gt;Refresh data when opening the file&lt;/span&gt;&amp;rdquo;) or fails when clicking on a slicer (error &amp;ldquo;&lt;span style="font-style: italic; font-weight: bold;"&gt;Unable to refresh data for a data connection in the workbook.&amp;nbsp; Try again or contact your system administrator.&amp;nbsp; The following connections failed to refresh: PowerPivot Data&lt;/span&gt;).&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/4571.clip_5F00_image008.jpg"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/4571.clip_5F00_image008.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;To resolve this, you will need to upgrade to SQL SP1 and apply the Cumulative Update 4 (not released quite yet, it is in the final testing stage).&lt;/p&gt;
&lt;p style="margin: 0in; font-family: Cambria; font-size: 10pt;"&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574437" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/Scheduled+Data+Refresh/">Scheduled Data Refresh</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/SharePoint+2010/">SharePoint 2010</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/PowerPivot+2010/">PowerPivot 2010</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/Refresh+Fails/">Refresh Fails</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/Spinning/">Spinning</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/Loading/">Loading</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/Process/">Process</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/SQL+2010/">SQL 2010</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/Unable+to+refresh+data/">Unable to refresh data</category></item><item><title>XenDesktop 7 Supports Windows Server 2012</title><link>http://blogs.technet.com/b/virtualization/archive/2013/05/23/xendesktop-7-supports-windows-server-2012.aspx</link><pubDate>Thu, 23 May 2013 16:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574263</guid><dc:creator>Microsoft Server and Cloud Platform Team</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;We are excited to see &lt;a href="http://www.citrix.com/news/announcements/may-2013/citrix-extends-enterprise-mobility-strategy-with-xendesktop-7.html" target="_parent"&gt;the release of XenDesktop 7&lt;/a&gt; and support our partner Citrix.&amp;nbsp;XenDesktop 7 brings together both XenApp and XenDesktop functionality into a common release and now brings support for Windows Server 2012.&amp;nbsp; XenDesktop can easily be deployed on &lt;a href="http://www.microsoft.com/en-us/server-cloud/windows-server/server-virtualization.aspx?WT.mc_id=BlogVirt_HyperV_WS2012" target="_parent"&gt;Hyper-V&lt;/a&gt; and take full advantage of Windows Server 2012 to increase agility, reduce cost, and provide a scalable and robust platform for desktop virtualization.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574263" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/virtualization/archive/tags/Citrix/">Citrix</category><category domain="http://blogs.technet.com/b/virtualization/archive/tags/Windows+Server+2012/">Windows Server 2012</category><category domain="http://blogs.technet.com/b/virtualization/archive/tags/XenDesktop+7/">XenDesktop 7</category></item><item><title>Self-Service BI with the Microsoft Data Explorer Preview for Excel 2013: 5 Reasons to Get Started Right Away</title><link>http://blogs.technet.com/b/dataplatforminsider/archive/2013/05/23/self-service-bi-with-the-microsoft-data-explorer-preview-for-excel-2013-5-reasons-to-get-started-right-away.aspx</link><pubDate>Thu, 23 May 2013 16:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574427</guid><dc:creator>SQL Server Team</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;font size="2"&gt;Using a variety of data sources has been a daunting task for mere mortals.&amp;#160; Now, with the Data Explorer add-in for Excel, you don’t need to be a super hero to unlock data gems.&amp;#160; The Microsoft Data Explorer Preview for Excel is now available for &lt;/font&gt;&lt;a href="http://office.microsoft.com/en-us/excel/download-data-explorer-for-excel-FX104018616.aspx?WT.mc_id=Blog_SQL_DataExplorer_DataExplorer" target="_blank"&gt;&lt;font size="2"&gt;download&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font size="2"&gt;Here are the Top 5 Reasons to investigate this new add-in:&lt;/font&gt;&lt;/b&gt;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;&lt;font size="2"&gt;Discover the World’s Data&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Connect to a wide variety of Data Sources&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Combine data from multiple data sources&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Reshape and transform your data effortlessly&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Refresh your data anytime&lt;/font&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;font size="2"&gt;Sound interesting?&amp;#160; Head on over to the Microsoft Business Intelligence blog post, &lt;/font&gt;&lt;a href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/05/15/5-things-you-need-to-know-about-microsoft-data-explorer-preview-for-excel.aspx" target="_blank"&gt;&lt;font size="2"&gt;“5 Things You Need to Know about Microsoft Data Explorer Preview for Excel”&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; for more details and become a super hero in your organization!&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574427" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/dataplatforminsider/archive/tags/BI/">BI</category><category domain="http://blogs.technet.com/b/dataplatforminsider/archive/tags/Excel/">Excel</category><category domain="http://blogs.technet.com/b/dataplatforminsider/archive/tags/Excel+2013/">Excel 2013</category><category domain="http://blogs.technet.com/b/dataplatforminsider/archive/tags/Data+Explorer/">Data Explorer</category></item><item><title>Lufthansa Systems Boosts Customer Satisfaction with Private Cloud</title><link>http://blogs.technet.com/b/server-cloud/archive/2013/05/23/lufthansa-systems-boosts-customer-satisfaction-with-private-cloud.aspx</link><pubDate>Thu, 23 May 2013 16:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574259</guid><dc:creator>Microsoft Server and Cloud Platform Team</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Cloud computing is catching on like wildfire. Indeed, the global cloud computing market is expected to grow from $40.7 billion in 2011 to $241 billion in 2020, according to &lt;a href="http://www.zdnet.com/blog/btl/cloud-computing-market-241-billion-in-2020/47702"&gt;Forrester Research&lt;/a&gt;. As interest in cloud computing increases, a key challenge hosted service providers face is keeping up with the skyrocketing number of customers.&lt;/p&gt;
&lt;p&gt;Lufthansa Systems, a wholly-owned subsidiary of the Lufthansa Group, operates a global network of modern data centers with locations in Kelsterbach, Germany; London; Dallas; and Singapore. As the company expanded its data center capacity, it was becoming more difficult to meet customer expectations for high availability&amp;mdash;while still keeping costs in check.&lt;/p&gt;
&lt;p&gt;Lufthansa Systems had already replaced its physical servers with a virtualized data center environment, but it hadn&amp;rsquo;t been enough. The company wanted to avoid the cost of continually adding IT staff and capital equipment as demand for its services grew.&lt;/p&gt;
&lt;p&gt;To make its server environment even more efficient, Lufthansa Systems turned to Windows Server 2012 with Hyper-V and Microsoft System Center 2012. The &amp;ldquo;management features were key for us,&amp;rdquo; says Bardo Werum, the company&amp;rsquo;s senior vice president infrastructure. &amp;ldquo;They turn a &amp;lsquo;mere&amp;rsquo; virtualization environment into a highly effective private cloud.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;First, Lufthansa Systems has dramatically increased data center efficiency by quadrupling its server density from four-node clusters to 16-node clusters. This, in turn, has freed up a greater percentage of virtual machines for actual production as compared to failover production. &amp;ldquo;We were looking for the next step beyond virtualization, and this is it,&amp;rdquo; says Werum.&lt;/p&gt;
&lt;p&gt;Second, Windows Server 2012 and System Center 2012 have enabled the company to reduce IT costs significantly.&lt;/p&gt;
&lt;p&gt;Third, by using less hardware and managing virtual machines more effectively, the company has been able to improve data center uptime &amp;ldquo;With Windows Server 2012, we can give our customers better service level agreements&amp;mdash;that&amp;rsquo;s good for them and good for us,&amp;rdquo; Werum says.&lt;/p&gt;
&lt;p&gt;Finally, Windows Server 2012 is making it possible for Lufthansa Systems to increase revenue by offering new services to customers. For example, the company has created a self-service capability in which customers can create and configure virtual machines whenever they want. It now also offers its clients anytime, one-button testing of virtual machine replication.&lt;/p&gt;
&lt;p&gt;In the end, it all adds up to improved customer service, says Werum. &amp;ldquo;Higher availability and faster disaster recovery are the main reasons for us to adopt Windows Server 2012 and System Center 2012,&amp;rdquo; he says. &amp;ldquo;They lead to increased customer satisfaction.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;To learn more, please read the full Lufthansa Systems AG &lt;a href="http://www.microsoft.com/casestudies/Windows-Server-2012/Lufthansa-Systems-AG/Hosting-Provider-Boosts-Virtual-Machine-Density-Availability-with-Server-Upgrade/710000001388"&gt;case study&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574259" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/server-cloud/archive/tags/Hyper_2D00_V/">Hyper-V</category><category domain="http://blogs.technet.com/b/server-cloud/archive/tags/Virtualization/">Virtualization</category><category domain="http://blogs.technet.com/b/server-cloud/archive/tags/System+Center+2012/">System Center 2012</category><category domain="http://blogs.technet.com/b/server-cloud/archive/tags/Windows+Server+2012/">Windows Server 2012</category><category domain="http://blogs.technet.com/b/server-cloud/archive/tags/Lufthansa+Systems/">Lufthansa Systems</category></item><item><title>Say hello to the powerful new Kinect for Windows sensor</title><link>http://blogs.technet.com/b/next/archive/2013/05/23/say-hello-to-the-powerful-new-kinect-for-windows-sensor.aspx</link><pubDate>Thu, 23 May 2013 16:00:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574319</guid><dc:creator>Steve Clayton - Editor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;&lt;a href="/b/next/archive/2013/05/23/say-hello-to-the-powerful-new-kinect-for-windows-sensor.aspx"&gt;&lt;img src="/resized-image.ashx/__size/550x280/__key/communityserver-blogs-components-weblogfiles/00-00-00-80-73/0131.k4w1b.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;A&amp;nbsp;next-generation Kinect for Windows sensor is coming next year, bringing new capabilities that will revolutionize our interactions with computers&lt;/p&gt;...(&lt;a href="http://blogs.technet.com/b/next/archive/2013/05/23/say-hello-to-the-powerful-new-kinect-for-windows-sensor.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574319" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/next/archive/tags/NUI/">NUI</category><category domain="http://blogs.technet.com/b/next/archive/tags/Hardware/">Hardware</category></item><item><title>Up Global: Startup Weekend and Startup America Form New Partnership to Build Entrepreneurs in a Big Way</title><link>http://blogs.technet.com/b/bizspark_group_blog/archive/2013/05/23/up-global-startup-weekend-and-startup-america-form-new-partnership-to-build-entrepreneurs-in-a-big-way.aspx</link><pubDate>Thu, 23 May 2013 15:53:19 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574435</guid><dc:creator>BizSpark Online</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Startup Weekend and the Startup America Partnership announced today that they will join together to create &lt;em&gt;UP Global&lt;/em&gt;, a new organization supporting the creation of vibrant entrepreneurial communities around the world. With generous support from The Kauffman Foundation, the Case Foundation, Omidyar Network, Google for Entrepreneurs, Microsoft and The Coca-Cola Company, &lt;em&gt;UP Global&lt;/em&gt; will combine the impact and reach of Startup Weekend&amp;rsquo;s action-based programs with Startup America Partnership&amp;rsquo;s deep expertise in building strong regional eco-systems. &lt;em&gt;UP Global &lt;/em&gt;will leverage the strengths of both organizations to build a more comprehensive offering that bolsters entrepreneurial communities across the globe.&lt;/p&gt;
&lt;p&gt;&amp;ldquo;We initially launched the Startup America Partnership as a three-year project focused on jumpstarting the entrepreneurial economy, but as we watched the tremendous momentum that was built through the launch of more than 30 regional ecosystems, we knew there was a need to continue a broader effort to help maximize the success of American startups,&amp;rdquo; says Steve Case, chairman of the Startup America Partnership, who will also join&lt;em&gt; UP Global&lt;/em&gt; as chairman of the board. &amp;ldquo;Partnering with Startup Weekend, which has played a critical role in inspiring and preparing tens of thousands of entrepreneurs, was the perfect solution to continue our mission..&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As part of &lt;em&gt;UP Global&lt;/em&gt;, the Startup America Partnership will strengthen and expand the first truly national entrepreneurial ecosystem with deep local roots. &lt;em&gt;UP Global &lt;/em&gt;will then expand and utilize best practices internationally with the vision of being the single most effective organization supporting entrepreneurial communities across the globe. Both Startup Weekend and the Startup America Partnership will retain their brand names and missions, joining with Startup Digest, Next and NYSE Corporate Connections, all closely collaborating and powered by &lt;em&gt;UP Global.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;Over the past few years we&amp;rsquo;ve seen an incredible groundswell in grassroots entrepreneurial activity on across the nation and around the world. There is a huge need to drive consolidation and added collaboration among community leaders in order to create more clarity for entrepreneurs so they can easily find the local resources they need to get up and going, when they need them. Seeing two organizations that we support come together is a win for all entrepreneurs,&amp;rdquo; says Tom McDonnell, CEO of The Kauffman Foundation.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; &lt;em&gt;UP Global &lt;/em&gt;will become the first full-spectrum support structure for entrepreneurs, focusing on every aspect of the entrepreneurial journey, from pre-idea through high growth stages. The organization will be grounded in two key pillars: empowering startup champions to deliver action-based learning programs for entrepreneurs, and building local, regional, and national networks between startup champions in order to drive collaboration, sharing of best practices, and celebration of the entrepreneurs at the heart of the movement. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; &amp;ldquo;Startup communities are truly driven by their leaders, and we&amp;rsquo;ve shown that we can provide useful tools and frameworks for those leaders to foster sustainable early stage ecosystems, ultimately leading to the creation of more meaningful and persistent firms,&amp;rdquo; says Marc Nager, CEO of &lt;em&gt;UP Global&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; For more information on &lt;em&gt;UP Global&lt;/em&gt;, please visit &lt;a href="http://www.up.co/"&gt;www.UP.co&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574435" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/bizspark_group_blog/archive/tags/Startup+Weekend/">Startup Weekend</category><category domain="http://blogs.technet.com/b/bizspark_group_blog/archive/tags/innovation/">innovation</category><category domain="http://blogs.technet.com/b/bizspark_group_blog/archive/tags/technology/">technology</category><category domain="http://blogs.technet.com/b/bizspark_group_blog/archive/tags/ideas/">ideas</category><category domain="http://blogs.technet.com/b/bizspark_group_blog/archive/tags/entrepreneurs/">entrepreneurs</category><category domain="http://blogs.technet.com/b/bizspark_group_blog/archive/tags/Startup+America/">Startup America</category></item><item><title>Introduction For SQL Bits</title><link>http://blogs.technet.com/b/uktechnet/archive/2013/05/23/introduction-for-sql-bits.aspx</link><pubDate>Thu, 23 May 2013 15:50:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574415</guid><dc:creator>Marcel Boothe</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Earlier this month saw &lt;a href="http://sqlbits.com/"&gt;SQL Bits&lt;/a&gt;, one of the largest SQL Server Technical User Group conferences in Europe. The event served as a great opportunity to hero six of the dozen or so professionals who have achieved the highest level of SQL certifications in the past year. To achieve &lt;a href="http://www.microsoft.com/learning/en/us/mcsm-sql-data-platform.aspx#fbid=TAomnVkkTsj"&gt;Microsoft Certified Solutions Master (MCSM)&lt;/a&gt; status requires many months of hard work yet many professionals globally recognise the value it and the other SQL Server Technical certifications bring them to enhance their career and the companies they work for. We caught up with Paul Egan and James Skipworth &amp;ndash; two of the latest to gain the certification to explain what motivated them to embark on this endeavour.&lt;/p&gt;
&lt;p&gt;Paul Egan is CEO of SQL Database Solutions Ltd. &amp;ldquo;Early on in my IT career I remember reading an article in a magazine which asked the question, why IT professionals are not required to take exams when they are for many other skilled professions. I think it is important to take exams for two reasons, firstly to keep skills up to date, IT is continually evolving and we have to keep up with changes. Secondly to demonstrate skill and commitment to learning and professional development to a future employer.&lt;/p&gt;
&lt;p&gt;I started my journey to MCSM certification status by watching these readiness videos &lt;a href="http://technet.microsoft.com/en-us/sqlserver/ff977043.aspx"&gt;http://technet.microsoft.com/en-us/sqlserver/ff977043.aspx&lt;/a&gt; I decided that I would watch them in the evenings to improve my SQL Server skills - they are excellent free training and I have recommended them to many people since. Once I was on the programme I was working all the time. I was commuting to and from work on the train and either watching training videos or working my way through the long reading list at &lt;a href="http://www.sqlskills.com/mcm.asp"&gt;www.sqlskills.com/mcm.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It has meant a great deal to me passing the exam, knowing I have achieved one of the highest technical certifications available to SQL Professionals. I have also learnt a great deal on my journey, knowledge which I use every day. Being a freelance SQL Professional I am very hopeful that my certification will help me with new opportunities of work in the future. It is quite an interesting time for SQL Server professionals with the new features of availability groups and the cloud offering using Windows Azure SQL Database or SQL 2012 in a Windows Azure virtual machine. I am looking forward to learning more about them.&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;James Skipwith, Principal at Exorior adds:&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;ldquo;As a consultant, the MCSM means a lot to me and hopefully to my clients. It shows that I am at the top-level in my chosen profession, that I have worked hard to achieve such a certification, and that they can be assured that any architecture I propose or work I do will be of the highest level. It validates my extensive experience with SQL Server and instils confidence in those who work with me. It shows that I care about what I do, that I am very serious about it, and that I do know what I'm talking about (most of the time anyway!)&lt;/p&gt;
&lt;p&gt;I took my first Microsoft exam back in December 2000. With each new release of SQL Server I upgraded my exams to MCITP, both DBA and Developer, and then I found out the MCSM could be done outside of an onsite course at Redmond. It was a big decision to go for this though. I had a full work schedule, three children under the age of four, and also had to fund it myself due to being a self-employed consultant. The challenge was too great to pass up: I booked on the QuickStart course and worked, hard, for just over a year. It was all worth it in the end. In January this year I found out that I had passed and the sense of achievement was fantastic. Yes, passing the MCSM requires a lot of work and experience but it also requires motivation, a thirst for knowledge, and a stubborn refusal to be beaten!&amp;rdquo;&lt;/p&gt;
&lt;p&gt;Microsoft, provides Certified Solutions Master (MCSM) across five disciplines: Data Platform, SharePoint, Communication, Messaging and Directory Services. To find out more click &lt;a href="http://www.microsoft.com/learning/en/us/mcsm-certification.aspx#fbid=TAomnVkkTsj"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For those interested in becoming a Microsoft Certified Solutions Master but are just starting their IT career, &lt;span style="text-decoration: underline;"&gt;&lt;a href="http://www.microsoft.com/learning/en/us/mcsa-certification.aspx#fbid=naD1drefwpC"&gt;MCSA&lt;/a&gt;&lt;/span&gt; or &lt;span style="text-decoration: underline;"&gt;&lt;a href="http://www.microsoft.com/learning/en/us/mcse-certification.aspx#fbid=naD1drefwpC"&gt;MCSE&lt;/a&gt;&lt;/span&gt; level certification provides a valuable stepping stone in that direction.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574415" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/uktechnet/archive/tags/SQL+2012/">SQL 2012</category></item><item><title>Upsizing PowerPivot 2013 Workbooks to SSAS for Knowledge Workers</title><link>http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/05/23/upsizing-powerpivot-2013-workbooks-to-ssas-for-knowledge-workers.aspx</link><pubDate>Thu, 23 May 2013 15:42:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574434</guid><dc:creator>Warren_R_Msft</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Much of the existing content for converting a PowerPivot workbook to a SQL Server Analysis Services (SSAS) tabular instance assumes that the reader is a developer.&amp;nbsp; This post details the process of upsizing a PowerPivot workbook to SSAS from the point of view of a knowledge worker and or a SharePoint administrator.&lt;/p&gt;
&lt;p&gt;This post assumes you are using PowerPivot as a data source, so no UI is present in the workbook hosting the PowerPivot model.&amp;nbsp; The display of the data would happen from another workbook that connects to the PowerPivot workbook as a data source or from some other reporting tool like PowerView or Excel Services.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What is upsizing PowerPivot (aka convert PowerPivot to tabular model, aka convert PowerPivot to SSAS):&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Upsizing PowerPivot is simply moving the solution from a SharePoint centric storage mode to a SSAS centric storage mode.&amp;nbsp; The end result is that the PowerPivot model and data will not be stored in SharePoint.&amp;nbsp;&lt;br /&gt;PowerPivot stores models in Excel Workbooks when using a SharePoint centric mode and stores the models in native SSAS files when using SSAS storage mode.&lt;/p&gt;
&lt;p&gt;The key takeaway is that the same query engine is used regardless of where the model is stored, Excel client, SharePoint or SSAS.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Why upsize a PowerPivot workbook:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You may want to consider upsizing your PowerPivot workbook after it exceeds 100MB in size for the following reasons.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Stability&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;SharePoint was not optimized to host very large files and it has a hard limit of 2GB for a single file.&lt;/li&gt;
&lt;li&gt;You will find that SharePoint features may fail or behave oddly when you are using very large files, this is also a burden on the SharePoint system that could adversely affect other users.&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Performance&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;When a PowerPivot workbook is stored in SharePoint the PowerPivot model and all of the data must be streamed from the SharePoint database to a special instance of SSAS to build the database.&lt;/li&gt;
&lt;li&gt;If your users are experiencing intermittent poor performance this could be because the cache time has expired and the backend SSAS database needs to be rebuilt.&lt;/li&gt;
&lt;li&gt;In SharePoint 2013 the default behavior of Excel Services data \ &amp;ldquo;Refresh all connections&amp;rdquo; is to have the PowerPivot data completely reload itself from source data.&amp;nbsp; For large workbooks this could cause poor user experience.&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;If you want to have a PowerPivot workbook larger than 2GB your only options are to upsize or only use it in the Excel client (64bit), SharePoint only support files 2GB or smaller.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Issues to consider before upsizing:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Your administrators will need to install and configure a tabular instance of SSAS in your network.&lt;/li&gt;
&lt;li&gt;You will need to install &amp;ldquo;SQL Server Data Tools&amp;rdquo; on your system.&lt;/li&gt;
&lt;li&gt;SSAS does not use the SharePoint security system, if you want to restrict who can access the workbook data you will need to configure it on the SSAS database.&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;This consists of assigning Windows users and or group&amp;rsquo;s access to the database.&lt;/li&gt;
&lt;li&gt;Can be done with &amp;ldquo;SQL Server Data Tools&amp;rdquo;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;If you were not using the workbook as a data source you will need to create a separate workbook to view the data.&amp;nbsp; This would be in cases where both the data and the pivot tables that view the data are stored in the same workbook.&amp;nbsp;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Steps to upsize a PowerPivot workbook:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Have your administrator setup an tabular instance of SSAS in your network&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Use the SQL 2012 media, pick Analysis Service and Tabular mode&lt;/li&gt;
&lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/hh231722.aspx"&gt;http://msdn.microsoft.com/en-us/library/hh231722.aspx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Make sure to have the SSAS service run under a domain account, it will need to access the file share made in step 2&lt;/li&gt;
&lt;li&gt;You must install SQL 2012 SP1 if you are using Excel 2013 workbook as the source.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;br /&gt;i.&amp;nbsp;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=35575"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35575&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;The &amp;ldquo;SQL Server Browser&amp;rdquo; service must be enabled and running&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Create a file share somewhere where both the service account used in step 1.c and the users building the model have full control.&lt;/li&gt;
&lt;li&gt;On the client PC that will author the model install the SQL Server Data Tools (formerly called BIDS) from the SQL Server 2012 media.
&lt;ul&gt;
&lt;li&gt;Run setup, pick &amp;ldquo;Installation&amp;rdquo; then &amp;ldquo;New SQL Server stand-alone installation or add features to an existing installation&amp;rdquo;&lt;/li&gt;
&lt;li&gt;On the &amp;ldquo;Setup Role&amp;rdquo; screen &amp;nbsp;pick &amp;ldquo;SQL Server Feature Installation&amp;rdquo;&lt;/li&gt;
&lt;li&gt;On the &amp;ldquo;Feature Selection&amp;rdquo; screen pick &amp;ldquo;SQL Server Data Tools&amp;rdquo; (see image below)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/6153.p1.png" alt="" border="0" /&gt;&amp;nbsp;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;Finish the installation wizard.&lt;/li&gt;
&lt;li&gt;Install SQL Server 2012 SP1 on the client computer, this allows for support of Office 2013 workbooks.&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=35575"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35575&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Copy the workbook you want to upsize to the fileshare created in step 2&lt;/li&gt;
&lt;li&gt;Start the &amp;ldquo;SQL Server Data Tools&amp;rdquo; program&lt;/li&gt;
&lt;li&gt;Pick &amp;ldquo;Business Intelligence Settings&amp;rdquo; in the &amp;ldquo;Choose Default Environment Settings&amp;rdquo; popup (see below)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/5516.p2.png"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/5516.p2.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Create a new Project.&amp;nbsp; Menu: File \ New \ Project&lt;/li&gt;
&lt;li&gt;Within the &amp;ldquo;Business Intelligence \ Analysis Service&amp;rdquo; template pick &amp;ldquo;Import from PowerPivot&amp;rdquo; project type.&lt;/li&gt;
&lt;li&gt;Enter a good project name, this project will hold the model and build the database on the SSAS server.&lt;/li&gt;
&lt;li&gt;Enter the tabular mode SSAS server\instance name in the next popup window (see below)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/1586.p3.png"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/1586.p3.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Test the connection to ensure the SSAS Server was entered correctly and is functioning properly.&lt;/li&gt;
&lt;li&gt;Click &amp;ldquo;Yes&amp;rdquo; to the warning below, it is simply asking that you trust where the PowerPivot workbook is getting data from. And informing you that the data will not be imported, this is OK because the server will fetch data from the data sources defined in the PowerPivot model.&amp;nbsp;If you have data in the model that is from a linked sheet that will need to be copied by hand into this solution via the &amp;ldquo;Past Append&amp;rdquo; function.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/5488.p4.png"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/5488.p4.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Select the workbook you want to upsize in the file open dialog box that pops up next.&amp;nbsp;This file should reside on the file share created in step 2 and referenced in step 6.&lt;/li&gt;
&lt;li&gt;If all goes well, several progress bars should pass by in the lower right corner of the screen and you should end up with an open Model.bim file like screen shot below:&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/2860.p5.png"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/2860.p5.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Existing Connections ( &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/7776.p6.png"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/30x30/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/7776.p6.png" alt="" border="0" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;) &lt;/strong&gt;toolbar button and review any existing connection(s) included in the model (see image below).&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;The domain account used in step 1.c should have read access to all of the data sources used.&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/5736.p7.png"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/5736.p7.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Deploy the project to the server via the menu item: Build \ Deploy&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Should get Success message as shown below&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/0285.p8.png"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/0285.p8.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;At this point you have a working data source that you can access from new workbooks and other data source consumers.&amp;nbsp; In Excel you just treat it like any other Analysis Services data source.&amp;nbsp;&amp;nbsp;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://office.microsoft.com/en-us/excel-help/connect-to-or-import-data-from-sql-server-analysis-services-HP010342296.aspx"&gt;http://office.microsoft.com/en-us/excel-help/connect-to-or-import-data-from-sql-server-analysis-services-HP010342296.aspx&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;All is good, except that the new SSAS database is not getting refreshed with the latest data, it is a static snapshot of the data at the time you deployed it to the server.&amp;nbsp; You can setup an automated processing schedule by: (the following steps can be accomplished using the &amp;ldquo;SQL Server Management Studio&amp;rdquo; tool):&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Ensure that the &amp;ldquo;SQL Server Agent&amp;rdquo; service is running on the SSAS server&lt;/li&gt;
&lt;li&gt;Ensure that the account running the &amp;ldquo;SQL Server Agent&amp;rdquo; service has permissions to process the new SSAS tabular database.&amp;nbsp;You can create a new role for the database that has &amp;ldquo;Process&amp;rdquo; permissions and assign the agent account to that.&lt;/li&gt;
&lt;li&gt;Create a new SQL Server Agent job, with one step.&lt;/li&gt;
&lt;li&gt;The step should be setup with Type = SQL Server Analysis Services Command, Run as = SQL Server Agent Service Account, Server = Name of you SSAS Tabular server (see image below)&lt;/li&gt;
&lt;li&gt;Command should be:&lt;/li&gt;
&lt;li&gt;&amp;lt;Process xmlns="http://schemas.microsoft.com/analysisservices/2003/engine"&amp;gt;&amp;nbsp;&amp;lt;Type&amp;gt;ProcessDefault&amp;lt;/Type&amp;gt; &amp;lt;Object&amp;gt;&amp;nbsp;&amp;nbsp;&amp;lt;DatabaseID&amp;gt;TabularProject1&amp;lt;/DatabaseID&amp;gt; &amp;lt;/Object&amp;gt;&amp;lt;/Process&amp;gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;Where DatabaseID should equal the name of the SSAS database you just created.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/3312.p9.png"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-97-23/3312.p9.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Schedule the job to run daily or however often you want changes made in the source data to reflect in the SSAS tabular database.&lt;/li&gt;
&lt;li&gt;FYI, New data is fetched from the source data sources when the SSAS database is processed.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Congratulations you have now upsized your PowerPivot model to a powerful full featured SSAS database.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574434" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/Excel+Services/">Excel Services</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/2013/">2013</category><category domain="http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/tags/PowerPivot/">PowerPivot</category></item><item><title>Storage Service (SMI-S) Tracing and Logging</title><link>http://blogs.technet.com/b/filecab/archive/2013/05/23/storage-service-smi-s-tracing-and-logging.aspx</link><pubDate>Thu, 23 May 2013 15:40:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574433</guid><dc:creator>Jeff Goldner</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Microsoft added the ability to manage storage using Storage Management Initiative (SMI-S) providers to Windows Server 2012. Sometimes things don't go quite the way you plan and some debugging is needed to figure out what is going on.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;So i&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;n order to provide better ability for storage vendors and customers to debug problems encountered with SMI-S providers, the Windows Standards-Based Storage Management Service (I&amp;rsquo;ll refer to it as Storage Service) offers a tracing facility as well as various other logging options. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;CIMXML Logging&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;If you followed my earlier blogs, you would have learned that SMI-S is an implementation of the Common Information Model (CIM) encoded in XML format (CIM-XML) and transported using the Hypertext Transport Protocol (HTTP).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;It is possible to save the requests and responses in a log file so storage vendors can see what requests are issued and what responses were captured by the Storage Service. Most SMI-S providers have similar capabilities and the logs on either side can be compared if problems are encountered.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Normally, this form of logging is not enabled but it can be turned on fairly easily when necessary. It will have some (small)&amp;nbsp;impact on performance, and the log file can get quite large. Note that no security information is recorded in this log so user names and passwords are never captured.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;There are a few registry values that control CIMXML logging, all under the key:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Storage Management\CIMXMLLog&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table border="0" cellspacing="0" cellpadding="0"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td valign="top" width="121"&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Value&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="304"&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Description&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="213"&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Default&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="121"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;LogLevel&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="304"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Set this to 4 to enable logging; 0 to disable&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="213"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;0 (disabled)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="121"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;LogFileName&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="304"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Name of the log file, including the complete path. The NETWORK SERVICE account must have write permission to the directory and file.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="213"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;%systemroot%\temp\cimxmllog.txt&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td valign="top" width="121"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;MaxLogFileSize&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="304"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Maximum size of the log file in bytes. When the log exceeds this size, it will be renamed with a .BAK extension and a new file will be opened. At most two files can be saved.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;td valign="top" width="213"&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;0x4000000&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;TIP: Although the default file name ends in .txt, I usually change the name to have a .xml extension. When the file is opened in a text editor like Notepad++, the editor applies color coding and allows collapsing and expanding sections of the log, as if it was XML (it&amp;rsquo;s pretty close, just the timestamps aren't).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;The easiest way to enable CIMXML logging is using PowerShell. Open an &lt;em&gt;administrative&lt;/em&gt; PowerShell window and use these cmdlets (no line break in the Set-ItemProperty cmdlet):&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Set-ItemProperty -Path "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Storage Management\CIMXMLLog" -Name "LogLevel" -Value "4" -Force&lt;/p&gt;
&lt;p&gt;Set-ItemProperty -Path "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Storage Management\CIMXMLLog" -Name "LogFileName" -Value "C:\Temp\cimxml.xml" -Force&lt;/p&gt;
&lt;p&gt;Restart-Service MsStrgSvc&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;After restarting the storage service, you will have to do a rediscovery operation (Update-StorageProviderCache) to the appropriate level. To disable:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Set-ItemProperty -Path "HKLM:SOFTWARE\Microsoft\Windows\CurrentVersion\Storage Management\CIMXMLLog" -Name "LogLevel" -Value "0" -Force&lt;/p&gt;
&lt;p&gt;Restart-Service MsStrgSvc&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Note: Logging is only available for SMI-S providers communicating through CIMXML, which is the most common transport. The Storage Service can also communicate with providers implemented under the Windows Management Instrumentation (WMI) framework. This logging function is not available for SMI-S WMI providers.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Windows Event Log&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;All provisioning activities are recorded in the StorageManagementService Event Log channel (which is enabled by default). Errors are also recorded here. The following sample shows a typical activity that was recorded when I registered a provider using HTTPS. You can see that the user name is logged so auditing of actions carried out through the Storage Service is possible.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h3&gt;&lt;span style="font-size: medium;"&gt;&lt;span style="color: #4f81bd;"&gt;&lt;span style="font-family: Cambria;"&gt;Tracing&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;The Storage Service uses Event Tracing for Windows (ETW) which allows narrowing down issues without using a debugger or source code. In many code paths, the tracing capability has the ability to record unexpected error and warning conditions or informational messages in an Event Tracing Log (.etl) file. Tracing to a file can be enabled by using the &lt;strong&gt;logman&lt;/strong&gt; command line.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;Real-time tracing is possible using the TraceView utility (part of the Windows Driver Kit) and the appropriate symbol files. I mention this here so you can see that we have built in a lot of diagnostic capabilities into the service. Typically this information is only valuable to developers. However the public symbols do not contain the tracing information, so this is mostly useful if you need to open a support case.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;To enable tracing, use the following command (from a command prompt, not PowerShell):&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;logman create trace "ETWTrace" -ow -o c:\ETWTrace.etl -p {18C2F19C-F79D-408F-837B-F0B23F20A0F7} 0x3f 0x5 -nb 16 16 -bs 1024 -mode Circular -f bincirc -max 4096 -ets&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;"&gt;&lt;span style="font-family: Calibri;"&gt;To stop tracing&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;logman stop "ETWTrace" &amp;ndash;ets&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574433" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/filecab/archive/tags/Storage+Management/">Storage Management</category><category domain="http://blogs.technet.com/b/filecab/archive/tags/SMI_2D00_S/">SMI-S</category></item><item><title>System Center 2012 SP1 technikai dokumentációk</title><link>http://blogs.technet.com/b/scm/archive/2013/05/23/system-center-2012-sp1-technikai-dokument-225-ci-243-k.aspx</link><pubDate>Thu, 23 May 2013 15:17:14 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574426</guid><dc:creator>Marton Csiki [MSFT]</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Két napja elérhetővé vélt egy kiegészítő dokumentációs csomag a jelenleg TechNet-en elérhető információkon felül. Ennek az alábbiak a részei:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;System Requirements for System Center 2012 SP1 &lt;/li&gt;    &lt;li&gt;Upgrade Sequencing for System Center 2012 SP1 &lt;/li&gt;    &lt;li&gt;System Center 2012 SP1 Integration Map&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;A dokumentumokat innen lehet letölteni: &lt;a title="http://www.microsoft.com/en-us/download/details.aspx?id=36429" href="http://www.microsoft.com/en-us/download/details.aspx?id=36429"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=36429&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ezekből az Integration Map-et emelném ki külön, amely részletesen bemutatja, hogy a System Center komponensek között hol milyen integrációs lehetőségek vannak. Az alábbi ábrát a dokumentumból ollóztam:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-96-21-metablogapi/5241.scintegration_5F00_28C73EC5.png"&gt;&lt;img title="scintegration" style="display: inline; background-image: none;" border="0" alt="scintegration" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-96-21-metablogapi/4617.scintegration_5F00_thumb_5F00_73DA3987.png" width="554" height="394" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;- Marci&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574426" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/scm/archive/tags/Gyorsh_26002300_237_3B00_r/">Gyorsh&amp;#237;r</category><category domain="http://blogs.technet.com/b/scm/archive/tags/System+Center/">System Center</category><category domain="http://blogs.technet.com/b/scm/archive/tags/SP1/">SP1</category></item><item><title>TechNet Radio: IT Time – (Part 2) Upgrading from Windows Server 2008 to Windows Server 2012 – Hyper-V and Virtual Machine Considerations </title><link>http://blogs.technet.com/b/tommypatterson/archive/2013/05/23/technet-radio-it-time-part-2-upgrading-from-windows-server-2008-to-windows-server-2012-hyper-v-and-virtual-machine-considerations.aspx</link><pubDate>Thu, 23 May 2013 15:07:09 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574422</guid><dc:creator>Tommy Patterson</dc:creator><slash:comments>0</slash:comments><description>In part 2 of their upgrading to Windows 2012 series Blain Barton and Tommy Patterson take us through the considerations you need to make for Hyper-V and Virtual Machines. Tune in as they discuss the best way to upgrade your Hyper-V infrastructure, how to consolidate folder locations, and various ways to import your VMs. 
 
 Experience Microsoft&amp;rsquo;s latest products with these FREE downloads! 
 Build Your Lab! Download Windows Server 2012 , System Center 2012 SP1 and Hyper-V Server 2012 and...(&lt;a href="http://blogs.technet.com/b/tommypatterson/archive/2013/05/23/technet-radio-it-time-part-2-upgrading-from-windows-server-2008-to-windows-server-2012-hyper-v-and-virtual-machine-considerations.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574422" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/tommypatterson/archive/tags/Server+2012/">Server 2012</category></item><item><title>Cloud Computing Trends Report : Maturity of IT Departments</title><link>http://blogs.technet.com/b/security/archive/2013/05/23/cloud-computing-trends-report-maturity-of-it-departments.aspx</link><pubDate>Thu, 23 May 2013 15:03:23 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3574421</guid><dc:creator>Jeff Jones - MSFT</dc:creator><slash:comments>0</slash:comments><description>As cloud computing matures, a growing number of organizations are interested in moving to cloud environments to help lower IT costs, increase efficiencies, and realize greater flexibility. However, organizations that consider cloud computing have also voiced a number of concerns. In multiple studies over the past several years, security and privacy are commonly cited as top concerns.&amp;#160; For example, Intel IT Pro Research (May 2012) of 800 IT pros found that more than 54% were very concerned and...(&lt;a href="http://blogs.technet.com/b/security/archive/2013/05/23/cloud-computing-trends-report-maturity-of-it-departments.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3574421" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/b/security/archive/tags/Studies/">Studies</category><category domain="http://blogs.technet.com/b/security/archive/tags/Cloud+Security/">Cloud Security</category><category domain="http://blogs.technet.com/b/security/archive/tags/Cloud+Computing/">Cloud Computing</category><category domain="http://blogs.technet.com/b/security/archive/tags/Cloud+Security+Alliance/">Cloud Security Alliance</category><category domain="http://blogs.technet.com/b/security/archive/tags/Security+Intelligence/">Security Intelligence</category><category domain="http://blogs.technet.com/b/security/archive/tags/Cloud+Security+Readiness+Tool/">Cloud Security Readiness Tool</category></item></channel></rss>