Jump to content

Ahmed Sallam

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Good Afternoon Colleagues I hope you are doing well . I am trying to use Active Directory to install Kaspersky Endpoint Security for windows using the script and the method in the below document : https://support.kaspersky.com/Cloud/1.0/en-US/147138.htm Below is my script set SHARE_PATH=\\192.168.1.238\klshare set PACKAGE_NAME=installer.exe set __KESCLOUD_ROOT_KEY="HKLM\Software\KasperskyLab\KESCloud" set __KESCLOUD_KEY_NAME="12.4.0" set __KESCLOUD_PACKAGE_FULL_PATH="%SHARE_PATH%\%PACKAGE_NAME%" set __KESCLOUD_PACKAGE_ARGUMENTS=-s REG QUERY %__KESCLOUD_ROOT_KEY% /v %__KESCLOUD_KEY_NAME% | FIND "0x1" IF %ERRORLEVEL% == 1 GOTO INSTALL GOTO END :INSTALL REG ADD %__KESCLOUD_ROOT_KEY% /v %__KESCLOUD_KEY_NAME% /t REG_DWORD /f /D 1 %__KESCLOUD_PACKAGE_FULL_PATH% %__KESCLOUD_PACKAGE_ARGUMENTS% :END After applying the method in the above document , I restart the client computer , I expect that Kaspersky Endpoint Security for windows installation will begin and finalize but nothing happen. So kindly advice. Best Regards Best Regards
×
×
  • Create New...