baramine44 Posted April 9, 2013 Report post Posted April 9, 2013 Hello all, I use this script during my OSD deployment for prompt the computer name : set env = CreateObject("Microsoft.SMS.TSEnvironment") env("OSDComputerName") = env("_SMSTSMachineName") If InStr(1,env("OSDComputerName"),"MININT",1) then Name = inputbox("Computername" ,"Computername:",env("OSDComputerName"),400,0) env("OSDComputerName") = Name env("ComputerName") = Name env("HostName") = Name End If That's work perfectly but if the computer is already know in SCCM database, this script re-uses the name ... is there a way to modify that ? I want the pop-up always appear .. Thanks you Quote Share this post Link to post Share on other sites More sharing options...