The command examples included the Terminal user's name, instead of simply stating  the command

> Remove "mavel-mojave:wdavconfig testuser$" from the commands

Also removed a file path, since it was particular to the user account of whoever tested the command & revised the language a little describing backups.
This commit is contained in:
Marty Hernandez Avedon
2019-07-11 15:46:09 -04:00
committed by GitHub
parent 2bf4552958
commit 568900cedf

View File

@ -31,7 +31,7 @@ If you can reproduce a problem, please increase the logging level, run the syste
1. Increase logging level:
```bash
mavel-mojave:~ testuser$ mdatp --log-level verbose
mdatp --log-level verbose
Creating connection to daemon
Connection established
Operation succeeded
@ -39,19 +39,18 @@ If you can reproduce a problem, please increase the logging level, run the syste
2. Reproduce the problem
3. Run `mdatp --diagnostic --create` to backup Microsoft Defender ATP's logs. The command will print out location with generated zip file.
3. Run `mdatp --diagnostic --create` to backup Microsoft Defender ATP's logs. The files will be stored inside of a .zip archive. This command will also print out the file path to the backup after the operation succeeds.
```bash
mavel-mojave:~ testuser$ mdatp --diagnostic --create
mdatp --diagnostic --create
Creating connection to daemon
Connection established
"/Library/Application Support/Microsoft/Defender/wdavdiag/d85e7032-adf8-434a-95aa-ad1d450b9a2f.zip"
```
4. Restore logging level:
```bash
mavel-mojave:~ testuser$ mdatp --log-level info
mdatp --log-level info
Creating connection to daemon
Connection established
Operation succeeded