*
Networking Technologies
Project 2 - Setting Up the Network File System *

Description

As the network administrator of a private midwestern college, you are asked to set up the network file system using the guidelines shown below. Logon script and documentation procedures will also be implemented.


Guidelines

Context and Directories

All Directory operations should be performed on your Windows Server 2019 classroom computer.

Create the following directories:

Plan your file system security following the guidelines below:

  1. Sketch out the directory structure FIRST and show trustee assignments.
  2. The SHARED directory should be available to all faculty, staff and students.
    Students should not be able to change anything in the SHARED directory.
    Faculty and Staff should be able to create and delete only their own files and folders.
  3. SHARED\FACULTY should only be available to faculty to create and delete ALL files and folders.
  4. SHARED\STAFF should only be available to staff and the Business Department Chair to create and delete ALL files and folders.
  5. All faculty and staff should be able to run the WRITE2.EXE word processor.
  6. All students should be able to run WRITE1.EXE.
  7. The council should be able to run both WRITE1.EXE and WRITE2.EXE.
  8. All faculty, staff and students should be able to run SS.EXE.
  9. Only the network administrator should have access to SETUP and TEMP.


Implementation

  1. Implement your file system security plan by assigning permissions
  2. Create and test a LOGON_P.BAT script to create the following drive mappings.
    • Assign drive letter H: to each user home directory.
    • Assign drive letter S: to the Shared directory for each user.
    • Assign drive letter P: to the Apps folder for each user.
  3. Using Group Policy Object management for the HC Organizational Unit, implement the logon script.

Testing

  1. Log on as different users to test your drive mappings and file system security.
  2. Run WRITE1.EXE and/or WRITE2.EXE and SS.EXE from your APPS directories out to the Windows desktop and try running them as different users.

Documentation

Start a documentation file called PROJECT.TXT (Windows Notepad) in D:\PROJECT\SETUP. Include your file system security sketch and a copy of your finished LOGON_P.BAT.

Hand In

*
This page maintained by bobh@hesston.edu