@@ -216,52 +216,18 @@ The following section describes the `Get-MpPerformanceReport` PowerShell cmdlet.
216
216
# ### Syntax: Get-MpPerformanceReport
217
217
218
218
` ` ` output
219
- Get-MpPerformanceReport [-Path] <String>
220
- [-TopScans [<Int32>]]
221
- [-TopPaths [<Int32>] [-TopPathsDepth [<Int32>]]]
222
- [-TopScansPerPath [<Int32>]]
223
- [-TopFilesPerPath [<Int32>]
224
- [-TopScansPerFilePerPath [<Int32>]]
225
- ]
226
- [-TopExtensionsPerPath [<Int32>]
227
- [-TopScansPerExtensionPerPath [<Int32>]]
228
- ]
229
- [-TopProcessesPerPath [<Int32>]
230
- [-TopScansPerProcessPerPath [<Int32>]]
231
- ]
232
- ]
233
- [-TopFiles [<Int32>]
234
- [-TopScansPerFile [<Int32>]]
235
- [-TopProcessesPerFile [<Int32>]
236
- [-TopScansPerProcessPerFile [<Int32>]]
237
- ]
238
- ]
239
- [-TopExtensions [<Int32>]
240
- [-TopScansPerExtension [<Int32>]
241
- [-TopPathsPerExtension [<Int32>] [-TopPathsDepth [<Int32>]]
242
- [-TopScansPerPathPerExtension [<Int32>]]
243
- ]
244
- [-TopProcessesPerExtension [<Int32>]
245
- [-TopScansPerProcessPerExtension [<Int32>]]
246
- ]
247
- [-TopFilesPerExtension [<Int32>]
248
- [-TopScansPerFilePerExtension [<Int32>]]
249
- ]
250
- ]
251
- [-TopProcesses [<Int32>]
252
- [-TopScansPerProcess [<Int32>]]
253
- [-TopExtensionsPerProcess [<Int32>]
254
- [-TopScansPerExtensionPerProcess [<Int32>]]
255
- ]
256
- [-TopPathsPerProcess [<Int32>] [-TopPathsDepth [<Int32>]]
257
- [-TopScansPerPathPerProcess [<Int32>]]
258
- ]
259
- [-TopFilesPerProcess [<Int32>]
260
- [-TopScansPerFilePerProcess [<Int32>]]
261
- ]
262
- ]
263
- [-MinDuration <String>]
264
- [-Raw]
219
+ Get-MpPerformanceReport [-Path] <String> [-TopFiles <Int32>] [-TopScansPerFile <Int32>] [-TopProcessesPerFile
220
+ <Int32>] [-TopScansPerProcessPerFile <Int32>] [-TopPaths <Int32>] [-TopPathsDepth <Int32>] [-TopScansPerPath
221
+ <Int32>] [-TopFilesPerPath <Int32>] [-TopScansPerFilePerPath <Int32>] [-TopExtensionsPerPath <Int32>]
222
+ [-TopScansPerExtensionPerPath <Int32>] [-TopProcessesPerPath <Int32>] [-TopScansPerProcessPerPath <Int32>]
223
+ [-TopExtensions <Int32>] [-TopScansPerExtension <Int32>] [-TopPathsPerExtension <Int32>]
224
+ [-TopScansPerPathPerExtension <Int32>] [-TopFilesPerExtension <Int32>] [-TopScansPerFilePerExtension <Int32>]
225
+ [-TopProcessesPerExtension <Int32>] [-TopScansPerProcessPerExtension <Int32>] [-TopProcesses <Int32>]
226
+ [-TopScansPerProcess <Int32>] [-TopFilesPerProcess <Int32>] [-TopScansPerFilePerProcess <Int32>]
227
+ [-TopExtensionsPerProcess <Int32>] [-TopScansPerExtensionPerProcess <Int32>] [-TopPathsPerProcess <Int32>]
228
+ [-TopScansPerPathPerProcess <Int32>] [-TopScans <Int32>] [-MinDuration <String>] [-MinStartTime <DateTime>]
229
+ [-MinEndTime <DateTime>] [-MaxStartTime <DateTime>] [-MaxEndTime <DateTime>] [-Overview] [-Raw]
230
+ [<CommonParameters>]
265
231
` ` `
266
232
267
233
# ### Description: Get-MpPerformanceReport
0 commit comments