Jump to content

Alex

Members
  • Posts

    107
  • Joined

  • Last visited

    Never

Posts posted by Alex

  1. Tracing can be enabled and disabled for applications with self-defense only if the device is connected using Administration Server tools(Right mouse click at device - custom tools - Remote Diagnostic).
    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. 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
  3. Hi, as far as i know, Remover does not allow an unattended execution despite to the parameter you're working with: it always requires the user's interaction. If you should remove a corporate application you can rely on the KSC uninstallation task... M
    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.
  4. Is it possible remotely launch Kavremover from KSC with a specific command about the product to uninstall? I found only login settings.
    1. Run the tool from the command line with the parameter:
    2. kavremvr.exe --password-for-uninstall:%PASSWORD% --MSIPARAM:KLLOGIN=%login%, where:
    1. %login% stands for the user name for the product)
    2. %password% stands for the password for the product
  5. 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
  6. 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.
×
×
  • Create New...