Differences between revisions 8 and 9
Revision 8 as of 2017-11-15 02:14:52
Size: 1680
Editor: scot
Comment:
Revision 9 as of 2017-11-15 02:15:27
Size: 1665
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 6: Line 5:
 1. Create a powershell script that creates users listed [[attachment:Passwords.csv|here]]. 
   1. Create them in the OU = OU_Sales Team
    1. I will give you a .csv file to use.
   1. Make sure to set the home directory H: to map to \\cpte230a\users\[username]
 1. Create a powershell script that creates users listed [[attachment:Passwords.csv|here]].
  1. Create them in the OU = OU_Sales Team
  1. I will give you a .csv file to use.
  1. Make sure to set the home directory H: to map to \\cpte230a\users\[username]
Line 12: Line 11:
To test this, logon to cpte230w with one of the users and check to see if you have a H: mapped to the share.  To test this, logon to cpte230w with one of the users and check to see if you have a H: mapped to the share.
Line 14: Line 13:
Change the default domain group policy object and change the password policy to allow passwords that have letters and numbers without symbols and a length of at least 8 characters.  Change the default domain group policy object and change the password policy to allow passwords that have letters and numbers without symbols and a length of at least 8 characters.
Line 19: Line 18:
 1. Redirect the Documents folder to the home directory.   1. Redirect the Documents folder to the home directory.
Line 23: Line 22:
Document the OU created in the appropriate page. Document the Group policy in an appropriate page.  Document the OU created in the appropriate page. Document the Group policy in an appropriate page.
Line 26: Line 25:
||'''Topics'''||'''Points'''||
||Logon to CPTE230W and show that the GPO is working. || 25 ||
||Show that you have the correct home directory mapped || 25 ||
||Show that the Documents folder is going to the correct place || 25 ||
||Show the documentation || 25 ||
||'''Topics''' ||'''Points''' ||
||Logon to CPTE230W and show that the GPO is working. ||25 ||
||Show that you have the correct home directory mapped ||25 ||
||Show that the Documents folder is going to the correct place ||25 ||
||Show the documentation ||25 ||

Lab 25 Group Policies 2 and Powershell 2

Group Policies / Powershell lab 2 will create a set of users, groups. We'll create a GPO that sets the password policy and creates user folders. User folders will map to the p: drive. Let's get started.

  1. Create a new Organizational Unit called OU_Sales Team
  2. Create a powershell script that creates users listed here.

    1. Create them in the OU = OU_Sales Team
    2. I will give you a .csv file to use.
    3. Make sure to set the home directory H: to map to \\cpte230a\users\[username]
  3. Write a script to create the users from the .csv file. Include in this script the creation of the home directories with permissions set for the user.

To test this, logon to cpte230w with one of the users and check to see if you have a H: mapped to the share.

Change the default domain group policy object and change the password policy to allow passwords that have letters and numbers without symbols and a length of at least 8 characters.

Add a GPO for the OU_Sales Team and set the following:

  1. Set the background to a image of your choice.
  2. Redirect the Documents folder to the home directory.
  3. Restrict users from bringing up the task manager.

Documentation

Document the OU created in the appropriate page. Document the Group policy in an appropriate page.

Video Grade Guide

Topics

Points

Logon to CPTE230W and show that the GPO is working.

25

Show that you have the correct home directory mapped

25

Show that the Documents folder is going to the correct place

25

Show the documentation

25

WindowsAdministration/Lab25GroupPoliciesAndPowerShellToo (last edited 2022-12-01 19:26:08 by scot)