Reimaging / Duplicate Machines in Inventory
I'm getting duplicate machines in inventory as workstations are reimaged.
Is there a way to have reimaged workstations use the same kbox inventory record it had before it was reimaged?
Can the KBOX not resolve a workstation by MAC and not by KACE ID?
Thanks,
Andy Clement
Is there a way to have reimaged workstations use the same kbox inventory record it had before it was reimaged?
Can the KBOX not resolve a workstation by MAC and not by KACE ID?
Thanks,
Andy Clement
0 Comments
[ + ] Show comments
Answers (12)
Please log in to answer
Posted by:
GillySpy
13 years ago
I would inject the KUID of the existing machine record into the registry of the re-imaged machine. That way it will re-use the same record and asset rather than a duplicate and having to delete an orphaned record
Please review this:
http://www.kace.com/support/kb/index.php?action=artikel&cat=3&id=673&artlang=en
Please review this:
http://www.kace.com/support/kb/index.php?action=artikel&cat=3&id=673&artlang=en
Posted by:
Shaun_Nocera
13 years ago
Posted by:
dyehardfan
13 years ago
This is definitely one of my biggest issues with the way that re-imaging/inventory ties together. I don't mind deleting the duplicate machine (although it would be nice if it were unnecessary), but the tickets going unassigned drives me crazy.
ORIGINAL: Shaun_Nocera
I am having the same issue. When someone's hard drive dies and we re-image the workstation with the same name, Kbox give it to Inventory records. If we delete the old Machine record, Kbox changed all the helpdesk tickets assigned to that PC as "Unassigned"
Posted by:
jkatkace
13 years ago
Posted by:
kpm
12 years ago
Posted by:
AJStevens
12 years ago
Posted by:
GillySpy
12 years ago
Those tickets going unassigned create emails which can be suppressed by using
http://www.kace.com/support/kb/index.php?action=artikel&cat=8&id=794&artlang=en
If you want the machine to stay in the ticket's machine field that is not possible but you could use a rule that copies the machine name into a custom field and the custom field will not get cleared out.
frequency: on ticket save
select query:
update query:
Further: if you made the definition of the custom field a single-select list with
Then you could become a replacement for how you used machine in the past?
http://www.kace.com/support/kb/index.php?action=artikel&cat=8&id=794&artlang=en
If you want the machine to stay in the ticket's machine field that is not possible but you could use a rule that copies the machine name into a custom field and the custom field will not get cleared out.
frequency: on ticket save
select query:
select ID from HD_TICKET WHERE MACHINE_ID<>0
update query:
update HD_TICKET JOIN MACHINE ON MACHINE.ID=MACHINE_ID
SET CUSTOM_FIELD_VALUEX=MACHINE.NAME
WHERE HD_TICKET.ID =<TICKET_IDS>
Further: if you made the definition of the custom field a single-select list with
query: select NAME from MACHINE ORDER BY 1
Then you could become a replacement for how you used machine in the past?
Posted by:
GillySpy
12 years ago
Posted by:
GillySpy
12 years ago
Ok, found it. It's in a faq:
http://www.kace.com/support/kb/index.php?action=artikel&cat=2&id=1136&artlang=en
http://www.kace.com/support/kb/index.php?action=artikel&cat=2&id=1136&artlang=en
Posted by:
AJStevens
12 years ago
Posted by:
GillySpy
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.