Find Service Tag in Windows/Linux Command Line
Run the following command in dos prompt to get the service tag of your windows system
wmic csproduct get vendor,name,identifyingnumber
For linux use the following
dmidecode -s system-serial-number
day to day learnings, problems, solutions while working as a Systems Engineer in IT industry
Comments
Post a Comment