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.
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)- A2% (1)
- B7% (3)
- C2% (1)
- D89% (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.
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.
PKI (Public Key Infrastructure) is a framework for managing digital certificates and asymmetric encryption keys, not a remote access or system management tool.
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.
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
Community Discussion
No community discussion yet for this question.