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

Add ability to produce summary files of user account control attributes. #9

Open
powderspecial600 opened this issue May 13, 2015 · 2 comments

Comments

@powderspecial600
Copy link

It would be nice to add a flag to be able to enable certain user account controls to be listed in a summary file. For example if an account is flagged with ACCOUNTDISABLE, we could write that username to a file. We could do the same for PWD_NOTREQD and DONT_EXPIRE_PASSWORD. This way we have an easy method of seeing who has a disabled account, a password that is not required, and a password that doesn't expire. Ideally we would produce three files one of a list of users for each control. Today I am doing this with a bunch of grep statements and it gets kinda messy.

@csababarta
Copy link
Owner

I will try to implement a filtering functionality with which you can filter based on the most important flags.

@csababarta
Copy link
Owner

Hi,

please check out the new option --uac in the latest version. Using it you can combine all the known UAC flags in order to get only the users you really want to see. You can then use the --csvoutfile option in order to get a csv file with the accounts.

Let me know if it works for you!

Regards,
Csaba

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

No branches or pull requests

2 participants