1Y0-204 · Question #203
Which PowerShell command can be used to display all the Citrix services installed on the Delivery Controller?
The correct answer is B. Get-Service -DisplayName *citrix*. The PowerShell command Get-Service -DisplayName citrix is used to display all the Citrix services installed on the Delivery Controller. This command filters services by their display name to only show those related to Citrix, which typically include various components of the…
Question
Which PowerShell command can be used to display all the Citrix services installed on the Delivery Controller?
Options
- AGet-Service -DisplayName site
- BGet-Service -DisplayName citrix
- CGet-Service -DisplayName controller
- DGet-Service -DisplayName broker
How the community answered
(33 responses)- A3% (1)
- B73% (24)
- C15% (5)
- D9% (3)
Explanation
The PowerShell command Get-Service -DisplayName citrix is used to display all the Citrix services installed on the Delivery Controller. This command filters services by their display name to only show those related to Citrix, which typically include various components of the Citrix Virtual Apps and Desktops 7 Deployment and Administration.
Topics
Community Discussion
No community discussion yet for this question.