Hi,
Apologies for the delay around this. The project which necessitated the work had been somewhat delayed.
I've created a PowerShell form which prompts for a computer name, OU to put the machine in and a computer description. Our naming convention uses the computer serial number, so the form auto-populates with a default name. A corresponding OU is also auto-selected in our case.
To use it, download the files from https://www.dropbox.com/sh/30e6ohf73u680w7/AACdTb5mmpcvYfbfumU9HLdQa?dl=0 and place them in the same folder. If you run the PowerShell as part of the build sequence and click "OK", the values are outputted to out.csv. That CSV can then be referenced later in the build sequence with the values being used by netdom.exe, Add-Computer etc.
Hope that helps someone.
Matt