nerdexam
Microsoft

AZ-801 · Question #127

You are an administrator and you need to create the scheduled tasks on a remote Window based computer. Which of the following can you use to accomplish the task?

The correct answer is A. Schtasks. Schtasks is the Windows command-line utility that supports creating and managing scheduled tasks on both local and remote Windows computers.

Monitor and troubleshoot Windows Server environments

Question

You are an administrator and you need to create the scheduled tasks on a remote Window based computer. Which of the following can you use to accomplish the task?

Options

  • ASchtasks
  • BCron
  • CScheduledTasks
  • DAzSchTasks

How the community answered

(64 responses)
  • A
    86% (55)
  • B
    2% (1)
  • C
    8% (5)
  • D
    5% (3)

Why each option

Schtasks is the Windows command-line utility that supports creating and managing scheduled tasks on both local and remote Windows computers.

ASchtasksCorrect

The schtasks command supports the /S parameter to target a remote Windows computer by hostname or IP, allowing administrators to create, modify, delete, and query scheduled tasks on remote systems without requiring a GUI, remote desktop, or additional software.

BCron

Cron is a Unix/Linux scheduling daemon and is not available natively on Windows-based operating systems.

CScheduledTasks

ScheduledTasks refers to the PowerShell module with New-ScheduledTask cmdlets but is not a standalone executable tool, and schtasks is the canonical command-line answer for remote task creation.

DAzSchTasks

AzSchTasks does not exist as a real Windows or Azure utility; no such tool is available for managing scheduled tasks.

Concept tested: Remote scheduled task management using schtasks

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/schtasks

Topics

#Scheduled tasks#Windows Server management#Command-line tools#Remote administration

Community Discussion

No community discussion yet for this question.

Full AZ-801 Practice