Question 3 of 8
You are managing a Windows Server 2012 R2 system from the command line using PowerShell.
You need to use the Get-Service cmdlet to generate a list of all services installed on the system but are
unsure of the syntax to use .
What should you do?
0 Enter Get-Service/? at the PowerShell prompt.
0 Enter Get-Service Help at the PowerShell prompt.
ANSWER: Enter Get-Help Get-Service at the PowerShell prompt.
0 Enter Get-Service –help at the PowerShell prompt.
Explanation
PowerShell provides help for each cmdlet. The syntax is Get-Help cmdletname. In this example, you would enter Get(cid:173)
Help Get-Service.
Objectives
Objectives for MS 70-41 0:
1 02 Configure servers
References
LabSim for Windows Server Pro: Install and Configure, Section 1.3.
[Questions_new.exm MCS19]