Jump to content

Alex

Members
  • Posts

    107
  • Joined

  • Last visited

    Never

Everything posted by Alex

  1. Just to be sure, can I launch tracing from custom tools and in the mean time take Procmon logs without change Self Defense on KSC policy? I had some issue after policy change so I'd avoid to change it.
  2. Therefore is it possible to launch a ps1 file or the command must be directly write on the field? Thanks in advance
  3. PS: these commands don't require administrator privileges
  4. Hi, Is it possible to remotely execute powershell commands from KSC custom tools? I found this topic but it didn't help me: https://forum.kaspersky.com/index.php?app=forums&module=forums&controller=topic&id=382442&tab=comments#comment-2751988 I need to launch some powershell commands, for example a software list like this: Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize > D:\swlist.txt Other example, pending updates. $update = new-object -com Microsoft.update.Session $searcher = $update.CreateUpdateSearcher() $pending = $searcher.Search("IsInstalled=0") foreach($entry in $pending.Updates) { Write-host "Title: " $entry.Title Write-host "Downloaded? " $entry.IsDownloaded Write-host "Description: " $entry.Description foreach($category in $entry.Categories) { Write-host "Category: " $category.Name } Write-host " " } Thank you
  5. Hi Nikolay, Is it possible do it without disable self defense setting on KSC policy?
  6. Hi, Sure I know it but to solve a particular issue that I'm facing (conflict between KES and sound drivers) the only way is to perform the removal with Kavremover so I'm wondering if I can remotely do that.
  7. Is it possible remotely launch Kavremover from KSC with a specific command about the product to uninstall? I found only login settings. Run the tool from the command line with the parameter: kavremvr.exe --password-for-uninstall:%PASSWORD% --MSIPARAM:KLLOGIN=%login%, where: %login% stands for the user name for the product) %password% stands for the password for the product
  8. Hi, I would know if Kaspersky support accept KES traces taken from KSC remote diagnostics. I had an open ticket related to a spread issue between KES and sound drivers and they asked me to provide KES traces.
  9. Hi, I have to take logs and KES traces as required from the support but Procmon logs are 6.5GB so it's not possible to manage them!! There is a way to reduce logs size? Do you have any suggestion about it? Thanks
  10. I discovered the best way, is from report, Kaspersky Lab software version report, select KSC server and check column: Updates installed
  11. Any news Nikolay? Now the column above is populated but it's not possible view threats within client.
  12. Hi all, After server restart patch warning disappeared but where can I view if it has been properly installed? Under server properties I see only 11.0.0.1131.
  13. Hi, I see this event on every laptop (KES 11.1.0.15919 or 11.1.1.126) and I'd understand the reason. It says "Component not supported by license", is it possible? Our license is: Kaspersky Endpoint Security for Business - Select European Edition. XXX Node 1 year Renewal License: Kaspersky Security for WS and FS Event type: Task cannot be performed Application\Name: Kaspersky Endpoint Security for Windows User: XXXXXXXXXXXXXX (Active user) Component: Adaptive Anomaly Control Result\Description: Cannot start task Object: Adaptive Anomaly Control Object\Type: Subsystem Object\Name: Adaptive Anomaly Control Reason: Component not supported by license
  14. I agree with you FrankB, the problem is that currently I cannot restart our DC server.
  15. I discovered this event. Do you know if patch A installation require server restart? Installation of updates 'patch_11_0_0_1131_server_a..exe' for software modules of '1093' has returned an error: Need reboot flag is set.
  16. Nikolay I followed that article but I didn't solve. It seems all properly configured but the update still remains pending
  17. Hi, The support sent to me patches for KES 11 (90 and 15919), I've created related packages with command line EULA=1 /qn. I've created related tasks but every time I receive the following error as the command line is not present. Remote installation has been completed with an error on this device. To install the application, you must accept the Privacy Policy.
  18. Hi Alex, Thank for your suggestion, the KES client was back to normal. Once again, thank you very much. perfect, so you can choose best answer :D
  19. We have 10 different licenses, I searched for System management but I didn't find it
  20. I'll start by saying that I've never installed KSC patches but the message still appears on the home and the update is reported as approved and to be installed (download mode automatic). Installation status of the patch is: assigned
  21. Where can i verify it? We have others servers that are working fine.
×
×
  • Create New...