<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">The MED-V Blog</title><subtitle type="html">The Microsoft Enterprise Desktop Virtualization blog.</subtitle><id>http://blogs.technet.com/b/medv/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/" /><link rel="self" type="application/atom+xml" href="http://blogs.technet.com/b/medv/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2012-01-19T17:08:35Z</updated><entry><title>MED-V V2: Additional Guidance for Launching Startup Programs in MED-V V2</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2013/04/06/med-v-v2-additional-guidance-for-launching-startup-programs-in-med-v-v2.aspx" /><id>http://blogs.technet.com/b/medv/archive/2013/04/06/med-v-v2-additional-guidance-for-launching-startup-programs-in-med-v-v2.aspx</id><published>2013-04-06T12:53:21Z</published><updated>2013-04-06T12:53:21Z</updated><content type="html">&lt;p&gt;In many situations, there are times when you need to remediate an application using MED-V that requires one or more components to be resident at user logon/startup. These type of programs can certainly be remediated with MED-V. it is important to understand that while there are several ways of doing this in Windows, but not all of those ways will work within MED-V. Typically, the options for startup upon user login include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Launching in the System Tray: These applications will automatically launch and will be published to the host system tray with a &amp;ldquo;(Remote)&amp;rdquo; option. No additional configuration should be necessary when running these types of applications under MED-V.&lt;/li&gt;
&lt;li&gt;Launching via the &amp;ldquo;Run&amp;rdquo; key (in HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run): These applications will also automatically start when the user logs in and no additional configuration should be necessary when running these types of applications under MED-V.&lt;/li&gt;
&lt;li&gt;Launching via the &amp;ldquo;Startup&amp;rdquo; Program Group in the Windows Start Menu: Here is where you will run into problems. Since Explorer.exe is not the shell used when launching applications in MED-V (RDPShell is) the Startup program group shortcuts will not be launched.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Additional Options for Launching Shortcuts&lt;/p&gt;
&lt;p&gt;Since the shortcut contains vital information such as working directory, command line arguments, etc., simply putting the command into the Run key will not suffice as a workaround in many cases. You can, however, configure the run key to process the shortcut .LNK file by adding the entry to the HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run as a REG_SZ value (give it a name of your choice) and use the following syntax for launching the application:&lt;/p&gt;
&lt;p&gt;cmd /c start "window name" &amp;lt;PATH&amp;gt;&amp;lt;NAME&amp;gt;.LNK&lt;/p&gt;
&lt;p&gt;Please Note: The &amp;ldquo;Window Name&amp;rdquo; is not optional and must be in quotes. The name can be whatever you choose so long as the path is valid to the .LNK file of the shortcut.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3563910" width="1" height="1"&gt;</content><author><name>Steve TH - MSFT</name><uri>http://blogs.technet.com/SteveTH_2D00_MSFT/ProfileUrlRedirect.ashx</uri></author><category term="medv" scheme="http://blogs.technet.com/b/medv/archive/tags/medv/" /><category term="vpc" scheme="http://blogs.technet.com/b/medv/archive/tags/vpc/" /><category term="med-v v2" scheme="http://blogs.technet.com/b/medv/archive/tags/med_2D00_v+v2/" /></entry><entry><title>How FTA’s (File Type Associations) Work in MED-V V2</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2013/04/06/how-fta-s-file-type-associations-work-in-med-v-v2.aspx" /><id>http://blogs.technet.com/b/medv/archive/2013/04/06/how-fta-s-file-type-associations-work-in-med-v-v2.aspx</id><published>2013-04-06T02:04:54Z</published><updated>2013-04-06T02:04:54Z</updated><content type="html">&lt;p&gt;One of the most major feedback items about MED-V V1 was the lack of FTA (file type association) linkage between host documents and guest applications. This changed in MED-V V2. Through the use of RDP-redirected folders and the RemoteApp-style of FTA configuration, you are able to take advantage of this so long as the applications are published properly to the host (Windows 7) and the application maintains those associations in the guest operating system (Windows XP.) This only works in one direction (host documents to guest applications.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Host Operation&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;MED-V FTA overrides are user-based and are registered to HKEY_CURRENT_USER. For example, if you have an application called &amp;ldquo;Application A&amp;rdquo; with an executable of Application1.exe, and it registers an extension - .ABC, there will be a registration for the FTA located in HKEY_CURRENT_USER\Software\Classes\.ABC&lt;/p&gt;
&lt;p&gt;The default value will be REG_SZ-based in the form of &amp;lt;PAI&amp;gt;&amp;lt;VMName&amp;gt; where the PAI will be the hash of the published application and separated by dots will be the name of the virtual machine hosting the application (with spaces replaced with periods &amp;ldquo;.&amp;rdquo; If present in the VMName field.) So if you have a published application in the virtual machine called &amp;ldquo;Windows XP Compatibility&amp;rdquo; it would look something like this:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;6abd1cee.Windows.XP.Compatibility&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;There will be a subkey HKEY_CLASSES_ROOT\.abc\OpenWithProgids tying to this same special object. In addition, you will see a registration for this file type object by its name (6abd1cee.Windows.XP.Compatibility) also registered in HKEY_CURRENT_USER with a \shell\open\command sub key that&lt;br /&gt;contains the path to open the published application. Using the above example, it would like this:&lt;/p&gt;
&lt;p&gt;&amp;ldquo;C:\Program Files\Microsoft Enterprise Desktop Virtualization\medvhost&amp;rdquo; /launchapp &amp;ldquo;Windows XP Compatibility&amp;rdquo; &amp;ldquo;||6abd1cee&amp;rdquo; &amp;ldquo;Application A&amp;rdquo; &amp;ldquo;%1&amp;rdquo;&lt;/p&gt;
&lt;p&gt;In the screen shot below, you will see a series of examples using Visio 2002 as the published application registering its file type associations in the host.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-69-31/2148.3.gif"&gt;&lt;img src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-69-31/2148.3.gif" alt="" border="0" /&gt;&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Guest Operations&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The application will launch and load the file from the host operating system using RDP folder redirection (i.e. &lt;a href="file:///\\TSCLIENT\C\Users\%3cUSERNAME%3e\Desktop"&gt;\\TSCLIENT\C\Users\&amp;lt;USERNAME&amp;gt;\Desktop&lt;/a&gt;, if clicking on the host desktop.) You will not expect this seamless behavior when running the application from a VPC window (a full desktop) because it is&lt;br /&gt;out of band to MED-V and the MED-V agents cannot automatically redirect using the RDP folder redirection mechanism. The only File Type Associations that will automatically publish will be those associations in the guest operating system belonging to applications that are auto-published.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Conflicts&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Conflicts may occur if the published application shares a file type with one installed in the guest. From my experience it will only be a concern if you are desiring the use of the local application in place of the published application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3563870" width="1" height="1"&gt;</content><author><name>Steve TH - MSFT</name><uri>http://blogs.technet.com/SteveTH_2D00_MSFT/ProfileUrlRedirect.ashx</uri></author><category term="FTA" scheme="http://blogs.technet.com/b/medv/archive/tags/FTA/" /><category term="MED-V 1.0" scheme="http://blogs.technet.com/b/medv/archive/tags/MED_2D00_V+1-0/" /><category term="medv" scheme="http://blogs.technet.com/b/medv/archive/tags/medv/" /><category term="vpc" scheme="http://blogs.technet.com/b/medv/archive/tags/vpc/" /><category term="medv v2" scheme="http://blogs.technet.com/b/medv/archive/tags/medv+v2/" /><category term="rail" scheme="http://blogs.technet.com/b/medv/archive/tags/rail/" /><category term="remoteapp" scheme="http://blogs.technet.com/b/medv/archive/tags/remoteapp/" /></entry><entry><title>Updated List of Recommended Hotfixes for Windows 7 SP1 Computers Running MED-V V2.</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2013/03/06/updated-list-of-recommended-hotfixes-for-windows-7-sp1-computers-running-med-v-v2.aspx" /><id>http://blogs.technet.com/b/medv/archive/2013/03/06/updated-list-of-recommended-hotfixes-for-windows-7-sp1-computers-running-med-v-v2.aspx</id><published>2013-03-06T16:52:00Z</published><updated>2013-03-06T16:52:00Z</updated><content type="html">&lt;p&gt;In July 2011, we published a blog on recommended hotfixes for Windows 7 computers running MED-V v2 (Additional Recommended Updates for MED-V 2.0 that Address Application Issues) referenced here: &lt;a href="http://blogs.technet.com/b/medv/archive/2011/07/20/additional-recommended-updates-for-med-v-2-0-that-address-application-issues.aspx?wa=wsignin1.0"&gt;http://blogs.technet.com/b/medv/archive/2011/07/20/additional-recommended-updates-for-med-v-2-0-that-address-application-issues.aspx?wa=wsignin1.0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Here is an updated list of post-Windows 7 Service Pack 1 hotfixes we recommend you install for use with MED-V that address RDP/RemoteApp/RAIL-related issues. In addition to the post-SP1 hotfixes mentioned previous (also mentioned below)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2522743"&gt;&lt;span style="color: #0066dd;"&gt;2522743: You cannot use a calendar control in a RemoteApp application when you use the RDC 7.0 client to connect to the RemoteApp application from a computer that is running Windows 7 or Windows Server 2008 R2&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2524668"&gt;&lt;span style="color: #0066dd;"&gt;2524668: The single sign-on feature does not work in Windows 7 or in Windows Server 2008 R2 when you try to start a full remote desktop connection through RD Web Access&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;en-US;2526629"&gt;&lt;span style="color: #0066dd;"&gt;2526629: The logon message is not displayed correctly when you connect to a RemoteApp application from a computer that has multiple monitors and that is running Windows 7 or Windows Server 2008 R2&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;. . . it is also recommended that you install these hotfixes: &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/2580346"&gt;2580346: Some pop-up windows of a Remote Desktop Services (Terminal Services) RemoteApp application might be hidden in Windows 7 or in Windows Server 2008 R2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/2798286"&gt;2798286: RemoteApp application session disconnects from a client computer that is running Windows 7 or Windows Server 2008 R2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/2682814"&gt;2682814: Windows are displayed incorrectly when you connect to a RemoteApp program from a computer that is running Windows 7 or Windows Server 2008 R2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/2614136"&gt;2614136: Some windows of a Remote Desktop Services (Terminal Services) RemoteApp application might not be displayed correctly in Windows 7 or in Windows Server 2008 R2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;If you start experiencing cosmetic issues with published applications in MED-V, make sure you have these patches installed. These hotfixes can be downloaded from their respective KB article pages.&lt;/p&gt;
&lt;p&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=3556828" width="1" height="1"&gt;</content><author><name>Steve TH - MSFT</name><uri>http://blogs.technet.com/SteveTH_2D00_MSFT/ProfileUrlRedirect.ashx</uri></author><category term="MED-V" scheme="http://blogs.technet.com/b/medv/archive/tags/MED_2D00_V/" /><category term="medv" scheme="http://blogs.technet.com/b/medv/archive/tags/medv/" /><category term="medv v2" scheme="http://blogs.technet.com/b/medv/archive/tags/medv+v2/" /><category term="vpc7" scheme="http://blogs.technet.com/b/medv/archive/tags/vpc7/" /><category term="rail" scheme="http://blogs.technet.com/b/medv/archive/tags/rail/" /><category term="remoteapp" scheme="http://blogs.technet.com/b/medv/archive/tags/remoteapp/" /><category term="rdp" scheme="http://blogs.technet.com/b/medv/archive/tags/rdp/" /></entry><entry><title>Support Tip: MED-V apps disappear when a Windows 7 host is set to use the Japanese Language</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2013/02/28/support-tip-med-v-apps-disappear-when-a-windows-7-host-is-set-to-use-the-japanese-language.aspx" /><id>http://blogs.technet.com/b/medv/archive/2013/02/28/support-tip-med-v-apps-disappear-when-a-windows-7-host-is-set-to-use-the-japanese-language.aspx</id><published>2013-02-28T18:02:36Z</published><updated>2013-02-28T18:02:36Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.technet.com/b/medv"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/0574.image_5F00_17BFF494.png" width="85" height="91" /&gt;&lt;/a&gt;Hello everyone, John Behneman here, and today I wanted to take a minute to mention an issue you might run into if you use MED-V on a Windows 7 host that is set to use the Japanese language. What happens is that when a MED-V v2.0 Windows 7 host is set to use the Japanese language, the currently published MED-V applications may no longer appear on the start menu.&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;/p&gt;  &lt;p&gt;This should only happen if you have the following update applied:&lt;/p&gt;  &lt;p&gt;KB2541024 - Microsoft Enterprise Desktop Virtualization (MED-V) 2.0 – Localization Update (&lt;a href="http://support.microsoft.com/kb/2541024/EN-US"&gt;http://support.microsoft.com/kb/2541024/EN-US&lt;/a&gt;)&lt;/p&gt;  &lt;p&gt;The reason for this is because the shortcuts are getting updated incorrectly, thus the applications are no longer visible.&lt;/p&gt;  &lt;p&gt;Fortunately the fix is pretty straight forward. What we need to do is run these three commands on the Windows 7 host after the language change:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;wmic /namespace:\\root\Microsoft\Medv PATH Setting set UxAppPublishingEnabled=0      &lt;br /&gt;REG DELETE &amp;quot;HKCU\SOFTWARE\Microsoft\MEDV\Application Publishing&amp;quot; /f       &lt;br /&gt;wmic /namespace:\\root\Microsoft\Medv PATH Setting set UxAppPublishingEnabled=1&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Once you restart the computer the icons will republish automatically although it may take a few seconds as the MED-V Workspace starts up.&lt;/p&gt;  &lt;p&gt;Note that these commands can be run via a script or they can be run manually – your choice.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;John Behneman&lt;/b&gt; &lt;strong&gt;| Senior Support Escalation Engineer&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;&lt;strong&gt;| Microsoft CTS Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;System Center All Up: &lt;a href="http://blogs.technet.com/b/systemcenter/"&gt;http://blogs.technet.com/b/systemcenter/&lt;/a&gt;     &lt;br /&gt;System Center – Configuration Manager Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;System Center – Data Protection Manager Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;System Center – Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;System Center – Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;System Center – Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center – Virtual Machine Manager Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Windows Intune: &lt;a href="http://blogs.technet.com/b/windowsintune/"&gt;http://blogs.technet.com/b/windowsintune/&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;     &lt;br /&gt;The AD RMS blog: &lt;a href="http://blogs.technet.com/b/rmssupp/"&gt;http://blogs.technet.com/b/rmssupp/&lt;/a&gt; &lt;/p&gt;  App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;   &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;   &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;   &lt;p&gt;The Forefront Endpoint Protection blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms- identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&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=3555625" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>MED-V V2: Problems with Drive Redirection when Smart Card Redirection is disabled</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2013/02/27/med-v-v2-problems-with-drive-redirection-when-smart-card-redirection-is-disabled.aspx" /><id>http://blogs.technet.com/b/medv/archive/2013/02/27/med-v-v2-problems-with-drive-redirection-when-smart-card-redirection-is-disabled.aspx</id><published>2013-02-27T04:10:40Z</published><updated>2013-02-27T04:10:40Z</updated><content type="html">&lt;p&gt;You may encounter issues with the C:\ Drive not being properly redirected from the guest to the host (and thus causing the &amp;ldquo;Documents/My Documents&amp;rdquo; folder to not be redirected and synchronized between the host and the guest) when Smart Card Redirection has been disabled. Any features dependent upon connections from the guest to &lt;a href="file:///\\TSClient\C"&gt;\\TSClient\C&lt;/a&gt;&amp;nbsp;will also be affected. Please note that this is an intermittent problem and it may not occur on all machines. This is a known issue and is related to a well-known issue that was once affecting Windows Server 2003 RDS servers a few years back. That issue was addressed with a hotfix and is discussed in the&lt;br /&gt;following KB article:&lt;/p&gt;
&lt;p&gt;&amp;ldquo;When you use Remote Desktop Connection to connect to a Windows Server 2003-based terminal server, or to Windows XP, the first drive letter of the computer from which you connect is not redirected to the Terminal Services session&amp;rdquo;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/940458"&gt;http://support.microsoft.com/kb/940458&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For MED-V scenarios, smart cards are disabled in MED-V default for authentication. This configuration can be set under the following registry key:&lt;/p&gt;
&lt;p&gt;Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Medv\v2\UserExperience&lt;/p&gt;
&lt;p&gt;Value: SmartCardLogonEnabled&lt;/p&gt;
&lt;p&gt;It defaults to 0. It needs to be turned on by setting to 1 to allow for Smart Card use. Enabling this will also resolve the issue mentioned above. NOTE: If SmartCardLogonEnabled and CredentialCacheEnabled are both enabled, SmartCardLogonEnabled overrides CredentialCacheEnabled.&lt;/p&gt;
&lt;p&gt;Right now this workaround will be the only remediation provided for this issue. There will be no hotfix for this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3555179" width="1" height="1"&gt;</content><author><name>Steve TH - MSFT</name><uri>http://blogs.technet.com/SteveTH_2D00_MSFT/ProfileUrlRedirect.ashx</uri></author><category term="MED-V" scheme="http://blogs.technet.com/b/medv/archive/tags/MED_2D00_V/" /><category term="medv" scheme="http://blogs.technet.com/b/medv/archive/tags/medv/" /><category term="rdp" scheme="http://blogs.technet.com/b/medv/archive/tags/rdp/" /><category term="smartcard" scheme="http://blogs.technet.com/b/medv/archive/tags/smartcard/" /></entry><entry><title>System Center Blogs: Now on iPhone, Android and Windows Phone</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2012/11/27/system-center-blogs-now-on-iphone-android-and-windows-phone.aspx" /><id>http://blogs.technet.com/b/medv/archive/2012/11/27/system-center-blogs-now-on-iphone-android-and-windows-phone.aspx</id><published>2012-11-27T18:27:28Z</published><updated>2012-11-27T18:27:28Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.technet.com/b/systemcenter"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-54-81-metablogapi/1563.image_5F00_16CA7A56.png" width="60" height="101" /&gt;&lt;/a&gt;If you liked the original &lt;u&gt;System Center Blogs&lt;/u&gt; app that was published last year for &lt;a href="http://blogs.technet.com/b/appv/archive/2011/03/30/like-our-system-center-blogs-now-you-have-an-app-for-that.aspx"&gt;Windows Phone&lt;/a&gt; and &lt;a href="http://blogs.technet.com/b/appv/archive/2011/05/10/the-system-center-blog-aggregator-app-is-now-available-on-android.aspx"&gt;Android&lt;/a&gt;, you’ll be happy to know that both apps have now been updated, plus &lt;strong&gt;there is a new version now available for iOS&lt;/strong&gt;. The updates include bug fixes and feature additions as well as a current list of blogs that includes the major official Microsoft System Center related properties.&lt;/p&gt;  &lt;p&gt;As before, these are apps I created via &lt;a href="http://www.appmakr.com"&gt;AppMakr&lt;/a&gt; (no affiliation) with the intention of simply making it easier for IT pros to keep up with all the latest news and information we publish regarding System Center, WSUS and our MDOP virtualization products. If you’re interested in more of the history and background behind this you can read about that in the original post &lt;a href="http://blogs.technet.com/b/appv/archive/2011/03/30/like-our-system-center-blogs-now-you-have-an-app-for-that.aspx"&gt;here&lt;/a&gt;, but if you want to skip all that and jump straight to loading them up and checking them out you can do a simple search for System Center via your phone or you can view them on the web using the links below:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.windowsphone.com/en-us/store/app/system-center-blogs/fe9b6ff1-8355-e011-854c-00237de2db9e"&gt;System Center Blogs for Windows Phone&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://play.google.com/store/apps/details?id=com.appmakr.app156769"&gt;System Center Blogs for Android&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://itunes.apple.com/app/system-center-blogs/id577565934?mt=8"&gt;System Center Blogs for iPhone&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;Enjoy!&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| Knowledge Engineer | Management and Security Division&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&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=3535023" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Support Tip: Windows XP Compatibility 2 Setup Wizard ends prematurely when installing a MED-V Workspace</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2012/07/24/support-tip-windows-xp-compatibility-2-setup-wizard-ends-prematurely-when-installing-a-med-v-workspace.aspx" /><id>http://blogs.technet.com/b/medv/archive/2012/07/24/support-tip-windows-xp-compatibility-2-setup-wizard-ends-prematurely-when-installing-a-med-v-workspace.aspx</id><published>2012-07-24T17:48:04Z</published><updated>2012-07-24T17:48:04Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.technet.com/b/medv/"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="toolsign53" border="0" alt="toolsign53" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-69-31-metablogapi/3630.toolsign53_5F00_2DC21B1B.jpg" width="85" height="83" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;When deploying a MED-V 2.0 workspace, an error message may be generated during the VHD copy routine of the setup. The Workspace Setup then roles back and presents the following message:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Windows XP Compatibility 2 Setup Wizard ended prematurely&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Windows XP Compatibility 2 setup wizard ended prematurely because of an error. Your system has not been changed. To install this program at a later time, run the setup wizard again. Click the Finish button to exit the setup wizard.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;When executing the Workspace setup from an elevated command prompt using the following verbose logging switches, an IO error is present in the log indicating VHD file corruption:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;setup.exe /l*vx! C:\temp\log.txt &lt;/strong&gt;&lt;em&gt;# NOTE: KB 2545723 provides an alternate way to create a verbose setup log see more Information Section&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;The verbose setup log indicates a problem with the VHD embedded in the file with the .medv extension:&lt;/p&gt;  &lt;p&gt;&lt;em&gt;A generic exception occurred while unpacking VHD      &lt;br /&gt;&lt;strong&gt;System.IO.IOException: I/O error encountered in attempting to open file&lt;/strong&gt; ---&amp;gt; Xceed.Compression.CompressionException: &lt;/em&gt;&lt;em&gt;&lt;strong&gt;Expected end of stream not found        &lt;br /&gt;&lt;/strong&gt;at Xceed.Compression.ManagedDeflateDecompressor.Decompress(Byte buffer, Int32 offset, Int32 count, Boolean&amp;amp; endOfData, Byte&amp;amp; decompressed, Int32&amp;amp; remaining)       &lt;br /&gt;at Xceed.Compression.CompressedStream.Read(Byte buffer, Int32 offset, Int32 count)       &lt;br /&gt;at Xceed.Utils.Streams.ChecksumStream.Read(Byte buffer, Int32 offset, Int32 count)       &lt;br /&gt;at Xceed.Zip.ReaderWriter.ZipReader.ReadItemData(Byte buffer, Int32 offset, Int32 count)       &lt;br /&gt;at Microsoft.Medv.WorkspaceCustomActions.VhdUtil.Decompress(Session session, String compressedVhdPath, String vhdInstallationFilePath, Boolean overwriteExistingVhd)       &lt;br /&gt;--- End of inner exception stack trace ---       &lt;br /&gt;at Microsoft.Medv.WorkspaceCustomActions.VhdUtil.Decompress(Session session, String compressedVhdPath, String vhdInstallationFilePath, Boolean overwriteExistingVhd)       &lt;br /&gt;at Microsoft.Medv.WorkspaceCustomActions.CustomActions.InstallVhd(Session session)       &lt;br /&gt;CustomAction InstallVhdFile returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;Normally you could rename the *.medv file to a .zip extension and then open the compressed folder and access the embedded VHD file. In this scenario, the following message may be generated:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;em&gt;Windows cannot open the folder        &lt;br /&gt;The Compressed (zipped) Folder 'C:\temp\Windows XP x86 SP3 Hard Disk.zip is invalid.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;This can occur if there is corruption of either the *.medv file or the embedded *.vhd file contained within the *.medv file.&lt;/p&gt;  &lt;p&gt;To resolve this issue, restore the Med-V Workspace package from backup or create a new package using the MED-V Workspace Packager. Make sure that any antivirus or malware scanners are disabled during the packaging process. If you must run your malware scanner due to corporate policy please reference KB article 2504827 to put in place the proper exclusions. These exclusions should be applied to both the Workspace packager and the Med-V Host.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2504827/EN-US"&gt;KB2504827 - MED-V 2.0 workspace setup fails with a fatal error : http://support.microsoft.com/kb/2504827/EN-US&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;For more information see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2545723/EN-US"&gt;KB2545723 - How to Enable Microsoft Installer logging and Verbose logging to gather additional troubleshooting Information : http://support.microsoft.com/kb/2545723/EN-US&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;John Behneman&lt;/b&gt; &lt;strong&gt;| System Center Support Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;Operations Manager Team blog: &lt;a href="http://blogs.technet.com/momteam/"&gt;http://blogs.technet.com/momteam/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&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=3510607" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>MED-V URL redirection is not working and no *.mdvurl file is being created</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2012/02/13/med-v-url-redirection-is-not-working-and-no-mdvurl-file-is-being-created.aspx" /><id>http://blogs.technet.com/b/medv/archive/2012/02/13/med-v-url-redirection-is-not-working-and-no-mdvurl-file-is-being-created.aspx</id><published>2012-02-13T19:48:19Z</published><updated>2012-02-13T19:48:19Z</updated><content type="html">&lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2671040"&gt;&lt;img title="hotfix" border="0" alt="hotfix" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-54-81-metablogapi/5224.hotfix_5F00_37B90D94.jpg" width="80" height="89" /&gt;&lt;/a&gt;Here’s a new Microsoft Enterprise Desktop Virtualization (MED-V) Knowledge Base article we published today. This one talks about an issue where a restricted user can attempt certain actions that they don't have permission to yet get a (false) message indicating it was successful.&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;h5&gt;Symptoms&lt;/h5&gt;  &lt;p&gt;Microsoft Enterprise Desktop Virtualization (MED-V 2.0) URL redirection does not work and no temporary URL file *.mdvurl is created in %localappdata%\temp (e.g. C:\Users\username\AppData\Local\Temp\tmpE38B.tmp.&lt;strong&gt;mdvurl).&lt;/strong&gt;&lt;/p&gt;  &lt;h5&gt;Cause&lt;/h5&gt;  &lt;p&gt;This can occur if the URLs in the MED-V URL list are not valid. An example would be a URL that has a trailing * such as:&lt;/p&gt;  &lt;p&gt;http://www.msn.com&lt;strong&gt;*&lt;/strong&gt;&lt;/p&gt;  &lt;h5&gt;Resolution&lt;/h5&gt;  &lt;p&gt;To resolve this , navigate to the following registry location and remove the trailing &lt;strong&gt;* &lt;/strong&gt;from any URL addresses listed.     &lt;br /&gt;HKLM\software\microsoft\medv\v2\UserExperience\RedirectUrls&lt;/p&gt;  &lt;h5&gt;More Information&lt;/h5&gt;  &lt;p&gt;The only issue relevant to this problem is addressed in the first blog post listed below, in the first section, regarding the creation of the&lt;strong&gt; temporary URL file containing the URL to pass the guest via RDPcopy &lt;/strong&gt;(*.mdvurl). All the other issues that cause URL redirect failures outlined in these two articles do not exist in this scenario.&lt;/p&gt;  &lt;p&gt;Understanding and Troubleshooting MED-V v2 URL Redirection    &lt;br /&gt;&lt;a href="http://blogs.technet.com/b/medv/archive/2011/08/10/understanding-and-troubleshooting-med-v-v2-url-redirection.aspx"&gt;http://blogs.technet.com/b/medv/archive/2011/08/10/understanding-and-troubleshooting-med-v-v2-url-redirection.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;GPO Settings That Could Potentially Cause Issues with MED-V Features    &lt;br /&gt;&lt;a href="http://social.technet.microsoft.com/wiki/contents/articles/5127.aspx#Internet_Explorer_Policies"&gt;http://social.technet.microsoft.com/wiki/contents/articles/5127.aspx#Internet_Explorer_Policies&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;=====&lt;/p&gt;  &lt;p&gt;For the most current version of this article please see the following:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/2671040"&gt;2671040 : MED-V URL redirection is not working and no *.mdvurl file is being created&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Endpoint Security blog : &lt;a href="http://blogs.technet.com/b/clientsecurity/"&gt;http://blogs.technet.com/b/clientsecurity/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&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=3480691" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author><category term="KB Article" scheme="http://blogs.technet.com/b/medv/archive/tags/KB+Article/" /><category term="MED-V 2.0" scheme="http://blogs.technet.com/b/medv/archive/tags/MED_2D00_V+2-0/" /><category term="URL Redirection" scheme="http://blogs.technet.com/b/medv/archive/tags/URL+Redirection/" /></entry><entry><title>Microsoft Enterprise Product Roadmap Webcast</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2012/01/19/microsoft-enterprise-product-roadmap-webcast.aspx" /><id>http://blogs.technet.com/b/medv/archive/2012/01/19/microsoft-enterprise-product-roadmap-webcast.aspx</id><published>2012-01-19T17:16:47Z</published><updated>2012-01-19T17:16:47Z</updated><content type="html">&lt;p&gt;&lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032500777&amp;amp;culture=en-us"&gt;&lt;img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="nroadcast" border="0" alt="nroadcast" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-69-31-metablogapi/2046.nroadcast_5F00_3E3BCB38.jpg" width="85" height="63" /&gt;&lt;/a&gt;Please join us for a high level discussion into Microsoft software investments designed to cover most of the major product lines.&amp;#160; This will be a 35,000 foot view into the following areas:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Windows Family &lt;/li&gt;    &lt;li&gt;Virtualization &lt;/li&gt;    &lt;li&gt;Office System &lt;/li&gt;    &lt;li&gt;Unified Communications &lt;/li&gt;    &lt;li&gt;IT Management &lt;/li&gt;    &lt;li&gt;Security &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;This particular webcast is scheduled for &lt;strong&gt;Friday, January 20 at 1:00pm Pacific Time&lt;/strong&gt; although others are scheduled as well.&amp;#160; See &lt;a href="https://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032500777&amp;amp;culture=en-us"&gt;this link&lt;/a&gt; for more information.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;J.C. Hornbeck&lt;/b&gt; &lt;strong&gt;| System Center &amp;amp; Security Knowledge Engineer&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;     &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;     &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;     &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;     &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;     &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;     &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;     &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;     &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;     &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;     &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;     &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;     &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;     &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;     &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;     &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;     &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;     &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&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=3476302" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>MED-V Host Agent Setup fails with “MED-V Host Agent requires Windows Virtual PC 7 version 6.1.7600 or higher”</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/medv/archive/2012/01/19/med-v-host-agent-setup-fails-with-med-v-host-agent-requires-windows-virtual-pc-7-version-6-1-7600-or-higher.aspx" /><id>http://blogs.technet.com/b/medv/archive/2012/01/19/med-v-host-agent-setup-fails-with-med-v-host-agent-requires-windows-virtual-pc-7-version-6-1-7600-or-higher.aspx</id><published>2012-01-19T17:08:35Z</published><updated>2012-01-19T17:08:35Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.technet.com/b/medv"&gt;&lt;img title="image" border="0" alt="image" align="left" src="http://blogs.technet.com/cfs-file.ashx/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-69-06-metablogapi/3833.image_5F00_66B4102F.png" width="85" height="96" /&gt;&lt;/a&gt;Hi everyone, Mark Stanfill here and today I wanted to take a minute to quickly tell you about an issue I recently ran into where the MED-V Host Agent Setup (MED-V 2.0 Host Agent) fails with the following error message:&lt;/p&gt; &lt;dt&gt;&lt;strong&gt;&lt;em&gt;MED-V Host Agent Setup&lt;/em&gt;&lt;/strong&gt; &lt;/dt&gt;&lt;dt&gt;&lt;strong&gt;&lt;em&gt;MED-V Host Agent requires Windows Virtual PC 7 version 6.1.7600 or higher.&lt;/em&gt;&lt;/strong&gt;     &lt;p&gt;This is an error you can get if Windows Virtual PC is not present on the host OS and it does not have the 958559 update applied.&amp;#160; Now fortunately for us this is an easy fix.&amp;#160; To resolve this issue and allow the MED-V 2.0 Host Agent to install, use the following steps:&lt;/p&gt;    &lt;ol&gt;     &lt;li&gt;Download and install the 958559 update (&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;958559"&gt;http://support.microsoft.com/default.aspx?scid=kb;EN-US;958559&lt;/a&gt;). &lt;/li&gt;      &lt;li&gt;Reboot the host OS when prompted. &lt;/li&gt;      &lt;li&gt;Re-run MED-V_HostAgent_Setup.exe &lt;/li&gt;   &lt;/ol&gt;    &lt;p&gt;That’s it!&lt;/p&gt;    &lt;p&gt;&lt;strong&gt;Mark Stanfill | Senior Support Escalation Engineer&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;font color="#c0504d"&gt;Get the latest System Center news on&lt;/font&gt; &lt;/b&gt;&lt;a href="https://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;b&gt;Facebook&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;font color="#c0504d"&gt;and&lt;/font&gt; &lt;/b&gt;&lt;a href="https://twitter.com/#!/MS_SystemCenter"&gt;&lt;b&gt;Twitter&lt;/b&gt;&lt;/a&gt;&lt;b&gt;:&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&lt;a href="http://www.facebook.com/pages/Microsoft-System-Center-Support/111513322193410"&gt;&lt;img title="clip_image001" border="0" alt="clip_image001" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image001_64a4101d-1898-43ad-8493-b15123a8f037.gif" width="89" height="21" /&gt;&lt;/a&gt; &lt;a href="http://www.twitter.com/MS_SystemCenter"&gt;&lt;img title="clip_image002" border="0" alt="clip_image002" src="http://blogs.technet.com/blogfiles/medv/WindowsLiveWriter/MEDVPrintingOptionsandIssuesyoumayencoun_8540/clip_image002_e463ef66-6372-4614-ad1b-a2e20e16de5f.gif" width="89" height="21" /&gt;&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;App-V Team blog: &lt;a href="http://blogs.technet.com/appv/"&gt;http://blogs.technet.com/appv/&lt;/a&gt;       &lt;br /&gt;AVIcode Team blog: &lt;a href="http://blogs.technet.com/b/avicode"&gt;http://blogs.technet.com/b/avicode&lt;/a&gt;       &lt;br /&gt;ConfigMgr Support Team blog: &lt;a href="http://blogs.technet.com/configurationmgr/"&gt;http://blogs.technet.com/configurationmgr/&lt;/a&gt;       &lt;br /&gt;DPM Team blog: &lt;a href="http://blogs.technet.com/dpm/"&gt;http://blogs.technet.com/dpm/&lt;/a&gt;       &lt;br /&gt;MED-V Team blog: &lt;a href="http://blogs.technet.com/medv/"&gt;http://blogs.technet.com/medv/&lt;/a&gt;       &lt;br /&gt;OOB Support Team blog: &lt;a href="http://blogs.technet.com/oob/"&gt;http://blogs.technet.com/oob/&lt;/a&gt;       &lt;br /&gt;Opalis Team blog: &lt;a href="http://blogs.technet.com/opalis"&gt;http://blogs.technet.com/opalis&lt;/a&gt;       &lt;br /&gt;Orchestrator Support Team blog: &lt;a href="http://blogs.technet.com/b/orchestrator/"&gt;http://blogs.technet.com/b/orchestrator/&lt;/a&gt;       &lt;br /&gt;OpsMgr Support Team blog: &lt;a href="http://blogs.technet.com/operationsmgr/"&gt;http://blogs.technet.com/operationsmgr/&lt;/a&gt;       &lt;br /&gt;SCMDM Support Team blog: &lt;a href="http://blogs.technet.com/mdm/"&gt;http://blogs.technet.com/mdm/&lt;/a&gt;       &lt;br /&gt;SCVMM Team blog: &lt;a href="http://blogs.technet.com/scvmm"&gt;http://blogs.technet.com/scvmm&lt;/a&gt;       &lt;br /&gt;Server App-V Team blog: &lt;a href="http://blogs.technet.com/b/serverappv"&gt;http://blogs.technet.com/b/serverappv&lt;/a&gt;       &lt;br /&gt;Service Manager Team blog: &lt;a href="http://blogs.technet.com/b/servicemanager"&gt;http://blogs.technet.com/b/servicemanager&lt;/a&gt;       &lt;br /&gt;System Center Essentials Team blog: &lt;a href="http://blogs.technet.com/b/systemcenteressentials"&gt;http://blogs.technet.com/b/systemcenteressentials&lt;/a&gt;       &lt;br /&gt;WSUS Support Team blog: &lt;a href="http://blogs.technet.com/sus/"&gt;http://blogs.technet.com/sus/&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;The Forefront Server Protection blog: &lt;a href="http://blogs.technet.com/b/fss/"&gt;http://blogs.technet.com/b/fss/&lt;/a&gt;       &lt;br /&gt;The Forefront Identity Manager blog : &lt;a href="http://blogs.msdn.com/b/ms-identity-support/"&gt;http://blogs.msdn.com/b/ms-identity-support/&lt;/a&gt;       &lt;br /&gt;The Forefront TMG blog: &lt;a href="http://blogs.technet.com/b/isablog/"&gt;http://blogs.technet.com/b/isablog/&lt;/a&gt;       &lt;br /&gt;The Forefront UAG blog: &lt;a href="http://blogs.technet.com/b/edgeaccessblog/"&gt;http://blogs.technet.com/b/edgeaccessblog/&lt;/a&gt;&lt;/p&gt;     &lt;/dt&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3476293" width="1" height="1"&gt;</content><author><name>J.C. Hornbeck</name><uri>http://blogs.technet.com/jchornbe/ProfileUrlRedirect.ashx</uri></author><category term="Setup" scheme="http://blogs.technet.com/b/medv/archive/tags/Setup/" /><category term="Virtual PC" scheme="http://blogs.technet.com/b/medv/archive/tags/Virtual+PC/" /><category term="MED-V 2.0" scheme="http://blogs.technet.com/b/medv/archive/tags/MED_2D00_V+2-0/" /><category term="Host Agent Setup" scheme="http://blogs.technet.com/b/medv/archive/tags/Host+Agent+Setup/" /><category term="Install" scheme="http://blogs.technet.com/b/medv/archive/tags/Install/" /></entry></feed>