Feature Request - Computer Naming Convention Count

Would it be possible to alter the computer naming convention for the TokenizedComputerName to have the ## count increment regardless of the computer’s form factor? For example with the current naming convention parameters, using $FormFactorShort-## would yield results of DT-01 and LT-01 if setting up a desktop and a laptop respectively.

I’d like to have the naming convention changed to disregard the form factor when deciding what number to use for the count, so with the above example using $FormFactorShort-## would ideally result in DT-01 and LT-02.

With the current way the TokenizedComputerName works you can end up with multiple computers that all end in 01 (or whatever number).

If this is possible to change please let me know.