/build/static/layout/Breadcrumb_cap_w.png

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

0 Comments   [ + ] Show comments

Answers (12)

Posted by: GillySpy 13 years ago
7th Degree Black Belt
1
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
Posted by: Shaun_Nocera 13 years ago
Senior Yellow Belt
0
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: dyehardfan 13 years ago
Second Degree Blue Belt
0
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
Purple Belt
0
It's definitely something we're looking at for a future release. Please vote for it on kace.uservoice.com!
Posted by: kpm 12 years ago
Yellow Belt
0
ORIGINAL: jkatkace

It's definitely something we're looking at for a future release.  Please vote for it on kace.uservoice.com!

kace.uservoice.com

Is there an existing request? If so, could you please provide a link? Thanks!
Posted by: AJStevens 12 years ago
Senior Purple Belt
0
GillySpy

Is the KUID located in Local machine, Software, KACE in the registry?

MachineId I expect? Or is it worth just taking all values in the KACE key?

Should I inject it before or after the agent install on the re-imaged PC?
Posted by: GillySpy 12 years ago
7th Degree Black Belt
0
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:

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
7th Degree Black Belt
0
you only need to take the MachineID. You inject it after the agent install. Are you using a K2000? They have a post-install script /task for this that you could leverage
Posted by: AJStevens 12 years ago
Senior Purple Belt
0
GillySpy, yes using a K2000, cheers.
Posted by: AJStevens 12 years ago
Senior Purple Belt
0
Wow, nice GillySpy.

Ah, I can't download it without a username and password ?
Posted by: GillySpy 12 years ago
7th Degree Black Belt
0
It looks like those attachments were put into the downloads section. Please use your support.kace.com credentials to download them.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