Good day, Dear support team,
In MDT, I need to set automatic computer names on devices while they're joined to the domain, like Prefix"4digit increasing number"
In AD, I have an OU named Workstations,
Inside Workstations, I have my computers,
All computer names start with "computer" and a 4 digit number, For example, Computer0001, Computer0002 ...
Now MDT deploys the windows, how can I config it to check the last computer name in that OU and set the next available number to the newly imaged computer?
In WDS, I used Computer %04#% and it was working. but in MDT it's not working.