Home > Articles

This chapter is from the book

This chapter is from the book

Lab 1: Active Directory Structure and Permissions

Orientation

In this procedure you will accomplish the following:

  • Add users and groups as well as organizational units.

  • Assign permissions to user accounts.

  • Identify basic client support and interoperability of different platforms.

  • Prepare for the Network+ subdomain 3.1

Procedure

Now that you have a working domain and have practiced with some of the technologies inherent to client/server networks, it is now time to implement some of the user administration involved in today’s Microsoft domains. In the following lab you will add a new administrator account on the domain controller, create additional users and groups, configure permissions, and compartmentalize the network’s structure.

  1. Create a second administrator account.

    1. Go to PC2 (Windows 2000 Server).

    2. Click the Start button, choose Programs, select Administrative Tools, and choose Active Directory Users and Computers to open the Active Directory Users and Computers console window.

    3. In the left pane, right-click the Users entry, select New, and then select User, as shown in Figure 3.1.

    4. Figure 3.1

      Figure 3.1 Creating a new user.

    5. In the New Object – User screen, type the following (see Figure 3.2):

      1. First name: John

      2. Last name: Smith

      3. Full name: John Smith (this should be entered automatically)

      4. User logon name: john_smith Remember to put an underscore between john and smith, as illustrated in Figure 3.2.

    6. Click Next.

    7. Type a password that you will remember and then type it a second time to confirm it. Notice on this screen the additional options for passwords and the ability to disable the account as you see fit.

    8. Click Next.

    9. View the summarized information, and then click Finish. The new user should be listed at the bottom of your objects list, as shown in Figure 3.3.

    Figure 3.2

    Figure 3.2 Details of the new user.

    Figure 3.3

    Figure 3.3 The new user.

  2. By default, users are given restricted rights, and are only known as a domain user. To make this person an administrator, add him to the administrators group.

    1. Right-click the new user, John Smith.

    2. Select Properties.

    3. In John Smith's Properties dialog box, click the Member Of tab, as shown in Figure 3.4.

    4. Figure 3.4

      Figure 3.4 Member Of tab in the new user account’s Properties dialog box.

    5. Click the Add button.

    6. In the new window select the Administrators group and the Domain Administrators group, and click Add.

    7. Both groups are listed in the bottom section of the Add dialog box. Click OK to return to John Smith's Properties dialog box; the resulting information should look like Figure 3.5.

  3. Set the primary group.

    1. Click the Domain Admins entry and, in the bottom of the Properties dialog box, click the Set Primary Group button.

    2. Click OK. You now have another account with which you can administer the domain.

    3. Press Ctrl+Alt+Del.

  4. Verify that you can log on as the new user, john_smith. Don't forget your new password for this account. When you're finished, log off the new account and log back on as administrator.

  5. Figure 3.5

    Figure 3.5 Member Of tab re-visited

  6. Create additional users and groups.

    1. Return to the Active Directory Users and Computers window.

    2. Using the same method as with the john_smith account, create a few more users for practice, calling them User1, User2, and User3. You do not need passwords for these accounts, nor do you need to change their group membership.

    3. Go to PC1 (Windows 2000 Professional).

    4. Boot the computer and log on as User1 to the testlab.com domain. (Remember to always select that network in the Log on To drop-down box.) You don't really need a password for the purposes of this lab, so click OK. Keep in mind, however, that you would normally want a password to protect your accounts.

    5. You are now logged on as a typical user with restricted rights. To prove it, right-click My Network Places and choose Properties.

    6. Right-click the LAN card and select Properties.

    7. Double-click Internet Protocol to open the Internet Protocol (TCP/IP) Properties dialog box. A pop-up window, shown in Figure 3.6, notifies you that you do not have sufficient privileges to access these configurations. Click OK.

    8. Figure 3.6

      Figure 3.6 Restricted user rights.

    9. You may have noticed in the LAN Card’s property box that the check boxes are grayed out, as are the buttons to install, uninstall, and so on. User1 doesn’t have rights to configure anything on this system. User1 can save data, but that is about it. This is a security feature of Windows 2000/2003 domains.

    10. Return to PC2 and access Active Directory Users and Groups again.

    11. After you have created users, you will usually want to group them. This time you will group your users together for purposes of assigning rights to multiple users at one time.

      1. Right-click Users, choose New, and select Group.

      2. Type the name testgroup. It should look like Figure 3.7.

      3. Click OK. If you scroll down, you should now see testgroup listed at the bottom. Notice that the icon has two heads instead of one; that signifies a group.

      4. Add two of your test accounts to the group as members. To begin, double-click the testgroup group; the Testgroup Properties dialog box opens.

      5. Click the Members tab.

      6. Figure 3.7

        Figure 3.7 Creating a group.

      7. Click Add.

      8. Select User2 and User3 and click Add. The users you selected will appear in the bottom pane, as illustrated in Figure 3.8.

      9. Figure 3.8

        Figure 3.8 Adding members to a group.

      10. Click OK. You will now see the users in the Members list.

      11. Click OK to close the Testgroup Properties dialog box. You have made your group! You will apply rights to the group in just a little bit.

  7. Configure permissions.

    1. Still on PC2, open Windows Explorer.

    2. Create a folder called Downloads and share it just as you did a while back on PC1. (Right-click it, select Sharing, select Share As in the pop-up window that appears, and click OK.)

    3. Right-click the folder and select Properties open the Downloads folder's Properties dialog box.

    4. Click the Security tab. The resulting dialog box should look like Figure 3.9.

    5. Figure 3.9

      Figure 3.9 The Security tab.

    6. Click Add. The resulting dialog box contains a list of users and groups, which you can sort by their column header. For example, if you click Name, the objects will be sorted alphabetically or anti-alphabetically, depending on how many times you click.

    7. Scroll down until you find the Testgroup group. Click that group to select it and then click Add, as shown in Figure 3.10.

    8. Figure 3.10

      Figure 3.10 Adding a group to the permissions of Downloads.

    9. Click OK. This returns you to the Security tab of the Downloads folder's Properties dialog box. Notice that the Testgroup is highlighted and that it shows a different set of permissions than the Everyone group. The Testgroup, which includes User2 and User3, has basic access to the Downloads folder, which you can customize at will.

    10. Add one more set of permissions.

      1. Click Add.

      2. Select Administrators from the list and click Add.

      3. Click OK. The Administrators group should show up in the Security tab of the Downloads folder's Properties dialog box.

      4. With the Administrators group selected in the top pane, click the Allow check box next to the Full Control entry in the bottom pane, as shown in Figure 3.11. Now the Administrators group has full control of the folder, and the Testgroup group has only limited control.

      5. Deselect the Allow inheritable permissions check box at the bottom of the window.

      6. When the pop-up window appears, click Remove. This removes the Everyone group from the list.

      7. Click OK.

      8. Return to Windows Explorer, open the Downloads folder, and create a new text document inside it. Call the document Test.

      9. Figure 3.11

        Figure 3.11 Giving full permissions to the administrators.

      10. Switch to PC1.

      11. Log off and log back on as User2.

      12. Access Windows Explorer.

      13. Open Tools menu select Map Network Drive.

      14. In the window that appears, select drive letter F: and type the path \\192.168.1.200\downloads as shown in Figure 3.12. This will map the drive to the folder on PC2 that you just configured.

      15. Figure 3.12

        Figure 3.12 Mapping a drive to the Downloads share on PC2.

      16. Click Finish. This opens a new window for the mapped drive and shows the test file you created in the Downloads share.

  8. Compartmentalize the network structure.

    1. Return to PC2.

    2. Open the Active Directory Users and Computers window.

    3. In the left pane, right-click the name of your domain, testlab.com, select New, and select Organizational Unit, as shown in Figure 3.13.

    4. Figure 3.13

      Figure 3.13 Creating an organizational unit.

    5. Name the organizational unit Marketing.

    6. Click OK. In the left pane, you should see the Marketing organizational unit listed. This entry is accompanied by the directory icon, which contains a folder with a book on it.

    7. Right-click the Marketing organizational unit, select New, and select User.

    8. Create a user named User4, just as you did before, and click OK. Notice that this user shows up in the Marketing organizational unit, as opposed to the main Users folder in the domain. This allows you to compartmentalize the user accounts, computer accounts, and groups. Normally an admin would do this by department—for example, creating organization units for customer service, accounting, marketing, and so on. You can also add policies for those specific objects in each organizational unit and have a different policy for each.

