Exam 1Y0-312 All QuestionsBrowse all questions from this exam
Question 76

Scenario: A Citrix Engineer recently changed the XML port in the Citrix Virtual Apps and Desktops site. After the change, the engineer observed that there is an

XML communication port mismatch. The engineer immediately identified that the port was only changed on the Delivery Controller and no change was performed on the StoreFront server.

What are the two ways the engineer can change the port on the StoreFront server to match the changes made on the Delivery Controller? (Choose two.)

    Correct Answer: C, D

    To change the XML port on the StoreFront server to match the changes made on the Delivery Controller, the engineer has two appropriate methods. One way is to run a PowerShell command on the StoreFront server, which allows for specifying and updating the required settings programmatically. Another way is to make changes in the StoreFront settings using the StoreFront console, which provides a graphical interface for making configuration changes. Both methods are valid and can effectively ensure that the XML communication port matches between the Delivery Controller and the StoreFront server.

Discussion
Andreas123Options: CD

C & D, you can change it via StoreFront console an via PowerShell cmdlet Set-STFStoreFarm , refer to https://developer-docs.citrix.com/projects/storefront-powershell-sdk/en/latest/Set-STFStoreFarm/

CoolReaperOptions: CD

Correct answer - C + D

ort117Options: BD

B & D. webconfig has information about XML connections and we can change it via StoreFront console

3e7c34b

Looks like there are three correct answers: BCD.

Bradfish83Option: C

https://developer-docs.citrix.com/projects/storefront-powershell-sdk/en/latest/Set-STFStoreFarm#set-stfstorefarm $store = Get-STFStoreService $farm = Get-STFStoreFarm -StoreService $storeService Set-STFStoreFarm $farm -FarmType XenDesktop -Port 80 -TransportType HTTP -Servers Xen1,Xen

Bradfish83

This was supposed to be C and D

ErezbOptions: CD

Port and console

EUC_PROOptions: CD

I agree with other comments. C & D is correct

KehriOptions: CD

C and D