<div>I have a few branches. Each branch has its own functional structure: accounting, sales, customer service etc.<br>Computers are named: <City>-<Func>-<PC#>, for example MOW-ACC-2001, MOW-SAL-01, NYK-SAL-43, BER-CST-02</div>


<div>and ....CIT-FUN-\d\d<br>Software products are installed by a territorially and b functionally.</div>
<p>Could anyone help to implement it such as on scheme below?<br> <br><wpkg><br><host name="MOW-[ACC|SAL|CST]-\d\d " profile-id="MoscowProfile" /><br><host name="BER-[ACC|SAL|CST]-\d\d " profile-id="BerlinProfile" /></p>


<p><host name="[MOW|BER|NYK]-SAL-\d\d " profile-id="SalesApps" /><br><host name="[MOW|BER|NYK]-ACC-\d\d " profile-id="AccountingApps" /></p>
<p><host name="host2" profile-id="custom2" /><br></wpkg></p>
<p>So, I see only one solution: multiply all parameters and to support all resulting profiles. </p>
<p>For example:  [MOW|BER|NYK]x[ACC|SAL|CST] give us 9 Profiles.   Nevertheless, it is  very inconvenient solution.</p>
<p>In real life, i have got 17 branches and about 5 functionalities.</p>
<div>17x5= 85 Profiles?!  Oh, no... Please, Help to find decision!</div>
<div> </div>
<div>With regards,</div>
<div>Alexey</div>
<p> <br></p>