Forum Discussion
SushilVerma2019
May 15, 2019Copper Contributor
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 l...
Jarmo Haaranen
May 20, 2019Copper 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
- SushilVerma2019May 21, 2019Copper 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 HaaranenMay 23, 2019Copper 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"
- SushilVerma2019May 24, 2019Copper Contributor