<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>KjellO Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>KjellO Tracker</description>
    <pubDate>Sat, 25 Nov 2023 07:47:57 GMT</pubDate>
    <dc:date>2023-11-25T07:47:57Z</dc:date>
    <item>
      <title>Re: How to get global entitlement group assigned to a specific pool?</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/How-to-get-global-entitlement-group-assigned-to-a-specific-pool/m-p/2311754#M91258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to tweak the objects returned by the cmdlets from VMware so that you can compare the objects and get the correct information like for example this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="c#" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15896549932685221 jive_text_macro" data-renderedposition="89.45455169677734_8_1232_160" jivemacro_uid="_15896549932685221" modifiedtitle="true"&gt;&lt;P&gt;$GlobalEntitlement = Get-HVGlobalEntitlement | Select-Object -Property @{Name = 'Id'; Expression = {$_.Id.Id}}, @{Name = 'DisplayName'; Expression = {$_.Base.DisplayName}}&lt;/P&gt;&lt;P&gt;$DesktopPools = Get-HVPool&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$Properties = @{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Property = @{Name = 'ID'; Expression = {$_.Base.Name}},&lt;/P&gt;&lt;P&gt;&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; @{Name = 'Display Name'; Expression = {$_.Base.DisplayName}},&lt;/P&gt;&lt;P&gt;&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; @{Name = 'Global Entitlement'; Expression = {($GlobalEntitlement | Where-Object Id -eq $_.GlobalEntitlementData.GlobalEntitlement.Id).DisplayName}}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$DesktopPools | Select-Object -Property $Properties.Property&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 May 2020 18:52:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/How-to-get-global-entitlement-group-assigned-to-a-specific-pool/m-p/2311754#M91258</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2020-05-16T18:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone using Onedrive app with Files on demand in Horizon in any way?</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525143#M78626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As with all security vs user experience scenarios, you will have to choose and perhaps implement other security measures like for example AppLocker.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've asked Trend Micro support for the possibility to contact Microsoft and find a solution. It should be possible since Microsoft Defender probably supports it and Microsoft do mention that "&lt;SPAN style="color: #1e1e1e; font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe WP', wf_segoe-ui_normal, Helvetica, Tahoma, Arial, sans-serif; background-color: #f3f3f3;"&gt;Files On-Demand might not be compatible with some third-party antivirus solutions."&lt;/SPAN&gt;: &lt;A href="https://support.office.com/en-us/article/save-disk-space-with-onedrive-files-on-demand-for-windows-10-0e6860d3-d9f3-4971-b321-7092438fb38e?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US" title="https://support.office.com/en-us/article/save-disk-space-with-onedrive-files-on-demand-for-windows-10-0e6860d3-d9f3-4971-b321-7092438fb38e?ui=en-US&amp;amp;rs=en-US&amp;amp;ad=US"&gt;Save disk space with OneDrive Files On-Demand for Windows 10 - Office Support&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 11:55:24 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525143#M78626</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2020-05-14T11:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone using Onedrive app with Files on demand in Horizon in any way?</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525138#M78621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to exclude files accessed by OneDrive, or you will experience these issues, but since Guest Introspection don't handle exclusions with wildcards, the exclusions don't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, with OneDrive you would like to exclude this path: C:\Users\*\OneDrive*\, and to make that work with Deep Security, you will need to install the Agent which handles wildcards without problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also raise the issue to VMware, perhaps if they get more SR they will figure out how to implement it in Guest Introspection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Kjell Øyvind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 05:58:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525138#M78621</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2020-05-13T05:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone using Onedrive app with Files on demand in Horizon in any way?</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525134#M78617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trend said the same about Guest Introspection not supporting regex-exclusions and that we should open a ticket with VMware, so you end up in cicles. VMware is investigating the OneDrive issues, so I hope they not send me back to Trend support :smileygrin:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As a backup solution, I've setup a VDI image with the Deep Security Windows Agent, and that is working much better, and with combined mode you could easily setup policies for the VDI's you want to use either Appliance based protection, or Agent based protection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Kjell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2020 05:50:45 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525134#M78617</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2020-05-08T05:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Horizon 7.12 firefox or chorme login failed</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-7-12-firefox-or-chorme-login-failed/m-p/2299178#M89586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It’s a known issue, you will need to follow this KB to fix it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.vmware.com/s/article/2144768" title="https://kb.vmware.com/s/article/2144768"&gt;VMware Knowledge Base&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2020 09:40:26 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-7-12-firefox-or-chorme-login-failed/m-p/2299178#M89586</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2020-04-19T09:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone using Onedrive app with Files on demand in Horizon in any way?</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525126#M78609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Due to the situation with COVID-19, I've not had the capasity to start troubleshooting with VMware, hope you find a solution! &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.vmware.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Kjell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2020 08:23:30 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525126#M78609</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2020-04-14T08:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone using Onedrive app with Files on demand in Horizon in any way?</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525123#M78606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! I‘ve been troubleshooting this with Trend Micro. The lock does not happen in the DSVA, so Trend Micro suspects that the lock is in the Guest Introspection appliance and want’s us to do a trace with VMware, so I would recommmend you to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Agent based protection, Files OnDemand has worked fine on Horizon 7.9, Windows 10 1809 non-persistant VDI without any caching and App Volumes 2.15&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2020 13:41:08 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Anyone-using-Onedrive-app-with-Files-on-demand-in-Horizon-in-any/m-p/525123#M78606</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2020-04-09T13:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Network Drive label name</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Network-Drive-label-name/m-p/1872229#M86127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are testing a SB build of Horizon Agent 7.9, it works but not with App Volumes Agent installed, so they are still debugging the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Kjell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2020 09:57:28 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Network-Drive-label-name/m-p/1872229#M86127</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2020-01-20T09:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: VMware horizon crashing mac update</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VMware-horizon-crashing-mac-update/m-p/1843938#M83493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are also experiencing crashes with Horizon Client 5.2 on Windows clients and have opened a SR on this issue.&lt;/P&gt;&lt;P&gt;The client crashes at log off and disconnect, so users think that they are not beeing logged off since they see the Windows logging off image forever because the Horizon Client crashed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems like 5.2 is buggy on multiple platforms then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 11:30:43 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/VMware-horizon-crashing-mac-update/m-p/1843938#M83493</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-10-10T11:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Horizon Client for MacOS doesn't correctly scale Windows desktops</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-Client-for-MacOS-doesn-t-correctly-scale-Windows/m-p/2739090#M74463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like the new Horizon Client 5.2 for MacOS has some enhancements on this topic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="font-weight: bolder; color: #212529; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; background-color: #fafafa;"&gt;Display resolution and display scaling customization for remote desktops&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212529; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; background-color: #fafafa;"&gt;You can use Horizon Client to customize the display resolution and display scaling for a remote desktop. See &lt;/SPAN&gt;&lt;A href="https://docs.vmware.com/en/VMware-Horizon-Client-for-Mac/5.2/horizon-client-mac-installation/GUID-B821ECF5-D1F5-4D00-8F0C-0EDCBEC6A924.html" name="&amp;amp;amp;lpos=Release Notes : content link : GUID-B821ECF5-D1F5-4D00-8F0C-0EDCBEC6A924 : 108" style="color: #007cbb; background-color: #fafafa; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif;"&gt;Customize the the Display Resolution and Display Scaling for a Remote Desktop&lt;/A&gt;&lt;SPAN style="color: #212529; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; background-color: #fafafa;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212529; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; background-color: #fafafa;"&gt;Our Mac users with 5K iMac are pleased!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212529; font-family: Metropolis, 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; background-color: #fafafa;"&gt;/Kjell&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 12:13:17 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-Client-for-MacOS-doesn-t-correctly-scale-Windows/m-p/2739090#M74463</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-09-20T12:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot establish tunnel connection using VMWare Horizon Client for MacOS verison 5.1</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Cannot-establish-tunnel-connection-using-VMWare-Horizon-Client/m-p/499476#M76285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We have reports from affected users that upgrading to Horizon Client 5.2 fixed the problem (remember to reboot your Mac).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Kjell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;---------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 10.5pt; font-family: 'Helvetica',sans-serif;"&gt;Was it helpful? &lt;/STRONG&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Let us know by completing &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://communities.vmware.com/- https:/insights.vmware.com/cgi-bin/qwebcorporate.dll?idx=4RA39B&amp;amp;source=Workstation"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #2989c5;"&gt;this short survey here&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Sep 2019 12:10:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Cannot-establish-tunnel-connection-using-VMWare-Horizon-Client/m-p/499476#M76285</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-09-20T12:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Network Drive label name</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Network-Drive-label-name/m-p/1872226#M86124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you open SR for this? I have had one open since the beginning of July after updating to 7.9 but VMware can't seem to figure this out. &lt;/P&gt;&lt;P&gt;Perhaps if they get more cases there might be a solution quicker?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;BR /&gt;Kjell Øyvind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 05:20:52 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Network-Drive-label-name/m-p/1872226#M86124</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-09-17T05:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: windows 10 1809 slow</title>
      <link>https://communities.vmware.com/t5/ESXi-Discussions/windows-10-1809-slow/m-p/1425032#M137278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We see the same BSOD error message on ESXi 6.0 U3 hosts with VMware Tools 10.3.10 and Windows 10 1809.&lt;/P&gt;&lt;P&gt;If I understood Horizon support correctly the vCenter team are aware of the problem, I will probably open a SR to confirm this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems VMware Tools 11.0 might have fixed the BSOD issues. So far no BSOD with fully patched Windows 1809 build, and numerous reboots.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Update2:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wrong... Got BSOD with the Driver Power State Failure message after deploying a new VM from the template I made, with Guest Customization (sysprep).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;VMware debugged the minidump, and it was a known issue that was fixed in VMware Tools 11.0.0.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;Cause :&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The crash "0x9F DRIVER&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; POWER STATE FAILURE" is due to a hang on the PnP power down.&lt;/LI&gt;&lt;LI&gt;It hangs at the USB controller as windows usb hub driver somehow failed to reset port after controller reset.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Since I was still getting BSOD, I edited the VM and removed the USB Controller (3.0) and now I don't get a BSOD. I've asked VMware to confirm if this can be fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update4:&lt;BR /&gt;VMware confirmed there is an issue with VMware Tools 11.0.0, USB Controller (3.0) and Windows 10 1809. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Kjell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Sep 2019 13:23:05 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ESXi-Discussions/windows-10-1809-slow/m-p/1425032#M137278</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-09-13T13:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Horizon View 7.4 "USB Redirection is not available for this desktop"</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-View-7-4-quot-USB-Redirection-is-not-available-for-this/m-p/2274782#M88722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend that you implement a Pool for testing and then try it out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For us this registry key fixed this particular problem when using Horizon Agent 7.8/7.9 in combination with UEM 9.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 2px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware VDM\USB]&lt;/P&gt;&lt;P style="margin: 2px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;"WaitForSessionIdTimeout"=dword:000000c8&lt;/P&gt;&lt;P style="margin: 2px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;&lt;/P&gt;&lt;P style="margin: 2px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;Kind regards&lt;/P&gt;&lt;P style="margin: 2px; font-family: proxima-nova, Arial, sans-serif; color: #666666;"&gt;Kjell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 21:05:41 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-View-7-4-quot-USB-Redirection-is-not-available-for-this/m-p/2274782#M88722</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-08-29T21:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Horizon View 7.4 "USB Redirection is not available for this desktop"</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-View-7-4-quot-USB-Redirection-is-not-available-for-this/m-p/2274780#M88720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you use UEM? If so, read this thread for a registry key to delay the timeout where UEM disables USB:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.vmware.com/message/2879836"&gt;Re: uemFlags USB reg entry Fix :&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Kjell Øyvind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 20:08:08 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-View-7-4-quot-USB-Redirection-is-not-available-for-this/m-p/2274780#M88720</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-08-29T20:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Remote dispaly protocol in Horizon 7.9</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Remote-dispaly-protocol-in-Horizon-7-9/m-p/1866935#M85766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a known problem with Horizon 7.9 and will get fixed in Horizon 7.10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quote from VMware support when troubleshooting this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;SPAN style="color: #565656; font-family: 'Metropolis Regular', Metropolis, Calibri, Arial, sans-serif; font-size: 12px;"&gt;Just to follow up with you to let you know that our back end engineering team has identified this issue and it is resolved in the 7.10 release which is scheduled for release in September."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #565656; font-family: 'Metropolis Regular', Metropolis, Calibri, Arial, sans-serif; font-size: 12px;"&gt;Kind regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #565656; font-family: 'Metropolis Regular', Metropolis, Calibri, Arial, sans-serif; font-size: 12px;"&gt;Kjell&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 08:23:29 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Remote-dispaly-protocol-in-Horizon-7-9/m-p/1866935#M85766</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-08-29T08:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot establish tunnel connection using VMWare Horizon Client for MacOS verison 5.1</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Cannot-establish-tunnel-connection-using-VMWare-Horizon-Client/m-p/499475#M76284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of Horizon are you on? I have a support case with VMware because of this problem for -some- MacOS users, not all is affected..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We upgraded to Horizon 7.9 and that was when the users contaced us with this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will post a follow up when VMware figure it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Kjell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 08:19:04 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Cannot-establish-tunnel-connection-using-VMWare-Horizon-Client/m-p/499475#M76284</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-08-29T08:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Horizon View 7.9 - Recompose breaks global entitlement?</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-View-7-9-Recompose-breaks-global-entitlement/m-p/2221647#M86378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be related, because we are also experiencing something strange during recompose after upgrading to 7.9: Pool protocol settings get’s messed up and BLAST and PCoIP is unavailable. So after starting recompose, we need to edit the Pool settings and choose protocol settings again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VMware has confirmed the issue and will fix it in 7.10:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #565656; font-family: 'Metropolis Regular', Metropolis, Calibri, Arial, sans-serif;"&gt;"Just to follow up with you to let you know that our back end engineering team has identified this issue and it is resolved in the 7.10 release which is scheduled for release in September."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should contact VMware and have them confirm your scenario after upgrading to 7.9.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Kjell&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;---------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 10.5pt; font-family: 'Helvetica',sans-serif;"&gt;Was it helpful? &lt;/STRONG&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;Let us know by completing &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://communities.vmware.com/- https:/insights.vmware.com/cgi-bin/qwebcorporate.dll?idx=4RA39B&amp;amp;source=Workstation"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #2989c5;"&gt;this short survey here&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2019 08:13:42 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Horizon-View-7-9-Recompose-breaks-global-entitlement/m-p/2221647#M86378</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-08-29T08:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: uemFlags USB reg entry Fix :</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/uemFlags-USB-reg-entry-Fix/m-p/486782#M615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Douglas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every change like this needs to be applied on the GM and you should also do a reboot&amp;nbsp; of the GM after applying registry keys like these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not know if this registry key will resolve your problem, you should probably open a SR and have VMware examine the logs to be sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;Kjell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2019 08:37:39 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/uemFlags-USB-reg-entry-Fix/m-p/486782#M615</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-08-14T08:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: uemFlags USB reg entry Fix :</title>
      <link>https://communities.vmware.com/t5/Dynamic-Environment-Manager/uemFlags-USB-reg-entry-Fix/m-p/486778#M611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a case with VMware regarding issues with USB Redirection and Horizon Agent 7.9 (also tested Horizon Agent 7.8). We also use UEM 9.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The solution was to add this registry key:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\VMware, Inc.\VMware VDM\USB]&lt;/P&gt;&lt;P&gt;"WaitForSessionIdTimeout"=dword:000000c8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where 000000c8 is HEX for 200 in Decimal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our case, UEM disabled USB because of a default timeout of 60 seconds:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEBUG (0C88-1588) &amp;lt;MessageFrameWorkDispatch&amp;gt; [ws_vhub] USB is allowed by GPO&lt;/P&gt;&lt;P&gt;DEBUG (0C88-1588) &amp;lt;MessageFrameWorkDispatch&amp;gt; [ws_vhub] UEM is installed&lt;/P&gt;&lt;P&gt;DEBUG (0C88-1588) &amp;lt;MessageFrameWorkDispatch&amp;gt; [ws_vhub] Can't get a valid sessionId within 60 seconds for channel 0x000002878977E5C0. Already closed?&lt;/P&gt;&lt;P&gt;INFO&amp;nbsp; (0C88-1588) &amp;lt;MessageFrameWorkDispatch&amp;gt; [ws_vhub] USB policy set to disallowed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The registry increases this timeout to 200 seconds, which was enough for us in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Kjell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2019 12:31:25 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Dynamic-Environment-Manager/uemFlags-USB-reg-entry-Fix/m-p/486778#M611</guid>
      <dc:creator>KjellO</dc:creator>
      <dc:date>2019-08-13T12:31:25Z</dc:date>
    </item>
  </channel>
</rss>

