nerdexam
Citrix

1Y0-204 · Question #144

Scenario: A Citrix Administrator will use PowerShell to configure a new restart schedule for the Windows 2016 Server OS group named "Win2016-ServerOS" within a Citrix Virtual Desktops…

The correct answer is B. New-BrokerRebootScheduleV2 -Name XYZ-ServerOS-DailyReboot -DesktopGroupName. The New-BrokerRebootScheduleV2 cmdlet creates a new reboot schedule for a machine catalog or a delivery group. The -StartTime parameter specifies the start time of the reboot schedule in 24-hour format. The -RebootDuration parameter specifies the time interval in minutes…

Manage a Citrix Virtual Apps and Desktops Site

Question

Scenario: A Citrix Administrator will use PowerShell to configure a new restart schedule for the Windows 2016 Server OS group named "Win2016-ServerOS" within a Citrix Virtual Desktops infrastructure. The administrator needs the machines in the Server OS group to restart at a time when no users will be accessing them: beginning at 23:00h (11:00 PM) each day, with 30-minute intervals between each machine restart. Which PowerShell command should the administrator use?

Options

  • ANew-BrokerRebootSchedule -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016-
  • BNew-BrokerRebootScheduleV2 -Name XYZ-ServerOS-DailyReboot -DesktopGroupName
  • CSet-BrokerRebootScheduleV2 -Name XYZ-ServerOS-DailyReboot -DesktopGroupName
  • DSet-BrokerRebootSchedule -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016-

How the community answered

(24 responses)
  • A
    17% (4)
  • B
    71% (17)
  • C
    4% (1)
  • D
    8% (2)

Explanation

The New-BrokerRebootScheduleV2 cmdlet creates a new reboot schedule for a machine catalog or a delivery group. The -StartTime parameter specifies the start time of the reboot schedule in 24-hour format. The -RebootDuration parameter specifies the time interval in minutes between each machine reboot. The -Frequency parameter specifies how often the reboot schedule occurs. The - DesktopGroupName parameter specifies the name of the delivery group to apply the reboot schedule to. The -Enabled parameter specifies whether the reboot schedule is enabled or not.

Topics

#PowerShell#BrokerRebootScheduleV2#restart schedule#Server OS group

Community Discussion

No community discussion yet for this question.

Full 1Y0-204 Practice