试题详情

Q68. 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? (场景:Citrix管理员将使用PowerShell为Citrix虚拟桌面基础设施中的Windows 2016服务器操作系统组,名为“Win2016-ServerOS”配置一个新的重启计划。管理员需要在没有用户访问时将Server OS组中的机器重新启动:从每天23:00h(晚上11:00)开始,每台机器重启间隔30分钟。管理员应该使用哪个PowerShell命令?

ANew-BrokerRebootSchedule -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016- ServerOS -Frequency Daily -StartTime “11:00” -Enabled $true - RebootDuration 30

BNew-BrokerRebootScheduleV2 -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016- ServerOS -Frequency Daily -StartTime “23:00” -Enabled $true - RebootDuration 30

CSet-BrokerRebootScheduleV2 -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016- ServerOS -Frequency Daily -StartTime “11:00” -Enabled $true - RebootDuration 30

DD.Set-BrokerRebootSchedule -Name XYZ-ServerOS-DailyReboot -DesktopGroupName Win2016- ServerOS -Frequency Daily -StartTime “23:00” -Enabled $true - RebootDuration 30