Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Introduce net-localgroup net-user and route-print parsers #602

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

joehacksalot
Copy link

@joehacksalot joehacksalot commented Oct 1, 2024

This PR introduces a new parsers for net-localgroup, net-user and route-print[1] windows commands.

Tested on:

Windows XP
Windows 7
Windows 10
Windows 11
Windows Server 2008
Windows Server 2016

Note:
[1] - The 'metric' fields are generally integers, and I was processing them as such but found one instance where the value was the string "Default", which after some research, would require looking up the OS default metric currently set to identify the numerical value. For this reason, I changed the schema type to string and left the original value for the end user to interpret.

This closes #600

@joehacksalot joehacksalot changed the base branch from master to dev October 1, 2024 19:48
@kellyjonbrazil
Copy link
Owner

This PR seems to have other unrelated files in it (e.g. ipconfig.py and associated test files). Could you re-open this PR with a clean set of files?

@kellyjonbrazil kellyjonbrazil added the question Further information is requested label Oct 20, 2024
@joehacksalot
Copy link
Author

I'll get those removed. I branched off of the wrong branch when I started. It'll be up soon

@joehacksalot
Copy link
Author

ok. should be ready now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Parser: net localgroup and net user on windows
2 participants