1Y0-201 · Question #34
Scenario: A Citrix Administrator needs to reduce power consumption during off-peak hours. With the current configuration, the Desktop OS machines will remain powered-on when users disconnect at the…
The correct answer is A. Use the PowerShell cmdlet: Set-BrokerDesktopGroup. The Set-BrokerDesktopGroup cmdlet is the Citrix-native PowerShell method for configuring power management actions such as shutdown on disconnect for a Delivery Group.
Question
Scenario: A Citrix Administrator needs to reduce power consumption during off-peak hours. With the current configuration, the Desktop OS machines will remain powered-on when users disconnect at the end of the workday. How could the administrator reduce power consumption during off-peak hours?
Options
- AUse the PowerShell cmdlet: Set-BrokerDesktopGroup.
- BSet the Reboot Schedule policy from within Citrix Studio.
- CCreate a shutdown scheduled task on the Desktop OS machines.
- DConfigure Power Management settings in an Active Directory Group Policy.
How the community answered
(55 responses)- A84% (46)
- B9% (5)
- C2% (1)
- D5% (3)
Why each option
The Set-BrokerDesktopGroup cmdlet is the Citrix-native PowerShell method for configuring power management actions such as shutdown on disconnect for a Delivery Group.
The Set-BrokerDesktopGroup PowerShell cmdlet from the Citrix Broker SDK allows administrators to configure power management settings for a Delivery Group, including actions to take when users disconnect, such as powering off machines during off-peak hours. This integrates directly with the Citrix brokering layer and responds to session lifecycle events rather than relying on external timers. It is the supported, Citrix-native approach for managing power states programmatically to reduce off-peak consumption.
The Reboot Schedule in Citrix Studio schedules periodic machine reboots on a timed basis and does not control power state actions triggered by user disconnects.
A Windows scheduled task shuts machines down at a fixed clock time regardless of session state and has no awareness of Citrix connection lifecycle events.
Active Directory Group Policy has no visibility into Citrix session disconnect events and cannot orchestrate Citrix-aware power management actions for VDI machines.
Concept tested: Citrix Broker SDK power management on disconnect
Source: https://developer-docs.citrix.com/en-us/citrix-daas-sdk/Broker/Set-BrokerDesktopGroup.html
Topics
Community Discussion
No community discussion yet for this question.