Posted
over 6 years ago
Create a .vbs file called getcomputername.vbs or something like that. Add these commands to the file:
set env = CreateObject("Microsoft.SMS.TSEnvironment")
Name = inputbox("Enter the name for the new computer" ,"Prompt for Computer Name:",env...