1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00
Files
jc/tests/fixtures/windows/windows-2008/net_localgroup.administrators.json

16 lines
289 B
JSON
Raw Normal View History

{
"account_origin": null,
"domain": null,
"comment": "Administrators have complete and unrestricted access to the computer/domain",
"groups": [
{
"name": "Administrators",
"members": [
"Administrator",
"user1",
"vagrant"
]
}
]
}