<?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>harry446 Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>harry446 Tracker</description>
    <pubDate>Fri, 24 Nov 2023 02:42:37 GMT</pubDate>
    <dc:date>2023-11-24T02:42:37Z</dc:date>
    <item>
      <title>Re: Cannot upgrade VCSA 6.0 to 6.5 - Internal error occurs during Export of vSphere ESX Agent Manager</title>
      <link>https://communities.vmware.com/t5/vSphere-Upgrade-Install/Cannot-upgrade-VCSA-6-0-to-6-5-Internal-error-occurs-during/m-p/1395163#M15518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom, the upgrade procedure works - I successfully upgraded it from v6u3 to b6.5b.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thank you so much~~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Apr 2017 13:03:36 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-Upgrade-Install/Cannot-upgrade-VCSA-6-0-to-6-5-Internal-error-occurs-during/m-p/1395163#M15518</guid>
      <dc:creator>harry446</dc:creator>
      <dc:date>2017-04-05T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Set default network printer in VM desktop based on logon physical locations</title>
      <link>https://communities.vmware.com/t5/Horizon-Documents/Set-default-network-printer-in-VM-desktop-based-on-logon/ta-p/2778436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have some VDI users (zero client + Horizon 6) traveling between offices in different location and they want the default printer to be reset to a local printer, thus they won't accidentally sent a printing job to a remote location when they work in different location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although VM desktop has no idea where the user is actually located, Horizon View Broker does insert some ENV parameters into VM when user is connected.&lt;/P&gt;&lt;P&gt;From DOS cmd, run "SET" you will see something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: courier new,courier;"&gt;ViewClient_Broker_DNS_Name=xxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: courier new,courier;"&gt;ViewClient_Broker_DomainName=xxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: courier new,courier;"&gt;ViewClient_Broker_Remote_IP_Address=xxx.xxx.xxx.xxx&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: courier new,courier;"&gt;ViewClient_Broker_Tunneled=true&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: courier new,courier;"&gt;&lt;SPAN&gt;ViewClient_Broker_Tunnel_URL=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://xxxx.xxx.com:443" rel="nofollow"&gt;https://xxxx.xxx.com:443&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="color: #000000; font-family: courier new,courier;"&gt;&lt;SPAN&gt;ViewClient_Broker_URL=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://xxx.xxx.com:443" rel="nofollow"&gt;https://xxx.xxx.com:443&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;...&lt;/P&gt;&lt;P&gt;"ViewClient_Broker_Remote_IP_Address" is the View Client device IP address (zero client, thin client or windows client), so, we can actually know the user logon location by reading this information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, here is the sample script&amp;nbsp; (BAT) to read IP address and set default printer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;:: Read Horizon Client IP address&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;SET DeviceIP=%ViewClient_Broker_Remote_IP_Address:~0,7%&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;SET TorontoIP=10.34.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;SET MontrealIP=10.35.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;SET OttawaIP=10.36.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;:: Toronto Location&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;IF %DeviceIP% == %TorontoIP% wmic printer where name='\\\\server1\\printer1' call setdefaultprinter&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;GOTO END&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;:: Montreal Location&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;IF %DeviceIP% == %MontrealIP% wmic printer where name='\\\\server2\\printer2' call setdefaultprinter&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;GOTO END&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;:: Ottawa Location&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;IF %DeviceIP% == %OttawaIP% wmic printer where name='\\\\server3\\printer3' call setdefaultprinter&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;GOTO END&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-size: 8pt; font-family: courier new,courier; color: #339966;"&gt;END:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;For individual user, copy the script to user Start Up, or, you can use GPO to push it out globally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 20:30:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Documents/Set-default-network-printer-in-VM-desktop-based-on-logon/ta-p/2778436</guid>
      <dc:creator>harry446</dc:creator>
      <dc:date>2016-04-21T20:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Wyse P25 audio cracks</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Wyse-P25-audio-cracks/m-p/1819051#M49851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the similar problem with P25 zero client (tera2) and I had fixed that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; download latest Teradici Virtual Audio driver&lt;/P&gt;&lt;P&gt;&lt;A href="https://techsupport.teradici.com/link/portal/15134/15164/ArticleFolder/144/Teradici-Virtual-Audio-Driver" title="https://techsupport.teradici.com/link/portal/15134/15164/ArticleFolder/144/Teradici-Virtual-Audio-Driver"&gt;https://techsupport.teradici.com/link/portal/15134/15164/ArticleFolder/144/Teradici-Virtual-Audio-Driver&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. install the audio driver in VM and reboot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it, it works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Aug 2014 16:20:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Wyse-P25-audio-cracks/m-p/1819051#M49851</guid>
      <dc:creator>harry446</dc:creator>
      <dc:date>2014-08-01T16:20:34Z</dc:date>
    </item>
  </channel>
</rss>

