mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
33 lines
875 B
Text
33 lines
875 B
Text
{
|
|
"User": {
|
|
"Caption": "EXAMPLE\\Administrator",
|
|
"Description": "Built-in account for administering the computer/domain",
|
|
"Domain": "EXAMPLE",
|
|
"Name": "Administrator",
|
|
"LocalAccount": false,
|
|
"Lockout": false,
|
|
"PasswordChangeable": true,
|
|
"PasswordExpires": true,
|
|
"PasswordRequired": true,
|
|
"SID": "S-1-5-21-725088257-906184668-2367214287-500",
|
|
"SIDType": 1,
|
|
"Status": "OK"
|
|
},
|
|
"Groups": [{
|
|
"Caption": "WIN-K0AKLED332V\\Administrators",
|
|
"Domain": "WIN-K0AKLED332V",
|
|
"Name": "Administrators",
|
|
"LocalAccount": true,
|
|
"SID": "S-1-5-32-544",
|
|
"SIDType": 4,
|
|
"Status": "OK"
|
|
}, {
|
|
"Caption": "EXAMPLE\\Domain Admins",
|
|
"Domain": "EXAMPLE",
|
|
"Name": "Domain Admins",
|
|
"LocalAccount": false,
|
|
"SID": "S-1-5-21-725088257-906184668-2367214287-512",
|
|
"SIDType": 2,
|
|
"Status": "OK"
|
|
}]
|
|
}
|