Citrix Virtual Apps and Desktops 7 Associate — Question 79
Which PowerShell command can be used to display all the Citrix services installed on the Delivery Controller?
Answer options
- A. Get-Service -DisplayName *site*
- B. Get-Service -DisplayName *citrix*
- C. Get-Service -DisplayName *controller*
- D. Get-Service -DisplayName *broker*
Correct answer: B
Explanation
The correct command is B, 'Get-Service -DisplayName *citrix*', as it specifically targets services related to Citrix. Options A, C, and D are too broad or target unrelated service names, and thus would not effectively display all Citrix services.