victory2012,
Thank you for the Link, I had read this on my searches, and wasn't sure it would work. I've given it a go, and it looks like it'll work for renaming existing PCs. I have LiteTouch autojoin the Domain, and I thought the Automatic Join the Domain step would break with the existing PC name already present in AD. It rejoined the domain in my Virtual Lab setup without issue. I'll try I on physical PCs in Production as soon as I have a chance.
Once thing that changed, though, was I use the following to display the PC Name via the customsettings.ini file:
My original settings: OSDComputername=LAB-nnn-#right("%SerialNumber%",7)#
were replaced with:
UserExit=UserExit.vbs
OSDComputername=#GetOfflineComputername()#
and now %OSDComputername% in not producing the name of the Computer name as it did before:
_SMSTSOrgName=Running %TaskSequenceID% On %OSDComputername%
I've posted the question back at the URL that you provided earlier, to see if the author of that script has any suggestions on regaining that functionality.
thanks again,
Stephen