Questions tagged [endpoint-for-defender]

4 questions
1
vote
0 answers

Is there a way to access Micrososft 365 Defender Endpoints setting through powershell?

I would like to access to all the information in the picture below, so all settings in the Micrososft 365 Defender Endpoints via Powershell. Is there a specific command like a Get-... that I can use to access those information ? If not, is there…
0
votes
0 answers

enable PUA protection in block mode for macOS

Hello everyone I have tried to run this script in Microsoft Intune to enable PUA protection in block mode for macOS. mdatp threat policy set --type potentially_unwanted_application --action block but it failed it shows me that command not found,…
0
votes
0 answers

Powershell script finds variables when run locally, however when deployed through Intune fails

I've got a powershell script that acquires the last logged on users display name e.g. John Smith, and deploys it to a DeviceTagging key in the registry. This then makes the change on defender for endpoint where the display name is used as a tag for…
Grezzo
  • 1
0
votes
1 answer

Prevent mdatp (Microsoft Defender Advanced Threat Protection) for linux to move malicious files to the quarantine

I'm working with mdatp (Microsoft Defender Advanced Threat Protection) for Linux. The idea is to detect any malicious file in a specific folder, using a command like: mdatp scan custom --path /tmp/ The problem is that mdatp is automatically…
Andrea
  • 87
  • 2
  • 9