02. Assisted Lab 2: Reporting Windows Server Specifications

3 min read 1 year ago
Published on Aug 03, 2024 This response is partially generated with the help of AI. It may contain inaccuracies.

Table of Contents

Introduction

This tutorial guides you through the process of reporting Windows Server specifications using various management tools and command-line utilities. Understanding how to gather and interpret server data is essential for effective asset management and documentation, especially in environments that require remote management.

Step 1: Access Server Manager

  • Use a management workstation (PC10) to administer the servers DC10 and MS10 remotely.
  • Sign into PC10 using the following credentials:
    • Username: Jamie
    • Password: $w0rd
  • Open Server Manager by selecting "Start" and then "Server Manager."
  • In the "AD Servers" console, select "Find Now" to locate DC10 and MS10.
  • Add these servers to your management list by selecting the arrow button and then clicking "OK."
  • Click on "All Servers" in the left pane to view summary information for the selected server group.

Step 2: Manage Server Permissions

  • Note that you may encounter data retrieval errors for DC10 due to insufficient permissions.
  • Right-click on DC10 and select "Remove Server," then confirm by clicking "OK."
  • Understand that the account Jamie can only manage MS10, a member server used for applications like file sharing and web hosting.

Step 3: Review Server Configuration

  • Right-click on the column headers in Server Manager to add "Processors" and "Memory" fields for better visibility.
  • Check the system memory installed on MS10 and note the activation and licensing status.
  • Ensure all commercial software is properly licensed for the servers and users.

Step 4: Analyze Disk Management

  • Navigate to "File and Storage Services" and select "Disks."
  • Focus on MS10 and observe the following:
    • An 80 GB online disk with no unallocated space.
    • Four 5 GB offline disks that require configuration.
  • Check the volume information for Disk 0, which hosts system partitions and free space on the C drive.

Step 5: Access Event Viewer

  • From Server Manager, go to the "Tools" menu and select "Event Viewer."
  • Right-click on "Event Viewer (Local)" and choose "Connect to Another Computer."
  • Enter MS10 in the dialog box and click "OK" to view the log files for that server.
  • Use event logs for troubleshooting, identifying issues, and filtering log files for specific information.

Step 6: Gather Data from Services Console

  • In Server Manager, select "Tools" and then "Services."
  • Right-click "Services (Local)" and connect to MS10.
  • To assess service status, locate the "World Wide Web Publishing Service":
    • Right-click it and select "Stop."
    • Attempt to access a web app (e.g., http://tickets.515support.com) to confirm the service's impact on application availability.
  • Open properties for the World Wide Web Publishing Service and check the following:
    • Logon tab: Ensure it uses a privileged account.
    • Dependencies tab: Identify any services essential for its operation.

Step 7: Review Remote Management Practices

  • Recognize important aspects of remote management:
    • Perform from secure workstations.
    • Ensure accounts have the necessary permissions.
    • Understand that remote management can be used internally and externally, but proper security measures are crucial.

Conclusion

In this tutorial, you learned how to effectively gather and report Windows Server specifications using Server Manager and related tools. Key tasks included managing server permissions, analyzing disk and service status, and utilizing Event Viewer for troubleshooting. For further practice, consider exploring additional management tools or engaging in more complex server configurations.