lphooper03 Posted March 3, 2016 Report Share Posted March 3, 2016 When creating a custom answer file I specify that the new computer name should be created by reading the WMI property. This is the query is uses: SELECT SMBIOSAssetTag FROM Win32_SystemEnclosure However, one the image completes, it has been adding a 'D' to the service tag. I.e. Service Tag is ABC1234 it will turn it into DABC1234 What can be done to resolve this? Link to comment Share on other sites More sharing options...
SmartDeploySupport Posted March 3, 2016 Report Share Posted March 3, 2016 Hello, In order to pull the Dell Service tag for naming the computers please perform the following: · Boot to your boot environment (SmartPE) · Click “Deploy an image” · Click “Advanced” · Click “Identification” Tab · Click “User the following naming method” · Select “Read from WMI property” · Delete the whole default SMBIOSAssetTag string and add the following instead: SELECT SerialNumber FROM Win32_SystemEnclosure Thanks, SmartDeploy Support Link to comment Share on other sites More sharing options...
lphooper03 Posted March 3, 2016 Author Report Share Posted March 3, 2016 Thanks for the info. Further into the answer file, why does it still ask me to enter in a computer name when adding it to the domain? Does it matter what I put in this field or will the WMI query override this information? Link to comment Share on other sites More sharing options...
sta4402 Posted March 3, 2016 Report Share Posted March 3, 2016 Good question. We are having same issue. I need a unique name xxxx-Assettag. However, when creating the unattended\attended file, it hard-codes the computer name that i put in while creating the answer file!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now