Corrected layout

This commit is contained in:
Gary Moore 2020-12-03 17:13:14 -08:00
parent 8894050afd
commit d6046e5ab1
2 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ If you can reproduce a problem, increase the logging level, run the system for s
```bash ```bash
sudo mdatp diagnostic create sudo mdatp diagnostic create
``` ```
```Output ```console
Diagnostic file created: "/Library/Application Support/Microsoft/Defender/wdavdiag/932e68a8-8f2e-4ad0-a7f2-65eb97c0de01.zip" Diagnostic file created: "/Library/Application Support/Microsoft/Defender/wdavdiag/932e68a8-8f2e-4ad0-a7f2-65eb97c0de01.zip"
``` ```
@ -61,7 +61,7 @@ If you can reproduce a problem, increase the logging level, run the system for s
```bash ```bash
mdatp log level set --level info mdatp log level set --level info
``` ```
```Output ```console
Log level configured successfully Log level configured successfully
``` ```
@ -113,7 +113,7 @@ Important tasks, such as controlling product settings and triggering on-demand s
|EDR |Turn on/off EDR preview for Mac |`mdatp edr early-preview [enabled/disabled]` | |EDR |Turn on/off EDR preview for Mac |`mdatp edr early-preview [enabled/disabled]` |
|EDR |Add group tag to device. EDR tags are used for managing device groups. For more information, please visit https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/machine-groups |`mdatp edr tag set --name GROUP --value [name]` | |EDR |Add group tag to device. EDR tags are used for managing device groups. For more information, please visit https://docs.microsoft.com/windows/security/threat-protection/microsoft-defender-atp/machine-groups |`mdatp edr tag set --name GROUP --value [name]` |
|EDR |Remove group tag from device |`mdatp edr tag remove --tag-name [name]` | |EDR |Remove group tag from device |`mdatp edr tag remove --tag-name [name]` |
|EDR |Add Group Id |`mdatp edr group-ids --group-id [group]` | |EDR |Add Group ID |`mdatp edr group-ids --group-id [group]` |
### How to enable autocompletion ### How to enable autocompletion
@ -131,7 +131,7 @@ To enable autocompletion in `zsh`:
cat ~/.zshrc | grep autoload cat ~/.zshrc | grep autoload
``` ```
- If the above command does not produce any output, you can enable autocompletion using the following command: - If the preceding command does not produce any output, you can enable autocompletion using the following command:
```zsh ```zsh
echo "autoload -Uz compinit && compinit" >> ~/.zshrc echo "autoload -Uz compinit && compinit" >> ~/.zshrc

View File

@ -150,4 +150,4 @@ In alignment with macOS evolution, we are preparing a Microsoft Defender for End
- For more information about logging, uninstalling, or other topics, see the [Resources](mac-resources.md) page. - For more information about logging, uninstalling, or other topics, see the [Resources](mac-resources.md) page.
- [Privacy for Microsoft Defender for Endpoint for Mac](mac-privacy.md) - [Privacy for Microsoft Defender for Endpoint for Mac](mac-privacy.md).