KontaktJan Pieter TestimonialWe have 3600 students and 200 staff members. We create 3600 accounts every year and clean them out like lockers at the end of the year. Can you immagine doing that by hand!! User managment is a god send. Gregory BasileRead more... |
Case scenario:Create user accounts with home folder, share and group membershipsIntroductionThis 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
Downloadthe example project EnvironmentThe 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. ProblemMyCompany 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 GuideLet'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: Read the details on Visual ScriptingI 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! View the Guided Product TourRequest Live Online DemoDownload Trial version NOWCSV: The contents of a CSV file are similar to: Lastname,Firstname,Location |