シナリオ:Citrix管理者はPowerShellを使用して、Citrix仮想デスクトップインフラストラクチャ内の「Win2016-ServerOS」という名前のWindows 2016 Server OSグループの新しい再起動スケジュールを構成します。 管理者は、サーバーOSグループ内のマシンを、ユーザーがアクセスしないときに再起動する必要があります。毎日23:00h(11:00 PM)から、各マシンの再起動間隔は30分です。 管理者はどのPowerShellコマンドを使用する必要がありますか?
正解:B
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 not12