Case scenario: |
Create user accounts with home folder, share and group memberships |
| |
 |
Introduction |
| This case discusses the project of creating new Active Directory user accounts, home directories with private shares, assigning group memberships based on certain types of users (i.e. sales or marketing), and how to configure User Management Resource Administrator to perform all operations. |
| |
Requirements |
User Management Resource Administrator 6.0 or later |
A CSV formatted text file containing basic user information such as firstname and lastname |
Additional seperate columns in the CSV file which contain user role information. |
Download
the example project |
| |
Environment |
| The environment involves a mid-size company with 1 central domain (mycompany.com), 1 central domain controller running Windows 2003 (DC01), 1 file server running Windows 2000 (FILESRV01) and one database server running SQL Server 2000. The domain currently hosts 500 users. MyCompany expects to hire 100 new part-time sales and marketing employees within the next few months. |
| |
Problem |
| MyCompany management has decided that all new part-time employees must have their own user accounts with restricted access to the network. Based on whether they are sales or marketing, they must be assigned to seperate groups which allows them to access file shares on the network. The CSV file from Human Resources contains a column where the marketing or sales role is stored for each new employee. MyCompany also wants them to have their own home directories to store company documents, which should be accessible by using a private share with an automatic drive mapping in the Windows Explorer. |
| |
Solution Guide |
| Let's first discuss the logical steps needed to perform the update. First, we need to create a user account according to the username and password conventions set by MyCompany. Next, a home directory and share must be created, along with the correct permissions. Finally, the group memberships must be assigned based on the employee role. All usernames and passwords must be exported to a list so MyCompany can hand them out when the employees arrive. |
Finish
and run your project in simulation mode |
| |
|
I have a CSV file, can you help me out? |
| We have the solution to perform any migration or batch user-related
job, use the resources below to see how it works in real life: |
|
 |
I have some questions, can you guide me through? |
| Of course, we are so convinced that User Management Resource Administrator
works for your environment whatever the size, we can show you the product
and its capabilities in just 30 minutes in our own test facility for free! |
|
|
|
| |
|
| CSV: The contents of a CSV file
are similar to: |
|
Lastname,Firstname,Location
Smith,John,Main Office
Turner,Kathy,Main Office
McBride,John,Sales Office |
| |