Remote Support and Scripting Best Practices

Remote Support and Scripting Best Practices

Professional Development

21 Qs

quiz-placeholder

Similar activities

Ai & Academic Ethics

Ai & Academic Ethics

Professional Development

20 Qs

MODERN AI QUIZ 2

MODERN AI QUIZ 2

Professional Development

20 Qs

Chapter-1- Introduction to Web Development

Chapter-1- Introduction to Web Development

Professional Development

25 Qs

Refresh your knowledge in DE

Refresh your knowledge in DE

Professional Development

18 Qs

Chapter 6: Designing a Vulnerability Management Program

Chapter 6: Designing a Vulnerability Management Program

Professional Development

20 Qs

Women-in-Tek 2025 Assessment

Women-in-Tek 2025 Assessment

Professional Development

20 Qs

STS 101 - Short PRETEST Activity

STS 101 - Short PRETEST Activity

Professional Development

20 Qs

 Digital Proficiency test 2024- 25 -ANMEMS

Digital Proficiency test 2024- 25 -ANMEMS

Professional Development

17 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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?