User acct and secuirty identifier - each user acct has unique SI even after same named acct is deleted and created.
ADSIedit tool to view AD attributes.
Automated methods
LDIFDE
CSVDE
creating accounts automatically (bulk) using CSV file
DSADD - creates un protected objects. case sensitive in object names.
Use excel spreadsheet using concatenate function
- DSMOD
- DSQUERY/DSGET
add or remove user to group
find department name of users
Using ADAC UI, modify multiple users property
- DSMOVE
- DSRM
Powershell
new-aduser command
No comments:
Post a Comment