nerdexam
CompTIA

CV0-003 · Question #350

An administrator needs to remotely change the computer name of a host server. The server does not have a GUI. Which of the following should the administrator use?

The correct answer is D. RDP. RDP (Remote Desktop Protocol) provides remote command-line access to Windows Server Core installations without a GUI, allowing administrators to run PowerShell or CMD commands to manage server settings.

Operations

Question

An administrator needs to remotely change the computer name of a host server. The server does not have a GUI. Which of the following should the administrator use?

Options

  • AKVM
  • BPKI
  • CVNC
  • DRDP

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    7% (3)
  • C
    2% (1)
  • D
    89% (40)

Why each option

RDP (Remote Desktop Protocol) provides remote command-line access to Windows Server Core installations without a GUI, allowing administrators to run PowerShell or CMD commands to manage server settings.

AKVM

KVM (Keyboard, Video, Mouse) over IP provides out-of-band hardware console access typically used for BIOS-level or pre-boot management, and is not the preferred tool for OS-level administrative tasks like renaming a running server.

BPKI

PKI (Public Key Infrastructure) is a framework for managing digital certificates and asymmetric encryption keys, not a remote access or system management tool.

CVNC

VNC (Virtual Network Computing) requires an active graphical desktop environment running on the target system, making it non-functional on a server that has no GUI installed.

DRDPCorrect

When connecting via RDP to a Windows Server Core host that has no Desktop Experience installed, the administrator receives a command-prompt or PowerShell session rather than a full graphical desktop. From this session, commands such as Rename-Computer in PowerShell or netdom.exe can be executed to change the server's computer name and restart it remotely. RDP is the standard built-in remote management protocol for Windows servers and functions fully on GUI-less Server Core deployments.

Concept tested: Remote CLI management of Windows Server Core via RDP

Source: https://learn.microsoft.com/en-us/windows-server/administration/server-core/server-core-manage

Topics

#remote administration#RDP#server management#headless server

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice