CYB 230 Module Five Lab Worksheet

docx

School

Southern New Hampshire University *

*We aren’t endorsed by this school

Course

230

Subject

Information Systems

Date

Dec 6, 2023

Type

docx

Pages

5

Uploaded by SuperKoala931

Report
1 5-3 Lab Worksheet Chris Lawton Southern New Hampshire University CYB 230: Operating System Security Dr. Casey R. Morganelli April 2, 2023
2 CYB 230 Module Five Lab Worksheet Complete this worksheet by replacing the bracketed phrases in the Response column with the relevant information. Lab: Managing Filesystem Quotas Prompt Response Provide a screenshot of the output of the repquota command. Insert your name at the command line below the output and include it in your screenshot. Disk quotas are used by administrators to set up or deliver preemptive notifications. What are some of the automated events that could be set up to be triggered by disk quota management? A useful automated event that could be set up to be triggered by disk quota management is a notification for low disk space. When disk space starts to get low it can cause the system or programs to run much slower than it normally would so knowing when space is getting limited – it can help to mitigate this by going through and seeing what information can stay or be deleted.
3 Lab: Using Active Directory in the Enterprise Prompt Response In the lab section “Creating an Organization Unit and Users in Active Directory,” repeat Steps 7 through 11 using your name as the new user. After Step 19 , provide a screenshot of the Active Directory Users and Computer dialog box.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
4 Prompt Response In the lab section “Setting an Organizational Level Policy in Active Directory,” after Step 6 , provide a screenshot verifying that Prohibit access to the Control Panel is enabled. The GUI makes it easy to create one user at a time in Active Directory. However, sometimes more than one user needs to be created in Active Directory. What command did you learn about in the lab that can be run at the command line and can add more than one user at a time to Active Directory? Give an example of how you would add yourself as a user to Active Directory from the command line. Command: Net user (username) (password) /add Example: Net user chrislawton P@ssw0rd12 /add Describe the benefits of using organizational units and Windows Active Directory to secure operating systems. A major benefit of both organizational units and Windows Active Directory is that it allows you to create separate organizations and place users within that organization and then define that organization’s rules and regulations. This will help to ensure users follow procedures such as password policies but allows creates a least privilege situation that could ensure security within the system.
5