Quantcast
Channel: PowerShell General
Viewing all articles
Browse latest Browse all 10624

Learn Windows PowerShell In a Month of Lunches: 7.4 Pipeline Input ByPropertyName

$
0
0

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


Viewing all articles
Browse latest Browse all 10624

Trending Articles