1Y0-204 Exam QuestionsBrowse all questions from this exam

1Y0-204 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.)

Show Answer
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

9 comments
Sign in to comment
d0bermannnOption: D
Nov 20, 2021

D is correct

IthndOption: D
Sep 5, 2022

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.

paraneya06000Option: D
Oct 9, 2022

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

RDIOOption: D
Feb 9, 2023

D is the correct one.

RDIO
Feb 9, 2023

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

TIMASAOption: D
Feb 16, 2023

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

Cornholio_LMCOption: D
Mar 13, 2023

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

hawkensOption: D
Mar 31, 2023

D, for sure

ExamWolfOption: D
Apr 15, 2023

Looks like D is the correct

Smitty1954Option: D
Oct 28, 2023

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