nerdexam
Citrix

1Y0-301 · Question #23

Scenario: A Citrix Engineer created a Delivery Group containing 1000 virtual desktops. The engineer sets the power management settings to ensure that 900 desktops are available during peak times…

The correct answer is B. Set-BrokerDesktopGroup. Set-BrokerDesktopGroup is the correct cmdlet to configure power management settings such as peak and off-peak desktop availability counts for a Delivery Group.

Managing the Environment

Question

Scenario: A Citrix Engineer created a Delivery Group containing 1000 virtual desktops. The engineer sets the power management settings to ensure that 900 desktops are available during peak times, and only 10 during off-peak hours as fewer users log in. The engineer discovers that even in off-peak hours, 100 or more desktops are available. Which PowerShell cmdlet should the engineer use to set the desired power behavior?

Options

  • ASet-BrokerCatalog
  • BSet-BrokerDesktopGroup
  • CSet-BrokerDesktopPowerAction
  • DSet-BrokerDesktopPowerActionMetaData

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    77% (17)
  • C
    5% (1)
  • D
    14% (3)

Why each option

Set-BrokerDesktopGroup is the correct cmdlet to configure power management settings such as peak and off-peak desktop availability counts for a Delivery Group.

ASet-BrokerCatalog

Set-BrokerCatalog modifies properties of a Machine Catalog such as description or provisioning scheme, not the power management schedule of a Delivery Group.

BSet-BrokerDesktopGroupCorrect

Set-BrokerDesktopGroup controls Delivery Group-level settings including power management parameters like OffPeakBufferSizePercent and PeakBufferSizePercent, which determine how many desktops remain powered on during peak and off-peak periods. If the off-peak value is not explicitly set via this cmdlet, the Delivery Controller may retain a higher default, causing more desktops to stay on than intended.

CSet-BrokerDesktopPowerAction

Set-BrokerDesktopPowerAction is used to issue an immediate power action (boot, shutdown, restart) to a specific desktop, not to configure ongoing power management policies.

DSet-BrokerDesktopPowerActionMetaData

Set-BrokerDesktopPowerActionMetaData manages metadata tags on existing power action objects and has no role in defining peak or off-peak buffer size thresholds.

Concept tested: PowerShell cmdlet for Delivery Group power management configuration

Source: https://developer-docs.citrix.com/en-us/citrix-virtual-apps-desktops-sdk/current-release/Broker/Set-BrokerDesktopGroup.html

Topics

#power management#Set-BrokerDesktopGroup#Delivery Group#off-peak hours

Community Discussion

No community discussion yet for this question.

Full 1Y0-301 Practice