Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 1Y0-204 All Questions

View all questions & answers for the 1Y0-204 exam

Exam 1Y0-204 topic 1 question 178 discussion

Actual exam question from Citrix's 1Y0-204
Question #: 178
Topic #: 1
[All 1Y0-204 Questions]

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?

  • A. New-BrokerRebootSchedule -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016-ServerOS -Frequency Daily -StartTime “11:00” -Enabled $true - RebootDuration 30
  • B. New-BrokerRebootScheduleV2 -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016-ServerOS -Frequency Daily -StartTime “23:00” -Enabled $true - RebootDuration 30
  • C. Set-BrokerRebootScheduleV2 -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016-ServerOS -Frequency Daily -StartTime “11:00” -Enabled $true - RebootDuration 30
  • D. Set-BrokerRebootSchedule -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016-ServerOS -Frequency Daily -StartTime “23:00” -Enabled $true - RebootDuration 30
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
majkel
Highly Voted 4 years, 2 months ago
B is correct because "New-BrokerRebootSchedule" does not have "Name" argument. But to be honest with such questions they do not measure any knowledge.
upvoted 13 times
d0bermannn
3 years ago
b is most correct of all, but RebootDuration 30 param defines obviously not interval between reboots eq 30. it is reboot phase duration for all vda affected
upvoted 3 times
...
...
MassRattler
Most Recent 5 months, 3 weeks ago
Selected Answer: B
B is correct. New-BrokerRebootScheduleV2: This cmdlet is used to create a new reboot schedule for a desktop group. It allows you to specify various parameters such as the day, frequency, start time, and duration of the reboot schedule, as well as any warning messages or titles to be displayed before the reboot. Set-BrokerRebootSchedule: On the other hand, is used to update the values of one or more existing desktop group reboot schedules. It can modify parameters like the day, description, frequency, and other settings related to an already defined reboot schedule
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...