Jump to content

ElJuan

Members
  • Posts

    18
  • Joined

  • Last visited

Posts posted by ElJuan

  1.  

    I know you can create MST transform and deploy through GPO or SCCM.

    But if you dont have network with AD it can some trouble,

    Anyway deployment with pstools its a good idea, thanks !

    But, i missed offline package installation from ERA 5

     

     

     

    This script contains 2 file agentcfg.ini and executable file.

    [Config]
    EndpointURL_32bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt32_enu.msi"
    EndpointURL_64bit="hxxp://192.168.186.1/ENDPOINT/v6/eea_nt64_enu.msi"
    AgentURL_32bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x86.msi"
    AgentURL_64bit="hxxp://192.168.186.1/ERA/Standalone/Agent/Windows/Agent-6.1.444.0_x64.msi"
    HostnameServer="192.168.186.1"
    ERAPort="2222"
    AgentCert="Your BaseCode64 Agent Certificate"
    CACert="Your BaseCode64 Authority Certificate"
    

    Edit and change according to your server configuration.

     

    attachicon.gifv6-einstaller.png

     

    Maybe this trick can helping sysadmin for deployment ESET more easier.

     

    Notes : you must compile using autoit for get executable file

     

    hello

    it is not necessary AD for use Transform file and deploy.

     

    and thanks for sharing your scripts :)

  2. Hi,

     

    I have spent a lot time doing a thousand of different ways to deploy the endpoint, and I found that the smoothest and efficient way is firstly remove the old enpoints, in my scenario the clients computers have ESET smart security version 4 & ESET nod32 Antivirus version 4 installed, you can remove the endpoint in a massive way with pstools deploying the following script (example):

     

    start /wait "" msiexec /x \\servername\ESET\SmartSecurity\essbe_nt64_enu.msi /qn /li "C:\%computername%_gp-secx64.log"

     

    and yes,, if necessary the reboot to complete the uninstallation. :(

     

    (also I see other comments that if you have eset endpoint 5 the upgrade must work with the single instruction msiexec /x)

     

    another way...  I have create a gpolicy in active directory, and in the scripts of shutdown options I configured the uninstaller command, then and same policy configure the software installation with the MSI + the MST files.  so the client computer during the shutdown process must remove the old endpoint and during the start up process must install the new endpoint. (actually this is the process that is working better).

    ......

     

    hope this can help

  3. There is "Export Managed Products Configuration" client task that you can run on whole group if you want. You can also select that you want configuration from only Security Product (EES/EEA).

    Hello, could you explain a bit more about how "Export Managed Products Configuration" client task works ?

    Is this task force to push the configuration to the target pc? If yes, How do you specify what configuration push?

    I have had some issues when clients that not refresh firewall rules, so for me , the quickier solution is remove and re-deploy the agent + endpoint.

  4. Thanks for share,

    I had to find another way to deploy instead of ERAS console too. :(

    I just create an exe file with winrar and put inside an small script with the following instructions:

    start /wait " " msiexec /i \\fileserver\sharename\agent.msi /qn TRANSFORMS=\\fileserver\sharename\agent.mst /li c:\agent.log

    start /wait " " msiexec /i \\fileserver\sharename\endpoint.msi /qn /li c:\endpoint.log

    Now you can deploy the exe (or the batch file) with pstools.

    I have made successfully deployments with tools like: pstools, Active Directory-GPolicy and Lansweeper.

    Note. In the ERAS guide you can find how to create the transform file.

    Hope this can help.

  5. Shawkins.

     

    I have experimented almost the same issues that you have.

    and I have spent a lot of time resolving issue by issue, that I would like to share.

     

    because my scenario is that we have a classic Squid Proxy for the Internet access, the activation issue was solved adding the following lines in the httpd.conf of the apache server configuration from the ERAS Server :

     

    ProxyRequests On

    ProxyVia On
    ProxyRemote * hxxp://squidserverhostname:3128

     

    This was successful tested in Windows & Virtual Appliance (Linux Centos 6)

     

    also make sure you have this PC client configuration in Advanced setup/Tools/Proxy:

    Proxy server = use proxy server enabled

    Proxy server = hxxp://erasserverhostname

    Port = 3128

     

    you can create an Eset Securty Product Policy to push the above config.

    This configuration may solve the update definitions issues.

     

    I would like to hear if this can help.

    regards.

     

     

    post-7227-0-86878600-1432920189_thumb.png

    post-7227-0-59316000-1432920192_thumb.png

  6. Hello.
    Where I can find the steps to deploy the OVA from vmware vcenter (using vsphere web client)?
    During the wizard there are some fields to fill. (About connect the eras proxy with the eras server)
    Also I would like to know the best practices so the clients computers have redundancy in case 1 eras is down.

    I really appreciate any help

    See the attached.

    post-7227-0-57195700-1432917017_thumb.png

  7. Hello,

    In my scenario, I have PCs with eset smart security 4 and was not necesary to apply the AVRemover...EXE file.

    I just apply the following command for make the upgrade to eset endpoint security version 6.

    msiexec /i "\\servername\sharefolder\\eset_endpoint_security.msi" /qb! REBOOT="ReallySuppress"

    Note. Remove the password that open endpoint ver 4 in case is configured before apply the command msiexec .....

    Hope this can help.

×
×
  • Create New...