Jump to content

Simone

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by Simone

  1. i can’t do it from ksc becouse we had two workspace and  we bought the licenses on the other area.

    Before your contribution, I had thought abaut uninstall and install kes on 30 pcs via ansible with this bat.

    Thank

    @echo off 
    echo.
    echo.
    echo COPYING SETUP FILES... ... .. .
    copy \\share\Kaspersky_11.6.0.394.exe C:\
    echo.
    echo.
    echo.
    echo Uninstall Kasperky endpoint security 11.6.0.394
    msiexec /x {7EC66A9F-0A49-4DC0-A9E8-460333EA8013} KLLOGIN=*** KLPASSWD=*** /qn
    echo.
    echo Uninstall Kasperky endpoint security 11.5.0.590
    msiexec /x {*****-99E3-4F01-B31C-*****} KLLOGIN=*** KLPASSWD=**** /qn
    echo.
    echo.
    echo. Uninstall Kaspersky Security Center Network Agent 13.0.0.11247
    msiexec /x {******-88AB-45E1-A6E6-*****} /qn
    echo.
    echo.
    echo. Uninstall Kaspersky Security Center Network Agent 12.0.1.289
    msiexec /x {*****-45E1-A6E6-*****} /qn
    echo.
    echo.
    echo.
    echo.
    echo.
    echo.
    echo Install AND CONFIGURING ........
    C:\Kaspersky_11.6.0.394.exe /s
    echo.
    echo.
    echo.
    echo CLEANING UP .. .. .
    del C:\Kaspersky_11.6.0.394.exe
    echo.
    echo.
    echo FINISHED!

     

×
×
  • Create New...