Working with Interoperability

Great work! That is some of the basic user administration you need to know for the field and for the Network+ exam. Now let’s uncover a little bit on interoperability between the different platforms out there:

  • Client Services for NetWare (CSNW). This is Microsoft software that can be installed to allow a Microsoft Windows client (for example, Windows 2000 Professional) to log in to a NetWare server, access NetWare resources and data, or both! It is installed from your NIC’s Properties dialog box as an add-on component known as a client.

  • Gateway Services for NetWare (GSNW). This is also Microsoft software, but it is an add-on to Windows 2000 Server. It allows an entire group of Windows 2000 Professional or other clients to access NetWare resources through one access point. That way, instead of the clients logging in to the Novell server, they can simply remain logged on to the Windows Server. Also, when GSNW is used, there is no need to load CSNW on every single individual client. You just load the GSNW service on the server.

  • Novell Client. Novell makes software to allow Microsoft clients to connect to Novell NetWare resources. This software installs on the Windows client, and will automatically enable you to see any NetWare servers on the network upon login. It is free on Novell’s website. Many administrators believe this to be better written software than the Microsoft client, but it will depend on your situation. The latest version is 4.91 and can be downloaded from http://download.novell.com. (You may have to search a little. If so, search for "Novell Client 4.91".) Alternatively, use the direct link at http://www.technicalblog.com in the Downloads section.

  1. Connect Windows systems to Novell NetWare.

    1. Log off of PC1 and log back on as Administrator.

    2. Right-click My Network Places and select Properties.

    3. Right-click the LAN card and select Properties.

    4. Click the Install button.

    5. Choose Client, and click Add. The only client option that comes up is CSNW. We are not using this client right now so just cancel out of the windows for now.

    6. On PC2, repeat steps a–c to access the LAN card's Properties dialog box.

    7. Click the Install button.

    8. Choose Client, and click Add.

    9. You should see GSNW as the only option.

    10. Cancel out of these windows.

  2. Connect Windows systems to Linux. If you want Windows clients to access a Linux system, you must install Samba on the Linux system. This allows for the emulation of server message blocks, as with Microsoft systems. With this, Windows clients can map drives as they normally would. Linux uses the Line Printer Daemon for printing services. Of course, Windows clients can also connect via FTP, which is a common alternative without any other services needed.

  3. Connect Windows systems to Apple and vice versa. Macintosh has developed a system known as Server Message Block/Common Internet File System (SMB/CIFS). This allows the clients on both platforms to access each other. AppleTalk Filing Protocol (AFP) can also be used on the Mac side for Mac clients to see the Windows Server resources. In addition, you can install File and Print services for Macintosh on the Windows 2000 Server.

    1. Go to PC2.

    2. Click the Start button, choose Settings, and select Control Panel.

    3. Double-click Add/Remove Programs.

    4. On the left side, click Add/Remove Windows Components.

    5. In the window that opens, scroll down to Other Network File and Print Services and click Details to view the File Services for Macintosh and Printer Services for Macintosh options.

  4. Connect UNIX systems to Windows. Although both platforms are written in the C language, the two use different coding for TCP/IP and services. Therefore, you need to connect the two via a sort of gateway. You can allow clients on a UNIX network to access Windows systems by installing the proper component on the Windows Server.

    1. Go to PC2.

    2. Click the Start button, choose Settings, and select Control Panel.

    3. Double-click Add/Remove Programs.

    4. On the left side, click Add/Remove Windows Components.

    5. In the window that opens, scroll down to Other Network File and Print Services and click Details to view the Print Services for UNIX.

    6. Cancel out of these windows for now.

That’s it for this lab. Let’s go over what you covered.

What Did I Just Learn?

In this lab you learned how to add objects, set up permissions, create a network structure, and work with interoperability. Specifically, you learned how to do the following:

  • Add users and groups.

  • Create organizational units.

  • Set permissions on resources.

  • Configure Linux, UNIX, Apple, and Microsoft to talk to each other.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020