24/09/2025 VM WINDOWS 11 B VM Windows 11 Sur ma VM W11, c’est marqué, installé le 21 septembre Pourtant, la règle qui s’applique et qui marche sur EPA est < 16 jours (qui s’incrémente). La première fois que je l’ai installé était le 10 septembre mais j’ai désinstallé pour tester…
https://support.citrix.com/external/article/219293/netscaler-gateway-epa-scan-fails-when-ch.html
$ErrorActionPreference = « silentlycontinue » $lastPath = « » $pathColor = « Green » $fileNameColor = « Cyan » Get-ChildItem -Path « C:\ » -Recurse -File | Where-Object {$_.LastWriteTime -gt (Get-Date).AddMonths(-3)} | Sort-Object LastWriteTime -Descending | ForEach-Object { $currentPath = Split-Path $_.FullName -Parent $fileName = Split-Path $_.FullName -Leaf $modificationDate = $_.LastWriteTime.ToString(« yyyy-MM-dd HH:mm ») if ($currentPath -ne $lastPath) { $lastPath =…
tail -f /var/log/ns.log | GREP_COLOR=’1;31′ grep –color=always ‘CaseID.*’ sys.client_expr(« sys_0_WIN-UPDATE_SCAN-TIME-SEC_<_8[COMMENT: Windows Update] ») FIREWALL sys.client_expr(« app_0_FIREWALL_0_0_ENABLED_==_TRUE[COMMENT: Generic Firewall Product Scan] ») bitlocker sys.client_expr(« sys_0_REG_PATH_==_HKEY\\\\_LOCAL\\\\_MACHINE\\\\\\\\SYSTEM\\\\\\\\CurrentControlSet\\\\\\\\Control\\\\\\\\BitlockerStatus\\\\\\\\BootStatus_VALUE_==_1[COMMENT: Registry] ») EDR MDE MsSense.exe (Microsoft Defender for Endpoint Sensor) Rôle : C’est le capteur EDR (Endpoint Detection and Response) https://learn.microsoft.com/fr-fr/defender-endpoint/microsoft-defender-antivirus-windows ANTIVIRUS real time MsMpEng.exe (Microsoft Malware Protection Engine) Rôle : C’est…