The place of scripting
In Windows Server 2003 and to a lesser extent in Windows 2003, scripting is a
vital skill for those of us who look after the network. For the
curious there are 5 secrets to mastering scripting.
- How to write VBScript or JScript
- The role of WSH
- The models used by ADSI and WMI
- LDAP attributes and syntax
- When to use which built in commands to use CSVDE, LDIFDE or CSCript.
|
How to learn scripting
In listening to network administrators or techies, I discovered that they
learn by finding other people's scripts and modifying them!
This scripting section has lots of scripts, feel free to copy, change the odd
variable then run on your server.
- Map network drives with Logon Scripts
- Bulk import of users - CSVDE and LDIFDE
- Generate users with WSH
- Create and modify users with DSadd and DSmod
|
|
Index of Windows Server 2003 Scripting
Guy Recommends: SolarWinds' Free Bulk Import Tool
Import users from a spreadsheet. Just provide a list of the
users with their fields in the
top row, and save as .csv file. Then launch this FREE utility and match
your fields with AD's
attributes, click and import the users. Optionally, you can
provide the name of the OU where the new accounts will be born.
There are also two bonus tools in the free download, and all 3 have been approved by Microsoft:
- Bulk-import new users into Active Directory.
- Seek and zap unwanted user accounts.
- Find inactive computers.
Download your FREE bulk import tool.
|