Jump to content

palmer

Members
  • Posts

    9
  • Joined

  • Last visited

    Never

Reputation

1 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. working fine thank you! I just need to find which is the best parameter to make sure antivirus is working...
  2. I tried the following powershell to get Antivirus services status but I only get null: $service = Start-Process -FilePath " C:\Program Files (x86)\Kaspersky Lab\Kaspersky Endpoint Security for Windows\avp.com" -ArgumentList "STATUS" $status = @{"Status" = $service.AVService} return $status | ConvertTo-Json -Compress Can anyone help me to get the correct result so I can use on intune to valiudate antivirus is working?
  3. Hello I would like to create a compliance script in intune to check if kaspersky antivirus is installed and running, if not installed or running i would like to mark the computer as not compliance and apply conditional access so the user cannot access for example email. I am attaching a link explining how this works: https://www.petervanderwoude.nl/post/working-with-custom-compliance-settings/ Can anyone help in creating that script in powershell? Thanks in advanced! Albert
  4. kaspersky cloud security center but cloud console
  5. kaspersky security center cloud, only one version availbale as far as i know
  6. there is nothing on Triggering of rules in Smart Training state, those files were on backup, i tried to restore them but they were detected again, i selected to send to kaspersky, I hope they exlude soon..
  7. I am using kaspersky security center but I do not find the way to exclude an exe file to be excluded because it has been detected as a false positive, any idea of how to do it ? I think there is a way to catalogue detected applications and exes as secure files.
×
×
  • Create New...