{{tag>sysadmin windows powershell uuid}} ====== Récupérer l'UUID du système via Powershell ====== Il est possible de d'afficher l'UUID du système dans Powershell via les commandes **gwmi** et **select-objet**: gwmi win32_ComputerSystemProduct | select-object -expandProperty UUID ===== Références ===== * https://www.waynehoggett.com/2009/08/get-local-computer-uuidguid-using.html