Question

You know you’ll be creating several users for each department in csmtech.local. Users in each department...

You know you’ll be creating several users for each department in csmtech.local. Users in each department will have some common attributes, specifically membership in their departmental groups and information in the Organization tab’s Department and Company fields. Create a user template for each department. What are some best practices you should follow when creating this user template?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Creating a user template. This template can be used for multiple departments with the required attributes configured. I would always test the template before doing a mass input. This steps will show you how to setup a User Template in the sales department.

  1. As Administrator open Active Directory Users and Computers.
  2. Click to expand the Marketing OU and then click the Sales OU.
  3. In the Sales OU, create a group named Sales-A with the default group scope and group type. You’ll add the user template to this group so that all Sales OU users belong to this group by default.
  4. In the Sales OU, create a user with the full name _Sales Template, the logon name _SalesTemplate, and the password Password01. Make sure the Account is disabled and User must change password at next logon check boxes are selected.
  5. After you’ve created this user, right-click the _Sales Template user and click Properties.
  6. In properties you can change an assortment of attributes. 7 – 9 are some samples of attributes.
  7. Click the Account tab. You can change times and days the computer are accessible by the user.
  8. Click the Organization tab. Sales in the Department text box,
  9. Click the Member Of tab. Add the account to the Sales-A group. Click OK until the Properties dialog box is closed.
  10. In the right pane of Active Directory Users and Computers, right-click the _Sales Template user and click Copy. Type Sales in the First name text box, Person1 in the Last name text box, and sales1 in the User logon name text box, and then click Next.
  11. Type Password01 in the Password and Confirm password text boxes. Notice that the Account is disabled check box is selected because you set this option for the _Sales Template account. Click to clear the Account is disabled check box, and then click Next. Click Finish.
  12. Right-click Sales Person1 and click Properties. Arrange the Properties dialog box so that you can see the _Sales Template user in Active Directory Users and Computers. Right-click _Sales Template and click Properties. Arrange the two Properties dialog boxes side by side so that you can compare them. Make sure the General tab is visible in both.
  13. Notice that no fields in the template’s General tab were copied to the Sales Person1 user. Click the Address tab in both Properties dialog boxes and notice that the Street field wasn’t copied but the rest of the address was. Click the Organization tab and notice that only the Job Title field wasn’t copied.
  14. Click the Member Of tab in both Properties dialog boxes and notice that the group membership was copied.

You will create a template for other department the same way with the correct names and associations. The information inputted in general, address, and organization tabs was not completely copied. This are some minor configurations that will require some manual input. Best practices for creating user templates. You will always disable the template account, so it is not a security risk. The underscore is a simple way of recognizing that it is a template considering the list is alphabetical order, it will always be at the top of the list. Use the same password for all user templates. Even though its considered in an article “configure the password so it does not expire” (IT Professionals, 2005)

Add a comment
Know the answer?
Add Answer to:
You know you’ll be creating several users for each department in csmtech.local. Users in each department...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Case Project 7-3: Creating User Templates for Each Department You know you’ll be creating several users...

    Case Project 7-3: Creating User Templates for Each Department You know you’ll be creating several users for each department in csmtech.local. Users in each department will have some common attributes, specifically membership in their departmental groups and information in the Organization tab’s Department and Company fields. Create a user template for each department. What are some best practices you should follow when creating this user template? Case Project 7-4: Creating Users for Your Departments Using the user template from Case...

  • Use Java and please try and show how to do each section. You are creating a 'virtual pet' program...

    Use Java and please try and show how to do each section. You are creating a 'virtual pet' program. The pet object will have a number of attributes, representing the state of the pet. You will need to create some entity to represent attributes in general, and you will also need to create some specific attributes. You will then create a generic pet class (or interface) which has these specific attributes. Finally you will make at least one subclass of...

  • Creating the Home and Template Pages Overview In this assignment, you will start building your Web...

    Creating the Home and Template Pages Overview In this assignment, you will start building your Web site for your fictional organization by creating a homepage using HTML5 and some of the key elements that define a Web page. You are required to use either a simple text editor to write your code, or an enhanced text editor such as Brackets. Note: Microsoft Word is not a good tool for developing code because it is a document processor and not a...

  • PHP, HTML, CSS I have to make a website for a health club. Or a spa. Or some other kind of business where you have a mem...

    PHP, HTML, CSS I have to make a website for a health club. Or a spa. Or some other kind of business where you have a membership and keep track of transactions for those customers. First I need to create a page where the customer is signed up for a membership. The fields should include: First name Last name Street Address City State Zip Code Email Phone Number I should create a table that has all of that data as...

  • Analyzing and Creating Value for Stakeholders For this discussion, consider important stakeholders from an organization you...

    Analyzing and Creating Value for Stakeholders For this discussion, consider important stakeholders from an organization you are familiar with or from those at Independence Medical Center presented in the Vila Health: Analysis of an EHR System. If you were going to implement improvements in an EHR or HIT system, who would be the most important to get onboard? Additionally, how could you illustrate value to the relevant groups to help create buy-in for specific improvements? Keep these thoughts in mind...

  • Image that you are a member of a development team that is creating a large and...

    Image that you are a member of a development team that is creating a large and important web-based application. This application is critical to the company and must be available 24 hours per day. The team anticipates internet user traffic can be quite high at certain times. Some team members believe that this application should be cloud-based and is leaning toward using Amazon Web Services (AWS). You want to examine other alternatives. Your task is to create a presentation explaining...

  • NO VECTORS PLEASE Start a simple Matrix template class In this lab, you’ll be writing a...

    NO VECTORS PLEASE Start a simple Matrix template class In this lab, you’ll be writing a template class to represent a matrix. Because it’s a template, your matrix class will be able to work with different types of underlying data. Start by creating a new file matrix.hpp. Inside this file, start to write your matrix template class. Here’s a start for the class definition: template <class T> class Matrix { private: int _rows; int _cols; T** data; public: Matrix(int rows,...

  • QUESTION: (Answer in SQL) Write an SQL query to find all pairs of users (A,B) such...

    QUESTION: (Answer in SQL) Write an SQL query to find all pairs of users (A,B) such that both A and B have blurted on a common topic but A is not following B. Your query should print the names of A and B in that order. BACKGROUND INFO: Users can post their thoughts in form of short messages that we call “blurts”. When signing up, users need to provide their email and a password of their choice. In addition, they...

  • UNIX File Permission help, please answer the questions in the green boxes. Thank you Lab 03...

    UNIX File Permission help, please answer the questions in the green boxes. Thank you Lab 03 File Permissions In this lab we will: learn about file permissions learn to create symbolic links and hard links Utilities that will be utilized in this Lab: us, cd, less, cat touch, chmod id umask, mkdir, In, echo and redirection Users and Groups Linux supports several methods of controlling access to files an directories. In this lab we are going to learn the traditional...

  • I need help in creating a testcode for this pseudocode in Java. For following questions, please...

    I need help in creating a testcode for this pseudocode in Java. For following questions, please provided your solutions for each of the questions ina separate Word document. 1. Write pseudocode for the following problem: (10 points) You are in charge of the school's IT department and several classes are asking to by iPads for use in their classes. Based on the number ofiPads each class requested, determine the total costs for each classroom. The only information given is that...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT