- Feb 2, 2009
- 1,666
- 0
- 0
Is this possible to automate?
This will be a daily process. To import these names into a database. The problem is that it will be constantly expanding and stuff being removed...
1st time....
#List1
#List2
#List3
#List4
2nd time
#List1
#List2
#List3
#List5
So I would like it to consider that #List 4 is gone and to delete it and add #List5.
The other consideration is that there will be an End Date for each list so I'd like to keep that alive somehow... I'm not exactly sure how to do it yet....
Basically, I want to create a system where if a user requests a distribution list in AD, it's extracted out from AD and imported a MySQL database and an end date is tagged on so we can maintan dlists.
I'm trying to manually do the import into MySQL now. I know how to get data out of AD...
This will be a daily process. To import these names into a database. The problem is that it will be constantly expanding and stuff being removed...
1st time....
#List1
#List2
#List3
#List4
2nd time
#List1
#List2
#List3
#List5
So I would like it to consider that #List 4 is gone and to delete it and add #List5.
The other consideration is that there will be an End Date for each list so I'd like to keep that alive somehow... I'm not exactly sure how to do it yet....
Basically, I want to create a system where if a user requests a distribution list in AD, it's extracted out from AD and imported a MySQL database and an end date is tagged on so we can maintan dlists.
I'm trying to manually do the import into MySQL now. I know how to get data out of AD...
Last edited: