ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 313 - SK0-005 discussion

Report
Export

A server administrator needs to ensure all Window-based servers within a data center have RDP disabled. There are thousands of servers performing various roles. Which of the following is the best way to meet this requirement?

A. Run chkconfig ЧЧ1eve1 345 RDP off.

B. Create a PowerSheII script to disable the RDP service.

C. Run chkconfig ЧЧ list RDP.

D. Create a Bash shell script to disable the Windows Remote Management service.

E. Create a GPO to disable the Windows Remote Management service.

A.
Run chkconfig --level 345 RDP off.
Answers
A.
Run chkconfig --level 345 RDP off.
B.
Create a PowerSheII script to disable the RDP service.
Answers
B.
Create a PowerSheII script to disable the RDP service.
C.
Run chkconfig --list RDP.
Answers
C.
Run chkconfig --list RDP.
D.
Create a Bash shell script to disable the Windows Remote Management service.
Answers
D.
Create a Bash shell script to disable the Windows Remote Management service.
E.
Create a GPO to disable the Windows Remote Management service.
Answers
E.
Create a GPO to disable the Windows Remote Management service.
Suggested answer: B

Explanation:

The best way to meet this requirement is to create a PowerShell script to disable the RDP service on all Windows-based servers within a data center. PowerShell is a scripting language and commandline tool that can be used to automate tasks and manage Windows systems remotely. A PowerShell script can use cmdlets (commands) and parameters to perform actions on multiple servers at once, such as disabling a service or changing a configuration setting. RDP (Remote Desktop Protocol) is a service that allows remote access and control of a Windows system through a graphical user interface. Disabling RDP can improve security by preventing unauthorized or malicious access to the servers.

Reference: CompTIA Server+ SK0-005 Certification Study Guide, Chapter 4, Lesson 4.3, Objective 4.3; Chapter 7, Lesson 7.1, Objective 7.1

asked 02/10/2024
Manohar M
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first