Forum Discussion
Get-mpcomputerstatus throwing error
Hi,
When I am trying to get result from powershell command "Get-MpComputerStatus" it is throwing below error:
I have checked the WinDefend service it is in started status. Checked event logs it is showing caused due to unknown error.
OS edition : Windows 10 Enterprise
Version : 1709
OS build : 16299.1087
Please help to solve this issue.
- Jarmo HaaranenCopper Contributor
I Think Get-MpComputerStatus is not a available in Windows 7. I can't check this out.
You could query machine system logs using get-eventlog command
- SushilVerma2019Copper Contributor
Hi Jarmo Haaranen , Get-mpcomputerstatus command is available in Windows 7 and working fine in my other machines , issue facing in few of the machines.
Please suggest any help.
- Jarmo HaaranenCopper Contributor
Sorry for late answer but what PowerShell version you are using? Could you send $PSVersiontable variable ouput and full error of command "Get-mpcomputerstatus | fl -force"