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...
SushilVerma2019
May 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 Haaranen
May 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
- Jarmo HaaranenMay 26, 2019Copper Contributor
Please verify that Wmi repository is consistent, use following command "winmgmt /verifyrepository"
And if it's consistent output will be "WMI repository is consistent"
- SushilVerma2019May 27, 2019Copper Contributor
WMI repository showing consistent.
Please suggest now , Thank you for being supportive to helping me