- Make sure scriptcs is installed
- Create a text file called credentials.txt with lines of AD credentials in
DOMAIN\Userformat - Run
scriptcs start.csx - A new file will be created called fullnames.txt which includes the account names from AD
Sample credentials.txt (between the xxxxx):
xxxxx
DOMAINA\asm
DOMAINA\ani
DOMAINA\gan
DOMAINB\bte
xxxxx
Sample fullnames.txt output file (between the xxxxx):
xxxxx
DOMAINA\asm, Andrew Smith
DOMAINA\ani, Adam Nice
DOMAINA\gan, George Andrews
DOMAINB\bte, Brian Tennison
xxxxx