/build/static/layout/Breadcrumb_cap_w.png

KACE Agent

I have a number of devices with older KACE agents on them < 5.4.  Some don't seem to be reporting in to KACE.

If I deploy the new agent via GPO will it uninstall the old version?  I'd think not... 

Is there an easier better way to deploy the new version to everyone in the organization?  I thought about a script that goes something like this:

if not exist c:\temp\MSDEKACE.log goto :remover

goto end

:remover

mkdir c:\temp

MsiExec.exe /X{5067EC6E-3349-42E1-8C4B-7195CD11C8AB}  /qn

MsiExec.exe /X{B2EAC5C3-B13A-4DCD-89A3-A45502614000}  /qn

MsiExec.exe /X{01149449-7C06-4F41-AF11-7C5E2D4F1EF2}  /qn

MsiExec.exe /X{C80E28A9-0620-48D7-A015-099636FA6FCB}  /qn

REM This line below is for KACE agent version 6.3 removal
REM MsiExec.exe /X{1E55EB31-AD3C-4AB3-8FF0-ECCC96CD276E}  /qn

echo script ran %Date% %Time% > c:\temp\MSDEKACE.log

shutdown /r /c  "MSDE software removed requires a reboot"

:end
echo nothing to do >> c:\temp\MSDEKACE.log 


Does anyone have any ideas?

0 Comments   [ + ] Show comments

Answers (0)

Be the first to answer this question

 
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