Examples of using Pipeline operator in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
The pipeline operator(_) sends the result to Format-Table.
The second command uses a pipeline operator(_) to send the$p variable to the Get-Member cmdlet.
The pipeline operator(_) passes the object to the Format-Table command.
You can also use a pipeline operator to send a job object to Receive-Job.
The pipeline operator(_) sends the results to the Sort-Object cmdlet.
People also translate
The command uses a pipeline operator to send the content in$j to ConvertFrom-CSV.
A pipeline operator sends the mailbox object to the Update-List cmdlet.
The command uses a pipeline operator to send the file object to Set-ItemProperty.
The pipeline operator(_) sends the results to Get-Member, which displays the methods and properties of the object.
Another pipeline operator sends the results to Get-Unique.
The pipeline operator(_) sends the results to the Remove-PSSnapin cmdlet, which removes them from the session.
It uses a pipeline operator(_) to send services to the Sort-Object cmdlet.
The pipeline operator(_) passes the file objects through the pipeline to Format-Wide, which formats them for output.
It uses a pipeline operator(_) to send the data to the Export-Counter cmdlet.
The pipeline operator(_) sends the results of this command to Move-Item, which moves the text files to the TextFiles directory.
It uses a pipeline operator(_) to send the ID to the Get-PSBreakpoint cmdlet.
The pipeline operator(_) passes the results to the Where-Object cmdlet, which selects the services with a Status property of"Paused.
The second command uses a pipeline operator(_) to send the events in the$events variable to the Group-Object cmdlet.
The pipeline operator(_) passes the result to the Format-List cmdlet.
The command uses a pipeline operator(_) to send the results to the ConvertTo-Html cmdlet.
Another pipeline operator sends the results to the Format-List cmdlet.
The second command uses a pipeline operator to send the CSV strings in the$p variable to the ConvertFrom-CSV cmdlet.
Another pipeline operator passes the results to the Format-Table command.
Another pipeline operator sends the selected services to Restart-Service.
Another pipeline operator passes the results to the Suspend-Service cmdlet.
It uses a pipeline operator(_) to send the results to the Format-List cmdlet.
It uses a pipeline operator to send the result to the Move-ItemProperty cmdlet.
The pipeline operator(_) passes an object that represents the Dog.
It uses a pipeline operator to send the data that is returned to the Out-GridView cmdlet.
It uses a pipeline operator(_) to send the PSSessions to the Format-Table cmdlet alias.