Exam 1Y0-204 All QuestionsBrowse all questions from this exam
Question 160

A Citrix Administrator needs to secure communication between StoreFront and the Delivery Controllers for a Citrix Workspace app implementation by configuring the ___________ setting in the ___________. (Choose the correct option to complete the sentence.)

    Correct Answer: D

    To secure communication between StoreFront and the Delivery Controllers, the appropriate setting to configure is TrustRequestsSentToTheXmlServicePort. This setting ensures that requests sent to the XML service port are trusted, and it is done on the Delivery Controllers. The correct PowerShell command to implement this is Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $true, and it must be executed on the Delivery Controllers.

Discussion
Smitty1954Option: D

They are all wrong. There is no = sign in the actual command and the required hyphen is missing before the parameter being set in each answer. But ignoring the typos, D is correct. Corrected command: Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $true

ExamWolfOption: D

Looks like D is the correct

hawkensOption: D

D, for sure

Cornholio_LMCOption: D

D. Set-BrokerSite TrustRequestsSentToTheXmlServicePort=$true; Delivery Controllers

TIMASAOption: D

Or on a Citrix Delivery Controller, run the following commands: asnp citrix.* Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $true

RDIOOption: D

D is the correct one.

RDIO

https://carlstalhood.com/category/storefront/#:~:text=Or%20on%20a,BrokerSite%20%2DTrustRequestsSentToTheXmlServicePort%20%24true

paraneya06000Option: D

D is correct https://developer-docs.citrix.com/projects/citrix-virtual-apps-desktops-sdk/en/latest/Broker/Set-BrokerSite/

IthndOption: D

I think it's D. https://support.citrix.com/article/CTX133982/how-to-manually-install-and-configure-citrix-receiver-for-passthrough-authentication#step-2-new-rec 2. Configure XML trust services on the Delivery Controller On XenDesktop 7 or later or XenApp 7.5 or later, run the following PowerShell command as an administrator on the Delivery Controller: asnp Citrix* Set-BrokerSite -TrustRequestsSentToTheXmlServicePort $True Refer to the Knowledge Center article: Error: "An error occurred while making the requested connection". Note: On XenApp 6.5, XML Service Port and Trust is enabled using the Graphical User Interface. For more information, see Configuring the Citrix XML Service Port and Trust.

d0bermannnOption: D

D is correct