Home All Groups Group Topic Archive Search About

C# Eletitlement app - Can this be done

Author
9 Jun 2005 8:10 PM
freddy
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

Author
9 Jun 2005 11:03 PM
John B
freddy wrote:
> 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
Are all your drivers up to date? click for free checkup

Author
10 Jun 2005 1:27 AM
freddy
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

Show quoteHide quote
"John B" wrote:

> freddy wrote:
> > 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
>

Bookmark and Share