Сообщения

Search-AdminAuditLog

 Search-AdminAuditLog | ft RunDate, CmdletName, Caller, ObjectModified | Out-File "F:\Group_Control\audit5.txt"

Forensic Images

 https://www.exterro.com/digital-forensics-software/ftk-imager

Get-RoleGroupMember

 Set-AdServerSettings -ViewEntireForest $true Get-RoleGroupMember "Organization Management"

Provide feedback Security intelligence updates for Microsoft Defender Antivirus and other Microsoft antimalware

Изображение
  Скачивание средства проверки безопасности (Майкрософт) https://learn.microsoft.com/ru-ru/defender-endpoint/safety-scanner-download Security intelligence updates for Microsoft Defender Antivirus and other Microsoft antimalware https://www.microsoft.com/en-us/wdsi/defenderupdates

X-Forwarded-For

 https://techcommunity.microsoft.com/blog/iis-support-blog/how-to-use-x-forwarded-for-header-to-log-actual-client-ip-address/873115 https://learn.microsoft.com/ru-ru/troubleshoot/developer/webapps/iis/general/customize-iis-log-file-field-names

DNS Propagation Checker - Global DNS Checker Tool Instant DNS Propagation Check. Global DNS Propagatio

 https://www.whatsmydns.net/ https://dnschecker.org/

Set-ExchAVExclusions

Изображение
 https://microsoft.github.io/CSS-Exchange/Setup/Set-ExchAVExclusions/ https://www.alitajran.com/check-exchange-antivirus-exclusions/ Check Exchange Antivirus exclusions Updated on March 1, 2023   Exchange ,  Powershell   4 Comments How to test that the Exchange Server exclusions are correctly excluded from the Antivirus? We already showed how to run a PowerShell script and get the Antivirus exclusions for Exchange Server 2013/2016/2019. The script runs on the Exchange Servers, and all the exclusions for Exchange Server will show up as a result in three text files. After that, you need to exclude it from the security product. This can be Microsoft Defender Antivirus or any third-party security product running on the Exchange Server. What if you want to double-check that the Antivirus exclusions are set correctly? In this article, we will look at how to check the Exchange Antivirus exclusions with a PowerShell script. Table of contents Introduction Test Exchange Antivi...