Examples with "Out cmdlet" and their translation in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
An Out cmdlet should always appear at the end of the pipeline.
To send data to an Out cmdlet, use a pipeline operator (|) to send the output of a Windows PowerShell command to the cmdlet.
Verwenden Sie zum Übergeben von Daten an ein Ausgabe-Cmdlet den Pipelineoperator (|), um die Ausgabe eines Windows PowerShell-Befehls an das Cmdlet zu senden.
An Out cmdlet should always appear at the end of the pipeline.
To send data to an Out cmdlet, use a pipeline operator (|) to send the output of a Windows PowerShell command to the cmdlet.
Verwenden Sie zum Übergeben von Daten an ein Ausgabe-Cmdlet den Pipelineoperator (|), um die Ausgabe eines Windows PowerShell-Befehls an das Cmdlet zu senden.
Andere resultaten
The Out cmdlets do not have parameters for names or file paths.
Die Ausgabe-Cmdlets verfügen über keine Parameter für Namen oder Dateipfade.
This applies to all of the Out cmdlets.
The Out cmdlets do not format objects; they just render them and send them to the specified display destination.
Mit den Ausgabe-Cmdlets werden keine Objekte formatiert, sondern lediglich gerendert und an das angegebene Anzeigeziel gesendet.
Notes The Out cmdlets do not format objects; they just render them and send them to the specified display destination.
Hinweise Mit den Ausgabe-Cmdlets werden keine Objekte formatiert, sondern lediglich gerendert und an das angegebene Anzeigeziel gesendet.
All the Out cmdlets render output as text, using the formatting in effect for the console window, including line length limits.
Alle Out-Cmdlets rendern die Ausgabe als Text, wobei die für das Konsolenfenster geltende Formatierung verwendet wird, einschließlich der Begrenzungen für die Zeilenlänge.
Redirecting Data with Out- Cmdlets [ps]
All the Out cmdlets render output as text, using the formatting in effect for the console window, including line length limits.
Alle Out -Cmdlets rendern die Ausgabe als Text, wobei die für das Konsolenfenster geltende Formatierung verwendet wird, einschließlich der Begrenzungen für die Zeilenlänge.
Windows 7 comes with an interactive editor that allows you to try out cmdlets and test functions on the fly.
Windows 7 ist mit einem interaktiven Editor ausgestattet, mit dem Sie Cmdlets und Testfunktionen im Handumdrehen ausprobieren können.
For example, the get cmdlets only retrieve data, the set cmdlets only establish or change data, the format cmdlets only format data, and the out cmdlets only direct the output to a specified destination.