<?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 Automated Pool Naming Scheme Question in Horizon Desktops and Apps</title>
    <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Automated-Pool-Naming-Scheme-Question/m-p/1849456#M85188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a way when setting up an Automated Full Desktop Pool, when doing the naming scheme, to start at a number other than 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I'd like to start my pool at DEPT-W10-V4 due to V1 - V3 being used already for some testing and still in use.&amp;nbsp; I'd like to keep the naming convention the same as the other VMs in our system which is always DEPT-W10-V#.&amp;nbsp; I know I could do DEPT-W10-V01 but that will get confusing with the already existing V1, so dont wanna go that route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know if this is possible, but wanted to ask before I spin up this pool and have to find some scheme to match the rest.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Feb 2020 17:30:02 GMT</pubDate>
    <dc:creator>BrianPitt</dc:creator>
    <dc:date>2020-02-01T17:30:02Z</dc:date>
    <item>
      <title>Automated Pool Naming Scheme Question</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Automated-Pool-Naming-Scheme-Question/m-p/1849456#M85188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a way when setting up an Automated Full Desktop Pool, when doing the naming scheme, to start at a number other than 1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I'd like to start my pool at DEPT-W10-V4 due to V1 - V3 being used already for some testing and still in use.&amp;nbsp; I'd like to keep the naming convention the same as the other VMs in our system which is always DEPT-W10-V#.&amp;nbsp; I know I could do DEPT-W10-V01 but that will get confusing with the already existing V1, so dont wanna go that route.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont know if this is possible, but wanted to ask before I spin up this pool and have to find some scheme to match the rest.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2020 17:30:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Automated-Pool-Naming-Scheme-Question/m-p/1849456#M85188</guid>
      <dc:creator>BrianPitt</dc:creator>
      <dc:date>2020-02-01T17:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Pool Naming Scheme Question</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Automated-Pool-Naming-Scheme-Question/m-p/1849457#M85189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know this isn't possible. According to the documentation these are your options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p" style="margin-top: 1rem; margin-bottom: 1rem;"&gt;You can place the automatically generated number anywhere else in the name by using a token. When you type the pool name, type &lt;KBD class="ph userinput vm-code-block prettyprint" style="font-size: 13px; padding: 2px 4px; color: #333333; background-color: #f5f5f5; font-weight: bold;"&gt;n&lt;/KBD&gt; surrounded by curly brackets to designate the token.&lt;/P&gt;&lt;P class="p" style="margin-top: 1rem; margin-bottom: 1rem;"&gt;For example: &lt;KBD class="ph userinput vm-code-block prettyprint" style="font-size: 13px; padding: 2px 4px; color: #333333; background-color: #f5f5f5; font-weight: bold;"&gt;amber-{n}-desktop&lt;/KBD&gt;&lt;/P&gt;&lt;P class="p" style="margin-top: 1rem; margin-bottom: 1rem;"&gt;When a machine is created, &lt;SPAN class="ph productname"&gt;Horizon 7&lt;/SPAN&gt; replaces &lt;KBD class="ph userinput vm-code-block prettyprint" style="font-size: 13px; padding: 2px 4px; color: #333333; background-color: #f5f5f5; font-weight: bold;"&gt;{n}&lt;/KBD&gt; with a unique number.&lt;/P&gt;&lt;P class="p" style="margin-top: 1rem; margin-bottom: 1rem;"&gt;You can generate a fixed-length token by typing &lt;KBD class="ph userinput vm-code-block prettyprint" style="font-size: 13px; padding: 2px 4px; color: #333333; background-color: #f5f5f5; font-weight: bold;"&gt;{n:fixed=&lt;VAR class="keyword varname"&gt;number of digits&lt;/VAR&gt;}&lt;/KBD&gt;.&lt;/P&gt;&lt;P class="p" style="margin-top: 1rem; margin-bottom: 1rem;"&gt;&lt;SPAN class="ph productname"&gt;Horizon 7&lt;/SPAN&gt; replaces the token with numbers containing the specified number of digits.&lt;/P&gt;&lt;P class="p" style="margin-top: 1rem; margin-bottom: 1rem;"&gt;For example, if you type &lt;KBD class="ph userinput vm-code-block prettyprint" style="font-size: 13px; padding: 2px 4px; color: #333333; background-color: #f5f5f5; font-weight: bold;"&gt;amber-{n:fixed=3}&lt;/KBD&gt;, &lt;SPAN class="ph productname"&gt;Horizon 7&lt;/SPAN&gt; replaces &lt;KBD class="ph userinput vm-code-block prettyprint" style="font-size: 13px; padding: 2px 4px; color: #333333; background-color: #f5f5f5; font-weight: bold;"&gt;{n:fixed=3}&lt;/KBD&gt; with a three-digit number and creates these machine names: &lt;KBD class="ph userinput vm-code-block prettyprint" style="font-size: 13px; padding: 2px 4px; color: #333333; background-color: #f5f5f5; font-weight: bold;"&gt;amber-001&lt;/KBD&gt;, &lt;KBD class="ph userinput vm-code-block prettyprint" style="font-size: 13px; padding: 2px 4px; color: #333333; background-color: #f5f5f5; font-weight: bold;"&gt;amber-002&lt;/KBD&gt;, &lt;KBD class="ph userinput vm-code-block prettyprint" style="font-size: 13px; padding: 2px 4px; color: #333333; background-color: #f5f5f5; font-weight: bold;"&gt;amber-003&lt;/KBD&gt;, and so on.&lt;/P&gt;&lt;H2 class="title sectiontitle" style="margin-top: 1em; font-family: inherit; color: #000000; font-size: 1.17em;"&gt;Length of the Naming Pattern When You Use a Fixed-Length Token&lt;/H2&gt;&lt;P class="p" style="margin-top: 1rem; margin-bottom: 1rem;"&gt;Names that contain fixed-length tokens have a 15-character limit, including your naming pattern and the number of digits in the token.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 08:37:18 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Automated-Pool-Naming-Scheme-Question/m-p/1849457#M85189</guid>
      <dc:creator>RoderikdeBlock</dc:creator>
      <dc:date>2020-02-03T08:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Automated Pool Naming Scheme Question</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Automated-Pool-Naming-Scheme-Question/m-p/1849458#M85190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, that was my thought that it wasnt possible as well...VMWare should add that option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2020 21:58:04 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Automated-Pool-Naming-Scheme-Question/m-p/1849458#M85190</guid>
      <dc:creator>BrianPitt</dc:creator>
      <dc:date>2020-02-03T21:58:04Z</dc:date>
    </item>
  </channel>
</rss>

