Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong UUID is shown at Agent #3

Closed
networker01 opened this issue Sep 7, 2015 · 1 comment
Closed

Wrong UUID is shown at Agent #3

networker01 opened this issue Sep 7, 2015 · 1 comment

Comments

@networker01
Copy link

Hello!

On an Inventoried Computer (Windows Server 2008 R2 Enterprise SP1), i have installed OCS-Agent 2.1.0.3. When i check the Hardware-UUID (at cmd: wmic PATH Win32_ComputerSystemProduct get uuid), i get this output:

UUID
0D977C6C-FA6C-27E6-6CFA-E6277070170E

Buth when i tell OCS-Agent to show me the Inventory-Information (OCSInventory.xml), the UUID is:

6C7C970D-6CFA-E627-6CFA-E6277070170E

You see, the first 3 parts of the UUID are shuffled around.

At the OCS-Server 2.1.1, the transmitted UUID is also:

6C7C970D-6CFA-E627-6CFA-E6277070170E

Can you fix this problem? Do you need further information?

Feature Request:

Maybe it could be a good solution, when you take the Windows-UUID to identify the Computer on Windows Systems. You can find it here:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography

MachineGuid

@dliroulet
Copy link

Hi.

Do you have VMware, Xen or VirtualBox VM ? Could you check if OCS UUID is the same the one used in those tools ?

WMI UUID as the first bytes in wrong order to link UUID with Hypervisor UUID. That's why we use Hypervisor UUID order, and not WMI order.

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants