For example, the following command sends the output of a Get-Service command to the Format-List cmdlet.
Por ejemplo, el comando siguiente envía el resultado de un comando Get-Service al cmdlet Format-List.
The seventh command uses the Format-List cmdlet to display all of the properties of the PSEventJob object in the Action property in a list.
El séptimo comando usa el cmdlet Format-List para mostrar con formato de lista todas las propiedades del objeto PSEventJob en la propiedad Action.
The PassThru parameter directs Windows PowerShell to pass an object that represents the new alias through the pipeline to the Format-List cmdlet.
El parámetro PassThru indica a Windows PowerShell que pase un objeto que represente el nuevo alias a través de la canalización al cmdlet Format-List.
The pipeline operator (|) passes the result to the Format-List cmdlet.
El operador de canalización (|) pasa el resultado al cmdlet Format-List.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Înregistrează-te pentru a accesa mai multe exemple