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)
Please log in to answer
Be the first to answer this question