Exemplos de uso de The pipeline operator em Inglês e suas traduções para o Português
{-}
-
Official
-
Colloquial
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
The pipeline operator(_) sends the result to Format-Table.
This setting indicates whether you can use the pipeline operator(_) to send a value to the parameter.
The pipeline operator(_) sends the results to the Sort-Object cmdlet.
To create a table of the individual objects,use the pipeline operator to pipe the objects to ConvertTo-Html.
The pipeline operator(_) passes the commands to Invoke-History, which executes them.
As pessoas também se traduzem
A get-process$a+= get-service$a += "string" $a+= 12 Because the assignment operator(=)has a lower precedence than the pipeline operator(_), parentheses are not required to assign the result of a command pipeline to a variable.
The pipeline operator(_) passes the object to the Format-Table command.
The pipeline operator(_) passes the result to the Format-List cmdlet.
The pipeline operator(_) passes an object that represents the Dog.
Then, it uses the pipeline operator(_) to send the resulting files to the Rename-Item cmdlet.
The pipeline operator(_) passes the results through the pipeline to Format-List.
The pipeline operator(_) sends the results to Out-Host, which displays them at the console.
The pipeline operator(_) passes the result to Add-PSSnapin, which adds them to the session.
The pipeline operator(_) passes the Winlogon process object through the pipeline to Format-List.
The pipeline operator(_) sends the result to Set-Content, which places it in the sample. txt file.
The pipeline operator(_) pipes the object to the Stop-Service cmdlet, which stops the service.
It uses the pipeline operator(_) to send the aliases to the ConvertTo-Html cmdlet, which creates the HTML page.
The pipeline operator(_) passes them to the Add-History cmdlet, which appends them to the current history.
The pipeline operator(_) sends the results to Get-Member, which displays the methods and properties of the object.
The pipeline operator(_) passes the file objects through the pipeline to Format-Wide, which formats them for output.
The pipeline operator(_) sends the results to the Remove-PSSnapin cmdlet, which removes them from the session.
The pipeline operator passes the result to Set-Content, which creates the file and writes the content.
The pipeline operator(_) passes the result to the Suspend-Service cmdlet, which suspends the service.
The pipeline operator(_) passes the registry key objects through the pipeline to Format-Wide, which formats them for output.
The pipeline operator(_) passes the result to Sort-Object, which, by default, sorts the processes alphabetically by ProcessName.
The pipeline operator(_) sends the content to Out-String, which sends the content to the console as a string.