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

Scenario: A Citrix Administrator ran the Get-BrokerSite PowerShell command on the primary Delivery Controller to obtain overview information of the infrastructure.

The administrator received the error as shown in the exhibit.

Click on the Exhibit button to view the error.

Why did the administrator receive this PowerShell error?

    Correct Answer: B

    The error message indicates that the 'Get-BrokerSite' command is not recognized. This typically happens when the necessary Citrix PowerShell snap-ins or modules are not loaded. To run Citrix-specific commands, it's often required to load these snap-ins or modules first using the Add-PSSnapin Citrix* command. This ensures that PowerShell recognizes and can execute Citrix-related commands.

Discussion
[Removed]Option: B

I think B since the command does show as running with Administrator privilege.

JenBe

Exhibit shows that it's started in adminmode. See title!

Hano94Option: B

Yes, B is correct. You can already see in the screenshot that it's running as admin.

TedEx2Option: B

Clearly is B

majkelOption: B

"B" is correct - not recognized command error is caused by not loaded "Citrix.Broker.Commands" PS module

d0bermannn

it is not nessesary to use 'asnp citrix*' since 1912CU2, but B is most correct

CoralonOption: B

B is correct. Even if you weren't running in Admin mode, you would get a different error if the Citrix snapins were already loaded. This is a generic powershell error for any cmdlet it can't find.

d0bermannn

it is not nessesary to use 'asnp citrix*' since 1912CU2, but B is most correct

izz123Option: B

Definitely B. This happens to me all the time... I always forget.

d0bermannn

it is not nessesary to use 'asnp citrix*' since 1912CU2, but B is most correct

bagsaschOption: D

Correct answer is D

yxh

If D, will got another error message.

petersnet

not sure why you will choose D if the PowerShell was run with admin, B is the confirm answer