mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-10-08 23:22:21 +02:00
* feat(patch): introduce net localgroup, net user, and route print parsers * fix: fix net user parsing error * fix: address PR findings --------- Co-authored-by: Kelly Brazil <kellyjonbrazil@gmail.com>
16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"account_origin": null,
|
|
"domain": null,
|
|
"comment": "Administrators have complete and unrestricted access to the computer/domain",
|
|
"groups": [
|
|
{
|
|
"name": "Administrators",
|
|
"members": [
|
|
"Administrator",
|
|
"user1",
|
|
"vagrant"
|
|
]
|
|
}
|
|
]
|
|
}
|