• General Command:
    • Command: WMIC Csproduct get name
    • Description: This command fetches the name of the workstation model.
    • Output Example: Model Name: HP EliteBook 840 G5
  • For LENOVO Devices:
    • Command: WMIC csproduct get version
    • Description: Lenovo devices often store their model information in the version attribute.
    • Output Example: Version: ThinkPad T480
  • Displaying in Array Mode:
    • Command: wmic csproduct list full or wmic csproduct list full /format:csv
    • Description: These commands display detailed information about the workstation in a list format. The latter command outputs the information in CSV format, which can be useful for documentation or further processing.
    • Output Example: Name=HP EliteBook 840 G5, UUID=4C4C4544-0046-4E10-8056-B8C04F4A3132, ...

0 commentaire

Laisser un commentaire

Emplacement de l’avatar

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur comment les données de vos commentaires sont utilisées.