-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreport.json
More file actions
65 lines (65 loc) · 4.21 KB
/
report.json
File metadata and controls
65 lines (65 loc) · 4.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"CompliantTF": false,
"IPAddress": "192.168.1.29",
"TargetState": {
"firewallDomainStatus": 1,
"firewallPrivateStatus": 0,
"firewallPublicStatus": 1,
"UACStatus": [
1,
2
],
"WindowsUpdateStatus": [
"Manual (Trigger Start)",
"Automatic"
],
"BehaviorMonitorEnabled": true,
"AMServiceEnabled": true,
"AntivirusEnabled": true,
"RealTimeProtectionEnabled": true,
"AntispywareEnabled": true,
"ComputerState": [
0,
2,
5
]
},
"DateEpoch": 1698194114,
"Hostname": "Bill-Murray-Public_Relations",
"CurrentState": {
"firewallDomainStatus": 1,
"firewallPrivateStatus": 1,
"firewallPublicStatus": 1,
"UACStatus": 1,
"WindowsUpdateStatus": "Automatic",
"AMServiceEnabled": true,
"AntispywareEnabled": true,
"AntivirusEnabled": true,
"RealTimeProtectionEnabled": true,
"BehaviorMonitorEnabled": true,
"ComputerState": 0
},
"ComparisonResults": {
"nonCompliantProperties": {
"CurrentValue": 0,
"Property": "firewallPrivateStatus",
"TargetValue": 1
},
"compliantProperties": {
"value": [
"@{CurrentValue=1; Property=firewallDomainStatus; TargetValue=1}",
"@{CurrentValue=1; Property=firewallPrivateStatus; TargetValue=1}",
"@{CurrentValue=1; Property=firewallPublicStatus; TargetValue=1}",
"@{CurrentValue=1; Property=UACStatus; TargetValue=System.Object[]}",
"@{CurrentValue=Automatic; Property=WindowsUpdateStatus; TargetValue=System.Object[]}",
"@{CurrentValue=True; Property=BehaviorMonitorEnabled; TargetValue=True}",
"@{CurrentValue=True; Property=AMServiceEnabled; TargetValue=True}",
"@{CurrentValue=True; Property=AntivirusEnabled; TargetValue=True}",
"@{CurrentValue=True; Property=RealTimeProtectionEnabled; TargetValue=True}",
"@{CurrentValue=True; Property=AntispywareEnabled; TargetValue=True}",
"@{CurrentValue=0; Property=ComputerState; TargetValue=System.Object[]}"
],
"Count": 11
}
}
}