We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
net localgroup
net user
I found myself needing to parse this information and thought it was better for the community if it were a jc parser than a one off in my application.
This issue is to introduce new parsers to handle parsing the following commands:
net-localgroup parser: net localgroup net localgroup /domain net localgroup Administrators net localgroup Administrators /domain
net-localgroup
net-user parser: net user net user /domain net user User1 net user User1 /domain
net-user
route-print parser: route print
route-print
If interested, I will post the PR after I'm through with testing.
The text was updated successfully, but these errors were encountered:
Excellent! Yes, pleas submit a PR when you get a chance.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I found myself needing to parse this information and thought it was better for the community if it were a jc parser than a one off in my application.
This issue is to introduce new parsers to handle parsing the following commands:
net-localgroup
parser:net localgroup
net localgroup /domain
net localgroup Administrators
net localgroup Administrators /domain
net-user
parser:net user
net user /domain
net user User1
net user User1 /domain
route-print
parser:route print
If interested, I will post the PR after I'm through with testing.
The text was updated successfully, but these errors were encountered: