Add note on new parameter

This commit is contained in:
Tudor Dobrila
2020-10-12 16:54:43 -07:00
parent 972c2ab0bc
commit 74118dfa41

View File

@ -44,6 +44,9 @@ If you can reproduce a problem, increase the logging level, run the system for s
3. Run `sudo mdatp diagnostic create` to back up Microsoft Defender ATP's logs. The files will be stored inside a .zip archive. This command will also print out the file path to the backup after the operation succeeds.
> [!TIP]
> By default, diagnostic logs are saved to `/Library/Application Support/Microsoft/Defender/wdavdiag/`. To change the location where diagnostic logs are saved, pass `--path [path]` to the below command.
```bash
sudo mdatp diagnostic create
```