Apr 17 2021 02:50 PM
I have a Windows Server 2016 that gets the following error when I run Start-MpScan -ScanType FullScan -Verbose
Start-MpScan : A general error occurred that is not covered by a more specific error code.
At line:1 char:1
+ Start-MpScan -ScanType FullScan -Verbose
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (MSFT_MpScan:ROOT\Microsoft\...der\MSFT_MpScan) [Start-MpScan], CimException
+ FullyQualifiedErrorId : MI RESULT 1,Start-MpScan
But if I go thru the GUI to run the full scan it completes with no issues in about the same time as it takes to generate the error above. I cannot find anything on the error MI RESULT 1. Any help is appreciated.