Jump to content

baran

Members
  • Posts

    127
  • Joined

  • Last visited

Everything posted by baran

  1. hi marcos Where can I find the GUID of all products in one place? I mean it is fully provided by the eset company
  2. thanks marcos one question: Is the GUID different for each system? Or is it different for each version of the agent?
  3. Hi FRIC thank you for response , what's meaning of {GUID}? What parameters should be set?
  4. I don't understand what you mean, can you give a complete example?
  5. hi guys I have a number of Agent disconnected from the console in the local network and I want to delete them using the command line. This method is related to the agents whose password is not set, if my agents all have passwords and this The command cannot be executed. In which part can the password be placed? @echo off rem first try to start the official uninstall wmic product where name="ESET Management Agent" call uninstall /nointeractive rem manual delete of agent rem Use at your own risk sc stop EraAgentSvc sc delete EraAgentSvc del /F /S /Q "C:\Program Files\ESET\RemoteAdministrator\" del /F /S /Q "C:\ProgramData\ESET\RemoteAdministrator\" reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ESET\RemoteAdministrator\Agent /f reg delete HKEY_CLASSES_ROOT\Installer\Products\8C5B454B78C542F49B5FA2A991F9805F /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\8C5B454B78C542F49B5FA2A991F9805F /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\ /v C:\Windows\Installer\{B454B5C8-5C87-4F24-B9F5-2A9A199F08F5}\ /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\8C5B454B78C542F49B5FA2A991F9805F /f rem eset 6.5 reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B454B5C8-5C87-4F24-B9F5-2A9A199F08F5} /f rem agent ESET Management Agent 7.0.577.0 reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9BF80F33-FAA3-4F96-9CE6-ECCC808CA7BA} /F reg delete HKEY_CLASSES_ROOT\Installer\Features\8C5B454B78C542F49B5FA2A991F9805F /f reg delete HKEY_CLASSES_ROOT\Installer\UpgradeCodes\786A20824144DB1449FA500C3A98D88D /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\8C5B454B78C542F49B5FA2A991F9805F /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\UpgradeCodes\786A20824144DB1449FA500C3A98D88D /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\786A20824144DB1449FA500C3A98D88D /f reg delete HKEY_CLASSES_ROOT\Installer\Products\33F08FB93AAF69F4C96ECECC08C87AAB /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\33F08FB93AAF69F4C96ECECC08C87AAB /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\33F08FB93AAF69F4C96ECECC08C87AAB /f reg delete "HKEY_CLASSES_ROOT\Installer\Products\07F21F149AF55F34494F355BE44BEE4C" /f reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\07F21F149AF55F34494F355BE44BEE4C" /f reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\07F21F149AF55F34494F355BE44BEE4C" /f reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{41F12F70-5FA9-43F5-94F4-53B54EB4EEC4}" /f
  6. hi guys I have a number of injets disconnected from the console in the local network and I want to delete them using the command line. This method is related to the agents whose password is not set, if my agents all have passwords and this The command cannot be executed. In which part can the password be placed? @echo off rem first try to start the official uninstall wmic product where name="ESET Management Agent" call uninstall /nointeractive rem manual delete of agent rem Use at your own risk sc stop EraAgentSvc sc delete EraAgentSvc del /F /S /Q "C:\Program Files\ESET\RemoteAdministrator\" del /F /S /Q "C:\ProgramData\ESET\RemoteAdministrator\" reg delete HKEY_LOCAL_MACHINE\SOFTWARE\ESET\RemoteAdministrator\Agent /f reg delete HKEY_CLASSES_ROOT\Installer\Products\8C5B454B78C542F49B5FA2A991F9805F /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\8C5B454B78C542F49B5FA2A991F9805F /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\Folders\ /v C:\Windows\Installer\{B454B5C8-5C87-4F24-B9F5-2A9A199F08F5}\ /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\8C5B454B78C542F49B5FA2A991F9805F /f rem eset 6.5 reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B454B5C8-5C87-4F24-B9F5-2A9A199F08F5} /f rem agent ESET Management Agent 7.0.577.0 reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{9BF80F33-FAA3-4F96-9CE6-ECCC808CA7BA} /F reg delete HKEY_CLASSES_ROOT\Installer\Features\8C5B454B78C542F49B5FA2A991F9805F /f reg delete HKEY_CLASSES_ROOT\Installer\UpgradeCodes\786A20824144DB1449FA500C3A98D88D /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Features\8C5B454B78C542F49B5FA2A991F9805F /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\UpgradeCodes\786A20824144DB1449FA500C3A98D88D /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UpgradeCodes\786A20824144DB1449FA500C3A98D88D /f reg delete HKEY_CLASSES_ROOT\Installer\Products\33F08FB93AAF69F4C96ECECC08C87AAB /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\33F08FB93AAF69F4C96ECECC08C87AAB /f reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\33F08FB93AAF69F4C96ECECC08C87AAB /f reg delete "HKEY_CLASSES_ROOT\Installer\Products\07F21F149AF55F34494F355BE44BEE4C" /f reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\07F21F149AF55F34494F355BE44BEE4C" /f reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\07F21F149AF55F34494F355BE44BEE4C" /f reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{41F12F70-5FA9-43F5-94F4-53B54EB4EEC4}" /f
  7. How to restore 1400 servers to the date before December 7th and upgrade to version 10? Is it possible? Fix this problem so that it can easily upgrade to version 10. Please
  8. this is log report ESETSECAUTH_LOGS_20231205_110040.zip
  9. hi guys Am I facing this error during installation? what is the problem ? Java has been installed according to the instructions
  10. hi guys I have purchased an elite license. Can I use vulnerability management only on the cloud version? Is it possible to use it on the version of console protector?(Eset protect 10.1 On-premise)
  11. thank you for responding If I forgot the password, is it possible to change the password?(Certificate Authority password)
  12. hi guys i have a virtual app eset protect ver 10.1 and i'm installing eset inspect 1.12 what's problem ?(during install )
  13. hi guys how can i block add -on browsers chrome,edge mozila ,brave ,.....? I am going to block browser stores. thank you
  14. i got it ,The problem was because the agent was not updated to version 10.1 When the console is upgraded to version 10.1, all clients that are versions other than 10.1 have this problem, and by upgrading to version 10.1 agent, all problems are solved.
  15. No changes are made on the firewall. Windows policy changes are turned off and firewall management is done with eset.
  16. hi marcoos please help me eset endpoints security are 10.0.2045.0 and Eset protect is 10.0.1128.0 When the firewall rules are changed, they are not applied to the client and the changes are not the same as the console policy. This problem only occurs in the firewall section and changes are made in other modules. Even by turning off the firewall on the policy and saving the policy on the console, changes are not made on the client and the firewall is not turned off either.Another policy, if it is applied, all sections except the firewall will be changed in such a way that the cache remains and does not accept any changes.
  17. Is it necessary to open port 3128 to install the agent?(ٍٍُ ESET PROTECT V 10.1 )
  18. The user and password have been checked several times and they are correct. The other user was also checked and the problem continues.
  19. The problem was solved by upgrading to the new version.😄
  20. hi guys what's happened? ports 2222 , 2223 are open , permisions =administrator By installing msi and exe, the client does not become a member of the console. The network connection is established and the certificates are not revoked.
  21. hi guys I log in with administrator access and have the highest level of access, but I keep getting this message and it doesn't allow me to work on the console. What could be the problem? thanks
  22. Why is this option not available in policies? If there is help on the site and the path is specified
×
×
  • Create New...