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-11/net_localgroup.administrators.json
Jose E. Rodriguez 3b1af1a9b6 Feat: Introduce net-localgroup net-user and route-print parsers (#602)
* 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>
2025-09-04 14:47:28 -07:00

15 lines
270 B
JSON

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