/build/static/layout/Breadcrumb_cap_w.png

Report Showing Computer Name Change

I am looking to create a report that would alert me of a change to a computers 'Computer Name' or as it is referred to in KACE 'Name'. Any suggestions would be greatly appreciated!


0 Comments   [ + ] Show comments

Answers (2)

Posted by: brucegoose03 8 years ago
5th Degree Black Belt
1
Definitely could be done looking at Asset History. Let me see if i can whip something up

Comments:
Posted by: brucegoose03 8 years ago
5th Degree Black Belt
1
Try something like this as  MySQL report:

select concat(ASSET_HISTORY.VALUE1,' to ',ASSET_HISTORY.VALUE2) As 'Change Value', ASSET_HISTORY.NAME, ASSET_HISTORY.TIME from ASSET_HISTORY where
ASSET_HISTORY.NAME Like 'WIN7%' and
    CHANGE_TYPE = 'Modification' and
    FIELD_NAME = 'Name';

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