Changes for page Microsoft Defender


From version 3.6
edited by gru
on 15.07.2022, 10:38
Change comment: There is no comment for this version
To version 3.7
edited by jdr
on 29.08.2022, 08:59
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.gru
1 +XWiki.jdr
Content
... ... @@ -21,7 +21,9 @@
21 21  
22 22  To ensure that the plugin is also available in all clients and forms, it is recommended to install it as a system plugin, which allows for better central administration and configuration.
23 23  
24 -{{info}}In certain cases, Microsoft Defender is not located in the installation path used by the plugin by default. In these cases, it is mandatory to specify the location where Microsoft Defender is installed in the plugin's MpCmdRun-path configuration parameter. In most cases, it is located at //C:\ProgramData\Microsoft\Windows Defender\Platform\<version number>\MpCmdRun.exe//, where the highest existing version in the plugin should be specified.{{/info}}
24 +{{info}}
25 +In certain cases, Microsoft Defender is not located in the installation path used by the plugin by default. In these cases, it is mandatory to specify the location where Microsoft Defender is installed in the plugin's MpCmdRun-path configuration parameter. In most cases, it is located at //C:\ProgramData\Microsoft\Windows Defender\Platform\<version number>\MpCmdRun.exe//, where the highest existing version in the plugin should be specified.
26 +{{/info}}
25 25  
26 26  == Configuration ==
27 27  
... ... @@ -28,7 +28,7 @@
28 28  The following configuration parameters exist:
29 29  
30 30  ; MpCmdRun-path (Required).
31 -: File path to MpCmdRun.exe or //Malware Protection Command Line Utility// from //Microsoft Defender//. Through it, a scan can take place in the file system through the command line. If this configuration is not done, an attempt is made to generate a possible file path, which is then specified in the plugin description. However, it is recommended to specify the path to MpCmdRun.exe or //Malware Protection Command Line Utility// itself. Possible file paths could be: //C:\Program Files\Windows Defender\MpCmdRun.exe// or //C:\ProgramData\Microsoft\Windows Defender\Platform\<select last version>\MpCmdRun.exe//
33 +: File path to MpCmdRun.exe or //Malware Protection Command Line Utility// from //Microsoft Defender//. Through it, a scan can take place in the file system through the command line. If this configuration is not done, an attempt is made to generate a possible file path, which is then specified in the plugin description. However, it is recommended to specify the path to MpCmdRun.exe or //Malware Protection Command Line Utility// itself. Possible file paths could be: //C:\Program Files\Windows Defender\MpCmdRun.exe// or //C:\ProgramData\Microsoft\Windows Defender\Platform\<select last version>\MpCmdRun.exe//. If a folder path is specified, an attempt is made to automatically generate the path to the latest version of the //Malware Protection Command Line Utility//. The currently used file path to the //Malware Protection Command Line Utility// is also specified in the plugin description.
32 32  ; scan-timeout (Required)
33 33  : Allows to define the time in seconds before the scan process is stopped. After the timeout, the file will be treated as a file where a virus was found. The default value is 45 seconds.
34 34  
... ... @@ -64,18 +64,18 @@
64 64  
65 65  == Version history ==
66 66  
67 -=== Version 1.0.3
69 +=== Version 1.0.3 ===
68 68  
69 69  * Change: The plugin is synchronized with the frontend server when one is available. This allows for malware scanning when using a frontend server.
70 70  
71 -=== Version 1.0.2
73 +=== Version 1.0.2 ===
72 72  
73 73  * Automatic determination of the path to the MS Defender executable file (MpCmdRun) if no path is explicitly specified.
74 74  
75 -=== Version 1.0.1
77 +=== Version 1.0.1 ===
76 76  
77 77  * Naming of plugin properties
78 78  
79 -=== Version 1.0.0
81 +=== Version 1.0.0 ===
80 80  
81 81  * Initial release