You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
Readme.txt | 4 weeks ago | |
ad-user-review.py | 4 weeks ago |
Readme.txt
AD User Review 0. Read the code, it's not ready :) 1. create a config.json i the same directory { "user" : "svc-admin-user-review", "password" : "password", "ad_server": "company-mdc-001.company.int", "ad_server_2" : "company-mdc-002.company.int", "report_email" : "audit-tool@company.com", "exchange_server" : "10.1.1.2" } 2. Fix the code 3. ... Solved issues [x] parsing MS AD dates with Python pandas [x] calculating inactivity time across AD users [x] LDAP searches through AD for users, admins, service users etc. [ ] diff 2 pandas DataFrames to get newly added AD admins [ ] collect all data into one Email report [ ] refactor the code, use config variables everywhere [ ] handle exceptions