C# Eletitlement app - Can this be done

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to build A c# app that could do:
1.get a list of all users in a group and save it to an access database Table
with this type of format: id + First Name + Lastname
2.import excel spreadsheet from information security
3. compare both table for both matches and unmatches
4.make an demail out reports.

Problems I think
Over 200 groups and over 1000 users
How can I make the app to do over query of the groups and save it like
Cam_app_app
 
freddy said:
I would like to build A c# app that could do:
1.get a list of all users in a group and save it to an access database Table
with this type of format: id + First Name + Lastname
2.import excel spreadsheet from information security
3. compare both table for both matches and unmatches
4.make an demail out reports.

Problems I think
Over 200 groups and over 1000 users
How can I make the app to do over query of the groups and save it like
Cam_app_app

Sounds pretty straight forward.

Which part are you stuck on?

Cheers
JB
 
I am doing the step I wrote about with vbscript and it works fine, now I
would like an application to run at night and post them on a webpage or
something.The only thing is I to not know adsi that good, I am a beginner
with maybe 6 month of off and on pratice.

Thanks for replying
 
Back
Top