Forum Discussion
blindpepper
Jan 09, 2020Copper Contributor
Get-MpComputerStatus returns no output
Hello, on a Server 2019 with windows defender installed in the "Windows Security GUI" all is fine. Protection definitions are up to date, exclusions are set ... (managed with SCCM) But when ...
farismalaeb
Feb 24, 2021Steel Contributor
Hi
Run the following command
Get-CimInstance -ClassName MSFT_MpComputerStatus -Namespace root/microsoft/windows/defender
thx1200
Feb 24, 2021Bronze Contributor
There is no output when I query that WMI namespace and class. I also tried Get-WmiObject -Namespace root\Microsoft\protectionmanagement -Class MSFT_MpComputerStatus which also had no output.
- mew-tuesdayFeb 26, 2025Copper Contributor
Did you find a fix?
- mew-tuesdayFeb 10, 2025Copper Contributor
Also expierincing this issue currently with three devices.
- KimPedersenJan 18, 2022Copper ContributorI have the same issue.
Windows Defender is installed and is running fine.
I can start scans through PS... but I don't get any info from get-mpcomputerstatus or Get-MpPreference - farismalaebFeb 25, 2021Steel Contributor
Is Windows Defender registered and working fine,
is it Enabled or there is a policy which disables it ?!
- thx1200Feb 24, 2021Bronze Contributor
Here is a screenshot.