SYS 255 ‐ Lab 6 - connor0329/repository-1 GitHub Wiki

What we did in this Lab

1. Setting up a Username and Password on "fs01"

EX:

  • When prompted with "administrator must change password" select Ok, type in the the new password: "Lacrossekid3" (Username: Administrator)

2. Setting up the network address settings for "fs01" and changing the hostname

EX:

Changing Hostname

  • Type "2"
  • Type in the new hostname, "fs01-connor"
  • Computer needs to restart for the changes to take effect

Setting up Network Settings

  • Type "8"
  • Next to "Select Network Adapter Index:", type "1"
  • Next to "Select Option:", type "1"
  • Next to "Select (D)HCP, or (S)tatic IP", type "s"
  • For "Static IP", type "10.0.5.8"
  • For subnet mask type "255.255.255.0"
  • For default gateway type "10.0.5.2"
  • Should look like this when done :

3. Joining the "connor.local" domain

EX:

  • Type "1"
  • Next to "Join (D)omain or (W)orkgroup", type "d"
  • Next to "Name of domain to join", type "connor.local"
  • Next to "Specify an authorized domain\user", type "connor.mccracken-adm"

4. Switching to the "Connor McCracken (adm)" user on "fs01"

EX:

  • When starting "fs01" press "esc" until you get to the screen where you can select "other user", select "other user"
  • For "Username" type "connor.mccracken-adm", for password type "Lacrossekid3"

5. Adding "File service tools" and "File Server Resource Manager Tools" features to "ad01" Server manager

EX:

  • Open Server Manager
  • On "Before you begin", click "next
  • On "Installation type" make sure "Role-based or feature-based installation" is selected, click "next"
  • On "Server Selection" make sure "ad02-connor" is selected
  • On "Server Roles", click "next"
  • On "Features" click the dropdown "Remote Server Administration Tools", click the dropdown "Role Administration Tools", check "File service tools" and click the dropdown, check "File Server Resource Manager Tools"
  • Confirm Install

6. Adding fs01 to "All servers" on server manager

EX:

  • Right click, "All servers" and click "Add servers"
  • In the "Name (CN)" field type "fs", then click "find now"
  • select "fs01-connor", click "Ok"

**7. Creating a new Global security group "Sales-Users"

EX:

  • Review "SYS255 Lab 5" to figure out how to add the "SYS255" OU as well as "Computers", "Users", and "Groups" OU's within it
  • Right click on the "Groups" OU, hover over "new", select "group", in the "Group Name" section type "sales-users"

**8. Adding Users "Bob" and "Alice" to the "Users" OU

EX:

  • Right click on the "Users" OU, hover over "new", click "User"
  • In the "First name" field type "bob", in the "User Logon field" type "bob", in the "Password" fields type "Lacrossekid3"
  • Do the same steps above for "alice"

9. Adding "Alice" to the "Sales-Users"

EX:

  • Select the "Groups" OU, double click on "Sales-Users"
  • Select the "Members" tab at the top, click "add.." , in the "enter object field" type "alice", click "Check names", click "Ok"

10. Adding the "File server resource manager" feature to "fs01" on Sever Manager

EX:

  • Right click "fs01-connor", select "add roles and features"
  • Click next until you get to "Server Roles"
  • Click the dropdown "File and Storage Services"
  • Check and click the dropdown "File and ISCSI services", check "File Server Resource Manager"

11. Opening the firewall on "fs01" to allow for managing of the File Server

EX:

  • Make sure you're on "fs01"
  • In the command line type: (netsh advfirewall firewall set rule group="Remote File Server Resource Manager Management" new enable=yes)

12. Creating a new share called "Sales" on "fs01"

EX:

  • Click on "File and Storage services", the bottom left tab, on Server Manager
  • Select the "Shares" tab, in the open white space below "SYSVOl" right click and select "New Share"
  • On "Select Profile", select "SMB Share - Quick", click next
  • On "Share Location", select "fs01-connor", click next
  • On "Share Name", in the "Share name" field type, "Sales"
    • Local path to Sales is: C:\Shares\Sales
    • Remote path to Sales is : \fs01-connor\Sales
  • Click next until, you can select "create"

13. Assigning the "Sales-Users" group to the new share "Sales" and giving the group full permissions

EX:

  • Right click on the "Sales" share, select "Properties"
  • Select the "Permissions" tab on the left, click "Customize permissions"
  • Select the "Share" tab, Remove "Everyone"
  • Click "add", select, "select a principle"
  • In the "Enter the object" field type "sales-users", click "check names", click "ok"
  • In the "Permissions" field check "Full Control"
  • In the "Share" tab click "Apply", click "Ok"
  • Before exiting "Sales Properties", make sure in the "Permissions" tab from the beginning you click "Apply"

14. Creating a group policy to map to the "S:" drive to the "\fs01\sales" share for all users in the "sales-users" group

EX:

  • Click on "tools" on Server manager, select "Group Policy Management"
  • Click the dropdown "Forest: connor.local", click the dropdown "Domains", click the dropdown "connor.local", right click "Group Policy Objects" and select new
  • In the name field type "Sales S drive mapping"
  • Right click "Sales S drive mapping", select "edit"
  • Click the dropdown "User configuration > Preferences > Windows Settings > Drive Maps
  • Right click "Drive Maps", hover over "new", select "Mapped Drive"
  • In the "action" section select the drop-down and select "Create"
  • In the "location" section type "\fs01-connor\sales"
  • In the "Drive Letter" section click the dropdown next to "use" and select "S"
  • Check "reconnect"
  • Back in the "Group Policy Management" double click "Sales S drive mapping"
  • Make sure "scope" is selected
  • In the "security filtering" tab, click "add"
  • In the "enter the object" field type "sales-users", click "check names", "Ok"
  • Back in the "Group Policy Management", right click the "SYS255" OU, select "Link an existing GPO"
  • Click "Sales S drive mapping", click "OK"
  • Open command prompt, type "gpupdate /force"

Important Information from this lab

Important information for future Labs

DNS server - "10.0.5.6"

fs01 static IP address - "10.0.5.8"

Default gateway - "10.0.5.2"

fs01 hostname - "fs01-connor"

Domain - "connor.local"

Adm Domain user - "connor.mccracken-adm"