Remote Support and Scripting Best Practices

Remote Support and Scripting Best Practices

Professional Development

21 Qs

quiz-placeholder

Similar activities

Redundancy Strategies

Redundancy Strategies

Professional Development

16 Qs

Prelim: Networking II

Prelim: Networking II

Professional Development

20 Qs

IP Addressing

IP Addressing

Professional Development

20 Qs

NMC-IT PD 2024

NMC-IT PD 2024

Professional Development

20 Qs

CyberSecurity Training-Quiz

CyberSecurity Training-Quiz

Professional Development

19 Qs

SENAI 2024 | REDES 1

SENAI 2024 | REDES 1

Professional Development

19 Qs

Network+ 802.11, cellular, vpn

Network+ 802.11, cellular, vpn

Professional Development

23 Qs

Remote Support and Scripting Best Practices

Remote Support and Scripting Best Practices

Assessment

Quiz

Information Technology (IT)

Professional Development

Medium

Created by

Adrian Henderson

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A technician needs to provide remote assistance to a user who is working from home. The user is not on the same local network as the technician, and they prefer a simple, secure way to allow the technician to control their machine without manually configuring router settings. Which of the following tools is BEST suited for this situation?

Virtual Network Computing (VNC)

Microsoft Quick Assist

Secure Shell (SSH)

Remote Desktop Protocol (RDP) with port forwarding

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An administrator wants to ensure that only authenticated users can initiate a Remote Desktop Protocol (RDP) session to a Windows server. Additionally, they need to protect against credential theft when connecting remotely. Which of the following settings should the administrator configure?

Disable TCP/3389

Enable Network Level Authentication (NLA)

Use VNC with a strong password

Enable guest accounts for RDP access

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A system administrator is writing a Bash script to automate system backups. During testing, the script enters an endless loop, consuming system resources and making the server unresponsive. Which of the following BEST describes a scripting best practice to prevent this issue?

Use comments to document each line of code

Always use API calls instead of loops

Validate loop exit conditions before deployment

Avoid using variables in scripts

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A technician is deploying a remote monitoring and management (RMM) tool that allows them to track performance metrics, apply patches, and offer remote support for company devices. The client requests out-of-band (OOB) management capability for hardware issues, even when the OS is not running. Which of the following technologies should the technician recommend?

Intel vPro / AMD PRO

Secure Shell (SSH)

Microsoft Remote Assistance

Virtual Private Network (VPN)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A junior admin needs to create a script that checks for a mapped network drive and remaps it if necessary. They are using PowerShell on a Windows system. Which of the following lines of code would accomplish this task?

if [ -z "$1" ]; then echo "No drive"; fi

If (Test-Path L:) { Get-PSDrive L | Remove-PSDrive } New-PSDrive -Name "L" -Persist -PSProvider FileSystem -Root "\\MS10\LABFILES"

scp user@remotehost:/path /localpath

ping \\MS10\LABFILES

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

An IT security specialist is concerned about the risk of exposing Remote Desktop Protocol (RDP) to the Internet by opening port 3389 on the firewall. They want to provide secure remote access for users. Which of the following solutions would BEST address this concern?

Use a VPN to tunnel RDP traffic

Disable Network Level Authentication (NLA)

Enable port forwarding for TCP/3389

Install a VNC server

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A developer wants to automate the installation of applications and perform automated backups on multiple machines running different operating systems. Which of the following scripting languages would be MOST appropriate for cross-platform automation?

PowerShell

Batch scripting

Python

Visual Basic Script

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?