Skip to content

Commit d0d2418

Browse files
Update Get-MpComputerStatus.md (#3816)
Updating the example since it wasn't updated since 2013.
1 parent de61ebb commit d0d2418

File tree

1 file changed

+65
-32
lines changed

1 file changed

+65
-32
lines changed

docset/winserver2022-ps/defender/Get-MpComputerStatus.md

+65-32
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,71 @@ computer.
3131

3232
```
3333
PS C:\> Get-MpComputerStatus
34-
AMEngineVersion : 1.1.9700.0
35-
AMProductVersion : 4.3.9463.0
36-
AMServiceEnabled : True
37-
AMServiceVersion : 4.3.9463.0
38-
AntispywareEnabled : True
39-
AntispywareSignatureAge : 0
40-
AntispywareSignatureLastUpdated : 7/30/2013 3:01:45 AM
41-
AntispywareSignatureVersion : 1.155.1107.0
42-
AntivirusEnabled : True
43-
AntivirusSignatureAge : 0
44-
AntivirusSignatureLastUpdated : 7/30/2013 3:01:45 AM
45-
AntivirusSignatureVersion : 1.155.1107.0
46-
BehaviorMonitorEnabled : True
47-
ComputerID : A69DA5B8-06B3-4A00-B2C1-D18ED66BAD40
48-
ComputerState : 0
49-
FullScanAge : 4294967295
50-
FullScanEndTime :
51-
FullScanStartTime :
52-
IoavProtectionEnabled : True
53-
LastFullScanSource : 0
54-
LastQuickScanSource : 2
55-
NISEnabled : False
56-
NISEngineVersion : 2.1.9700.0
57-
NISSignatureAge : 0
58-
NISSignatureLastUpdated : 7/30/2013 1:30:46 PM
59-
NISSignatureVersion : 106.0.0.0
60-
OnAccessProtectionEnabled : True
61-
QuickScanAge : 0
62-
QuickScanEndTime : 7/30/2013 1:50:24 PM
63-
QuickScanStartTime : 7/30/2013 1:49:15 PM
64-
RealTimeProtectionEnabled : True
65-
RealTimeScanDirection : 0
34+
AMEngineVersion : 1.1.24050.5
35+
AMProductVersion : 4.18.24050.7
36+
AMRunningMode : Normal
37+
AMServiceEnabled : True
38+
AMServiceVersion : 4.18.24050.7
39+
AntispywareEnabled : True
40+
AntispywareSignatureAge : 1
41+
AntispywareSignatureLastUpdated : 6/4/2024 8:06:27 AM
42+
AntispywareSignatureVersion : 1.413.102.0
43+
AntivirusEnabled : True
44+
AntivirusSignatureAge : 1
45+
AntivirusSignatureLastUpdated : 6/4/2024 8:06:27 AM
46+
AntivirusSignatureVersion : 1.413.102.0
47+
BehaviorMonitorEnabled : True
48+
ComputerID :
49+
ComputerState : 0
50+
DefenderSignaturesOutOfDate : False
51+
DeviceControlDefaultEnforcement :
52+
DeviceControlPoliciesLastUpdated : 12/31/1600 4:00:00 PM
53+
DeviceControlState : Disabled
54+
FullScanAge : 4294967295
55+
FullScanEndTime :
56+
FullScanOverdue : False
57+
FullScanRequired : False
58+
FullScanSignatureVersion :
59+
FullScanStartTime :
60+
InitializationProgress : ServiceStartedSuccessfully
61+
IoavProtectionEnabled : True
62+
IsTamperProtected : False
63+
IsVirtualMachine : True
64+
LastFullScanSource : 0
65+
LastQuickScanSource : 0
66+
NISEnabled : True
67+
NISEngineVersion : 1.1.24050.5
68+
NISSignatureAge : 1
69+
NISSignatureLastUpdated : 6/4/2024 8:06:27 AM
70+
NISSignatureVersion : 1.413.102.0
71+
OnAccessProtectionEnabled : True
72+
ProductStatus : 524288
73+
QuickScanAge : 4294967295
74+
QuickScanEndTime :
75+
QuickScanOverdue : False
76+
QuickScanSignatureVersion :
77+
QuickScanStartTime :
78+
RealTimeProtectionEnabled : True
79+
RealTimeScanDirection : 0
80+
RebootRequired : False
81+
SmartAppControlExpiration :
82+
SmartAppControlState : Off
83+
TamperProtectionSource : E5 transition
84+
TDTCapable : N/A
85+
TDTMode : N/A
86+
TDTSiloType : N/A
87+
TDTStatus : N/A
88+
TDTTelemetry : N/A
89+
TroubleShootingDailyMaxQuota : 480
90+
TroubleShootingDailyQuotaLeft : 479
91+
TroubleShootingEndTime : INFINITE
92+
TroubleShootingExpirationLeft : INFINITE
93+
TroubleShootingMode : Disabled
94+
TroubleShootingModeSource : ATP
95+
TroubleShootingQuotaResetTime : 6/5/2024 4:47:42 PM
96+
TroubleShootingStartTime : N/A
97+
PSComputerName :
98+
6699
```
67100

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

0 commit comments

Comments
 (0)