<?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>topic Re: Assign thinapps to view desktops using powershell/powercli or script in ThinApp</title>
    <link>https://communities.vmware.com/t5/ThinApp/Assign-thinapps-to-view-desktops-using-powershell-powercli-or/m-p/1274962#M3134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://blogs.vmware.com/thinapp/scripts"&gt;http://blogs.vmware.com/thinapp/scripts&lt;/A&gt;&lt;SPAN&gt; for some VB Script examples. With those, you should be able to extrapolate for PowerShell.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Nov 2011 19:59:38 GMT</pubDate>
    <dc:creator>Squidly_Man</dc:creator>
    <dc:date>2011-11-23T19:59:38Z</dc:date>
    <item>
      <title>Assign thinapps to view desktops using powershell/powercli or script</title>
      <link>https://communities.vmware.com/t5/ThinApp/Assign-thinapps-to-view-desktops-using-powershell-powercli-or/m-p/1274960#M3132</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;Is there anyway to assign a thinapp to a view desktop (windows 7) as you do in the VMware view admin console but via powershell/powercli or a script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im using View 4.6 and thinapp 4.7 and vcentre 4.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 15:51:41 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ThinApp/Assign-thinapps-to-view-desktops-using-powershell-powercli-or/m-p/1274960#M3132</guid>
      <dc:creator>HiltonH</dc:creator>
      <dc:date>2011-11-23T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Assign thinapps to view desktops using powershell/powercli or script</title>
      <link>https://communities.vmware.com/t5/ThinApp/Assign-thinapps-to-view-desktops-using-powershell-powercli-or/m-p/1274961#M3133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.. Just call thinreg.exe (found in the Setup Capture folder but can be copied to for example NETLOGON).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 17:19:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ThinApp/Assign-thinapps-to-view-desktops-using-powershell-powercli-or/m-p/1274961#M3133</guid>
      <dc:creator>pbjork</dc:creator>
      <dc:date>2011-11-23T17:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Assign thinapps to view desktops using powershell/powercli or script</title>
      <link>https://communities.vmware.com/t5/ThinApp/Assign-thinapps-to-view-desktops-using-powershell-powercli-or/m-p/1274962#M3134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://blogs.vmware.com/thinapp/scripts"&gt;http://blogs.vmware.com/thinapp/scripts&lt;/A&gt;&lt;SPAN&gt; for some VB Script examples. With those, you should be able to extrapolate for PowerShell.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 19:59:38 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ThinApp/Assign-thinapps-to-view-desktops-using-powershell-powercli-or/m-p/1274962#M3134</guid>
      <dc:creator>Squidly_Man</dc:creator>
      <dc:date>2011-11-23T19:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Assign thinapps to view desktops using powershell/powercli or script</title>
      <link>https://communities.vmware.com/t5/ThinApp/Assign-thinapps-to-view-desktops-using-powershell-powercli-or/m-p/1274963#M3135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Powershell script attached.&amp;nbsp; I developed for our VDI environment.&amp;nbsp;&amp;nbsp; It has a ton of comments for information on it.&amp;nbsp; Please use at your own risk.&amp;nbsp; I took out the sections that were specific to our company.&amp;nbsp; The script is in working order as long as you provide the correct Thinapp server share locations and the Asset Management Server locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recommend Novice to Advanced Powershell understanding before working with this script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It can be used as a logon script or a double click deploy.&amp;nbsp; I prefer the double click deploy.&amp;nbsp; This way it leaves it on the users to then run it to get their new Thinapps assigned by Active Directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a User is in the proper AD groups.&amp;nbsp; The moment they run this script they will have all Thinapps installed that they have access for.&amp;nbsp; Also this will remove any trace of any Thinapp they should not have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally.&amp;nbsp; The log file is created in the %temp% directory of the users VM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy and Good Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 19:17:28 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/ThinApp/Assign-thinapps-to-view-desktops-using-powershell-powercli-or/m-p/1274963#M3135</guid>
      <dc:creator>despized2011101</dc:creator>
      <dc:date>2013-02-11T19:17:28Z</dc:date>
    </item>
  </channel>
</rss>

