-
Notifications
You must be signed in to change notification settings - Fork 12
/
AsBuiltReport.Microsoft.Windows.json
65 lines (65 loc) · 1.61 KB
/
AsBuiltReport.Microsoft.Windows.json
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
{
"Report": {
"Name": "Microsoft Windows As Built Report",
"Version": "1.0",
"Status": "Released",
"ShowCoverPageImage": true,
"ShowTableOfContents": true,
"ShowHeaderFooter": true,
"ShowTableCaptions": true
},
"Options": {
"SQLLogin": false,
"SQLUserName": "",
"SQLSecurePassword": ""
},
"InfoLevel": {
"_comment_": "Please refer to the AsBuiltReport project contributing guide for information about how to define InfoLevels.",
"_comment_": "0 = Disabled, 1 = Enabled, 2 = Adv Summary, 3 = Detailed, 4 = Adv Detailed, 5 = Comprehensive",
"Hardware": 1,
"OperatingSystem": 1,
"Account": 1,
"Networking": 1,
"Storage": 1,
"HyperV": 1,
"IIS": 1,
"SMB": 1,
"DHCP": 1,
"DNS": 1,
"FailOverCluster": 1,
"SQLServer": 1
},
"HealthCheck": {
"Networking": {
"Firewall": true
},
"OperatingSystem": {
"Services": true,
"Updates": true
},
"DNS": {
"Aging": true,
"DP": true
},
"DHCP": {
"SumStatusmary": true,
"Credential": true,
"Statistics": true,
"BP": true
},
"FailOverCluster": {
"Nodes": true,
"Network": true,
"ClusterSharedVolume": true
},
"Storage": {
"BP": true
},
"SMB": {
"BP": true
},
"SQLServer": {
"BP": true
}
}
}