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-xp/net_user.administrator.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

24 lines
658 B
JSON

{
"domain": "",
"user_accounts": [
{
"user_name": "Administrator",
"comment": "Built-in account for administering the computer/domain",
"account_active": true,
"account_expires": "Never",
"password_last_set": "10/4/2023 8:53 AM",
"password_expires": "Never",
"password_changeable": "10/5/2023 8:53 AM",
"password_required": true,
"user_may_change_password": true,
"workstations_allowed": "All",
"last_logon": "7/17/2024 1:37 PM",
"logon_hours_allowed": "All",
"local_group_memberships": [
"Administrators"
],
"global_group_memberships": []
}
]
}