Skip to content

MDE ‐ Live Response Overview

Matt Novitsch edited this page Jan 22, 2025 · 9 revisions

Summary

I have been asked a couple of times now about how to use live response and the benefit of it. In my opinion, live response is great for getting on an endpoint collecting data or correcting situations.

Top customer situations:

  1. Need to kick off an antivirus scan(you could use the console also)
  2. Need to make a configuration change on the endpoint
  3. Need to remotely wipe the machine(this is assuming you don't want or don't have Intune)
  4. Remove a device from MDE Management
  5. Download a file from an endpoint

Perquisites

  • Live Reponse Configured
  • PowerShell Scripts or knowledge to create them

Basic settings

To access Live Response, you will need to navigate to the device, Device Inventory is a one of the locations. Click on the ellipses and click on Initiate Live Response.
image

You can upload PowerShell scripts to your tenant library in the top right corner. image

For the most recent commands, please view them here.

Situations

Need to kick off an antivirus scan

The script for this is pretty easy: cd 'C:\Program Files\Windows Defender\' .\MpCmdRun.exe -scan -scantype 1
image

I'm kicking off a quick scan, but you can do whichever you need(documentation below).

Now that we have the script, save it and upload it to your library.
image

Validate the script was uploaded using the library command to list all your files. image

Upload the file to the endpoint: putfile RunQuickScan.ps1
image

You should get this once its done. image

Need to make a configuration change on the endpoint

Need to remotely wipe the machine

Remove a device from MDE Management

Download a file from an endpoint

References

Clone this wiki locally