|
XP / 2000 clients - folder redirect, password + user name generator
|
|
| · | Create short & unique AD user names from first two letters in first name + initials + first two letters in last name. Compare new names with existing common names.
|
| · | Generate 8 character pronounceable passwords
|
| · | Create accounts, set first name, last name etc.
|
| · | Creates home directories
|
| · | Use a policy to redirect "my documents" to user home directory to a shared directory above the home directory - only one shared directory. Notice that this method only works for XP/2000 clients, read more here About home directories for different Windows clients.
|
| · | Use explorer to create and share "%HomeRoot%", in this case "e:\users". Important: the file system on the drive you choose MUST be NTFS.
|
| · | DNS domain name = "D2.acme.com" -> "SET ADDomainPath=dc=com/dc=acme/dc=D2".
|
| · | NetBIOS server name = "\\EDU8" -> listed in the [Machines] section.
|
| · | FQDN server name = "edu8.d2.acme.com" -> "SET DupeCheckFQDN=edu8.d2.acme.com".
|
| · | Use the "ADOU" variable to specify destination OU.
|
| · | Right-click the OU "students" and select "properties" from the pop-up menu (the OU "students" is created in the script above)
|
| · | Click "Group Policy"
|
| · | Click the "New" button
|
| · | Click the "Edit" button
|
| · | In the management console, click "User Configuration" / "Windows Settings" / "Folder redirection"
|
| · | Right-click "My documents", choose "properties"
|
| · | Choose setting "Basic - Redirect everyone's folder to the same location"
|
| · | Enter target folder location. Example: "\\x5012b\users\%username%"
|
| · | Settings page: Uncheck "Grant the user exclusive rights to the folder" - if you leave this option checked Windows 2000 will change the access rights setting from the CACLS command in SetupBatcher.
|