What can you do with VBScript in Windows 2003?
One of the easiest predictions to make is that Windows server scripting will
be big in the year 2004.
Just as you may have had the choice of learning German or French in school,
so you have the choice of VBScript or JScript for controlling your Windows 2003
servers and networks.
So what can you do with VBScript (JScript)?
- Create Users in Active Directory
- Map network drives and printers in logon scripts
- Interrogate Event Logs
- Make changes to the Registry
- Produce reports on the operating system, for example memory and disk
usage.
- Create Mailbox-enabled users for use with Exchange
Create Users in Active Directory
There are at least 6 ways of creating users in Active Directory. I
suggest a 'killer' use for a VBScript is where you have hundreds or thousands of
new people joining your domain. Using this method relies on the user properties being in a
spreadsheet.
Here are the other methods along with an word about their personality!
- VBScript – Wise professor, very versatile.
- CSVDE - Solid versatile.
- LDIFDE – Fringe or 'Special teams player'.
- DS Add – New kid on the street.
- ADC agreements - The specialist. Here is a tool for migrating from Exchange 5.5
to Active Directory.
- Active Directory Users and Computers - A reliable workhorse, but a bit of a
plodder where you have lots of accounts to create.
|