Link to home
Start Free TrialLog in
Avatar of Michael Leonard
Michael LeonardFlag for United States of America

asked on

looking for a posh script that will add members to a group from csv using get-qaduser

trying to develop a script that will add users to an active directory group using get-qaduser or get-qadgroup command from an .csv file
the .csv file contains two columns:

column 1              column 2          
Joes1                   groupName
Joes1                   groupName2
Joes1                   groupName3 ....
Peter1                  groupname
Peter1                  groupname2....

thanks in advance,

S.

ASKER CERTIFIED SOLUTION
Avatar of soostibi
soostibi
Flag of Hungary image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Michael Leonard

ASKER

perfect as usual!
thx again!