Open pLeXwithFleX opened 10 months ago
is this enough to detect duplicate VMs ? I have checked for VMware is good, except if someone manually will not copy configs, but how about other virtualizations?
@gonchik I've left this comment to see if @pLeXwithFleX had responded.
I wanted to clarify that this is a request for this feature to be added. The Chocolatey Team haven't looked into this as yet. So we're not ignoring you, we cannot provide an answer to your question.
Checklist
Is Your Feature Request Related To A Problem? Please describe.
When a computer is reinstalling, the central management generates a duplicated computer object. This has a negative impact for used licenses and you have always to cleanup the computer objects.
Describe The Solution. Why is it needed?
The chocolatey agent could determine the SMBIOS GUID with powershell and the central management could use this to identify a computer object. It should link the fresh installed system to the existing computer object and replace the installed software list.
Additional Context
The SMBIOS GUID is the unique ID for a computer system. All business related manufacturers are using this UUID to identify a computer for management solutions like SCCM.
You can get the the SMBIOD GUID with cmd: wmic path win32_computersystemproduct get uuid
powershell: get-wmiobject Win32_ComputerSystemProduct | Select-Object -ExpandProperty UUID
Related Issues
No response