GithubHelp home page GithubHelp logo

zbx-sadman / ksc Goto Github PK

View Code? Open in Web Editor NEW
12.0 12.0 18.0 44 KB

Kaspersky Security Center monitoring helper

License: GNU General Public License v3.0

PowerShell 100.00%
kaspersky kaspersky-security-center zabbix

ksc's People

Contributors

atao avatar sanakess avatar zbx-sadman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ksc's Issues

ERROR 0x4E7 - Transport level error while connecting to http://localhost:13291: general error 0x4E7

Hi, Sadman.

I am logged into my KSC Server and cant perform the basic tests with your script. Check below the test performed:

PS C:\zabbix\scripts> .\ksc.ps1 -Verbose -ServerAddress localhost:13291
MODO DETALHADO: 06/14/2018 11:15:57 Connecting to Kaspersky Security Center on localhost:13291
AVISO: Connection Error (Exceção ao chamar "Connect" com "1" argumento(s): "Transport level error while connecting to
http://localhost:13291: general error 0x4E7")

In the script file, I've added the information below:

Line 143 - Set-Variable -Option Constant -Name "DefaultAdmServerLocation" -Value "localhost:13291"
Line 352-353-354 - KSC access information.

Do I need any more information to connect the script?

Connection Error (Exception when calling "Connect" with "1" argument: "System error 0x8009030E (No credentials available in the security package)")

Hi,
i try your script and if i well understand i change the value:
if (-Not [string]::IsNullorEmpty($Username)) { $SrvConnectionProps.Add('myuse' , $Username); }
if (-Not [string]::IsNullorEmpty($Userpass)) { $SrvConnectionProps.Add('mypass' , $Userpass); }
if (-Not [string]::IsNullorEmpty($UserDomain)) { $SrvConnectionProps.Add('mydomain.local' , $UserDomain); }

but if i run the powershell command i get this error output

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.