Jump to content

Kaneda740

Members
  • Posts

    1
  • Joined

  • Last visited

Kudos

  1. Upvote
    Kaneda740 gave kudos to Ben Partouche in Reboot after update product   
    i wrote a little Powershell fonction
    function PendingRebootEset(){ $EsetFolder = "C:\Program Files\ESET\ESET Security\" $TestEsetFolder = Test-Path $EsetFolder if ($TestEsetFolder -eq $true){ cd $EsetFolder $Reboot = cmd.exe /c ermm get protection-status if ($reboot -match "Device restart required"){ return $true }else{ $false } } } Regards
  2. Upvote
    Kaneda740 received kudos from j-gray in ESET blocking RDP on random clients   
    Hi,
    The same it's happening in the domain that I work in everyday. Those computers or virtual machines in which Windows 11 is being installed are inaccesible through Remote Desktop connections after installing Eset Endpoint Antivirus on them. On the client side of EEA, it can be seen those blocked RDP incoming connections under Setup --> Network --> "Resolve Blocked Communication" section. Sorry for not having a solution yet, I am trying to find one. I just wanted to inform that there are more cases with the same situation.

     

×
×
  • Create New...