Jump to content

Egor Erastov

Kaspersky Employee
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Egor Erastov

  1. If KSC shows update errors, console freezing or is inaccessible after installing on Microsoft SQL Server 2019 and there are database errors in the event log, then these issues are caused by a bug in Microsoft SQL server. To fix this, install the latest cumulative update from Microsoft: https://learn.microsoft.com/en-us/troubleshoot/sql/releases/download-and-install-latest-updates, or run the script from KSC Online Help: https://support.kaspersky.com/ksc/14.2/92403

    • Like 1
  2. Hello, 

    Powerhell has a Start-Process command that allows to run a process as a different user, in this case it can be used in a batch script like this:

    cd "C:\Program Files (x86)\Kaspersky Lab\NetworkAgent\"
    powershell -Command "Start-Process powershell '-Command echo <password>|.\klmover.exe -address <address>' -Verb RunAs"

    But if it is run as a scheduled task in a group policy, it would be better to set the task to run as a user with administrator privileges and set it to run with highest privileges

    • Like 1
×
×
  • Create New...