This commit is contained in:
Tudor Dobrila
2020-06-16 10:57:57 -07:00
parent 0fdaac8f01
commit 96e42b9299
3 changed files with 19 additions and 19 deletions

View File

@ -37,7 +37,7 @@ If you can reproduce a problem, please increase the logging level, run the syste
2. Reproduce the problem.
3. Run `sudo 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:
3. Run `sudo mdatp diagnostic create` to back up 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
$ sudo mdatp diagnostic create

View File

@ -21,8 +21,8 @@ ms.topic: conceptual
## 101.00.75
- Added support for the following file system types: ecryptfs, fuse, fuseblk, jfs, nfs, overlay, ramfs, reiserfs, udf, and vfat
- New syntax for the command-line tool. See [this page](linux-resources.md#configure-from-the-command-line) for more information.
- Added support for the following file system types: `ecryptfs`, `fuse`, `fuseblk`, `jfs`, `nfs`, `overlay`, `ramfs`, `reiserfs`, `udf`, and `vfat`
- New syntax for the command-line tool. For more information, see [this page](linux-resources.md#configure-from-the-command-line).
- Performance improvements & bug fixes
## 100.90.70

View File

@ -91,22 +91,22 @@ If you experience any installation failures, refer to [Troubleshooting installat
- Disk space: 650 MB
- The solution currently provides real-time protection for the following file system types:
- btrfs
- ecryptfs
- ext2
- ext3
- ext4
- fuse
- fuseblk
- jfs
- nfs
- overlay
- ramfs
- reiserfs
- tmpfs
- udf
- vfat
- xfs
- `btrfs`
- `ecryptfs`
- `ext2`
- `ext3`
- `ext4`
- `fuse`
- `fuseblk`
- `jfs`
- `nfs`
- `overlay`
- `ramfs`
- `reiserfs`
- `tmpfs`
- `udf`
- `vfat`
- `xfs`
More file system types will be added in the future.