Hello Don,
The example in 7.4 is as follows: Get-Process -name b* | Stop-Service
In the explanation, points 6 refers to the -Name parameter of 'Get-Service' and point 7 says that 'Get-Service' will attempt to stop services.
Should point 6 be 'Get-Process' and point 7 be 'Stop-Service', or am I misunderstanding the example?
Thanks,
Fitzroy