Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 65 additions & 32 deletions docset/winserver2022-ps/defender/Get-MpComputerStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,38 +31,71 @@ computer.

```
PS C:\> Get-MpComputerStatus
AMEngineVersion : 1.1.9700.0
AMProductVersion : 4.3.9463.0
AMServiceEnabled : True
AMServiceVersion : 4.3.9463.0
AntispywareEnabled : True
AntispywareSignatureAge : 0
AntispywareSignatureLastUpdated : 7/30/2013 3:01:45 AM
AntispywareSignatureVersion : 1.155.1107.0
AntivirusEnabled : True
AntivirusSignatureAge : 0
AntivirusSignatureLastUpdated : 7/30/2013 3:01:45 AM
AntivirusSignatureVersion : 1.155.1107.0
BehaviorMonitorEnabled : True
ComputerID : A69DA5B8-06B3-4A00-B2C1-D18ED66BAD40
ComputerState : 0
FullScanAge : 4294967295
FullScanEndTime :
FullScanStartTime :
IoavProtectionEnabled : True
LastFullScanSource : 0
LastQuickScanSource : 2
NISEnabled : False
NISEngineVersion : 2.1.9700.0
NISSignatureAge : 0
NISSignatureLastUpdated : 7/30/2013 1:30:46 PM
NISSignatureVersion : 106.0.0.0
OnAccessProtectionEnabled : True
QuickScanAge : 0
QuickScanEndTime : 7/30/2013 1:50:24 PM
QuickScanStartTime : 7/30/2013 1:49:15 PM
RealTimeProtectionEnabled : True
RealTimeScanDirection : 0
AMEngineVersion : 1.1.24050.5
AMProductVersion : 4.18.24050.7
AMRunningMode : Normal
AMServiceEnabled : True
AMServiceVersion : 4.18.24050.7
AntispywareEnabled : True
AntispywareSignatureAge : 1
AntispywareSignatureLastUpdated : 6/4/2024 8:06:27 AM
AntispywareSignatureVersion : 1.413.102.0
AntivirusEnabled : True
AntivirusSignatureAge : 1
AntivirusSignatureLastUpdated : 6/4/2024 8:06:27 AM
AntivirusSignatureVersion : 1.413.102.0
BehaviorMonitorEnabled : True
ComputerID :
ComputerState : 0
DefenderSignaturesOutOfDate : False
DeviceControlDefaultEnforcement :
DeviceControlPoliciesLastUpdated : 12/31/1600 4:00:00 PM
DeviceControlState : Disabled
FullScanAge : 4294967295
FullScanEndTime :
FullScanOverdue : False
FullScanRequired : False
FullScanSignatureVersion :
FullScanStartTime :
InitializationProgress : ServiceStartedSuccessfully
IoavProtectionEnabled : True
IsTamperProtected : False
IsVirtualMachine : True
LastFullScanSource : 0
LastQuickScanSource : 0
NISEnabled : True
NISEngineVersion : 1.1.24050.5
NISSignatureAge : 1
NISSignatureLastUpdated : 6/4/2024 8:06:27 AM
NISSignatureVersion : 1.413.102.0
OnAccessProtectionEnabled : True
ProductStatus : 524288
QuickScanAge : 4294967295
QuickScanEndTime :
QuickScanOverdue : False
QuickScanSignatureVersion :
QuickScanStartTime :
RealTimeProtectionEnabled : True
RealTimeScanDirection : 0
RebootRequired : False
SmartAppControlExpiration :
SmartAppControlState : Off
TamperProtectionSource : E5 transition
TDTCapable : N/A
TDTMode : N/A
TDTSiloType : N/A
TDTStatus : N/A
TDTTelemetry : N/A
TroubleShootingDailyMaxQuota : 480
TroubleShootingDailyQuotaLeft : 479
TroubleShootingEndTime : INFINITE
TroubleShootingExpirationLeft : INFINITE
TroubleShootingMode : Disabled
TroubleShootingModeSource : ATP
TroubleShootingQuotaResetTime : 6/5/2024 4:47:42 PM
TroubleShootingStartTime : N/A
PSComputerName :

```

This command gets the status of antimalware protection software installed on the computer.
Expand Down