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. 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 ```bash
$ sudo mdatp diagnostic create $ sudo mdatp diagnostic create

View File

@ -21,8 +21,8 @@ ms.topic: conceptual
## 101.00.75 ## 101.00.75
- Added support for the following file system types: ecryptfs, fuse, fuseblk, jfs, nfs, overlay, ramfs, reiserfs, udf, and vfat - 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. - 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 - Performance improvements & bug fixes
## 100.90.70 ## 100.90.70

View File

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