Page 1 of 1

Retrieve the UUID of a position

Published: August 10, 2022 - 10:53
by mass
Hello,
I'm having trouble registering workstations on my WAPT server. New workstations being deployed are showing up with the same UUID.
Is it possible to retrieve a workstation's UUID using command prompt or other commands so I can use it in a script?
Thank you.

Re: Finding the UUID of a post

Published: August 23, 2022 - 6:48 PM
by dcardon
On a given machine, you can retrieve the UUID that will be used by WAPT by running `sudo apt` as administrator.

Code: Select all

wapt-get inventory > c:\out.txt
and by searching for uuid in the out.txt result.

If you have multiple machines with the same UUID, you can use the command

Code: Select all

wapt-get generate-uuid
to force a random uuid in the wapt-get.ini file.

Sincerely,

Denis