Oct 23 2023 04:24 AM
WMDCC1CSM11 - MDE Analyser not running
Starting Microsoft Defender for Endpoint analyzer process...
Testing for administrative privileges
Script is running with sufficient privileges
MDEClientAnalyzer EULA Accepted
Exception calling "Create" with "1" argument(s): "This implementation is not
part of the Windows Platform FIPS validated cryptographic algorithms."
At C:\windows\system32\windowspowershell\v1.0\Modules\Microsoft.PowerShell.Util
ity\Microsoft.PowerShell.Utility.psm1:22 char:9
+ $hasher =
[System.Security.Cryptography.HashAlgorithm]::Create($Algorith ...
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : InvalidOperationException
Get-FileHash : The file 'C:\temp\MDEClientAnalyzer\Tools\Events.json' cannot
be read: You cannot call a method on a null-valued expression.
At C:\temp\MDEClientAnalyzer\MDEClientAnalyzer.ps1:1892 char:15
+ $fileHash = Get-FileHash -Path $filePath
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ReadError: (C:\temp\MDEClie...ols\Events.json:PS
Object) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : FileReadError,Get-FileHash
CheckHashFile : Script execution terminated because hash did not match
expected value. Expected value:
5AC7B7940F27721B3BDA48493CB388DC6BC8C9B0D024D6135FC91CB840B3C20D
At C:\temp\MDEClientAnalyzer\MDEClientAnalyzer.ps1:2410 char:1
+ CheckHashFile "$ResourcesJson"
"5AC7B7940F27721B3BDA48493CB388DC6BC8C9B0D024D613 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorExcep
tion
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorExceptio
n,CheckHashFile
Oct 23 2023 11:51 PM