Examples with "Out cmdlets" and their translation in Frans
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.
The Out cmdlets do not have parameters for names or file paths.
The Out cmdlets do not format objects; they just render them and send them to the specified display destination.
Les applets de commande Out ne mettent pas en forme les objets ; ils les restituent seulement et les envoient à la destination d'affichage spécifiée.
Note: All the Out cmdlets render output as text, using the formatting in effect for the console window, including line length limits.
Remarque : Toutes les applets de commande Out restituent la sortie sous forme de texte, en utilisant la mise en forme en vigueur pour la fenêtre de la console, y compris en ce qui concerne les limites de longueurs de lignes.
This applies to all of the Out cmdlets.
Andere resultaten
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.
By default, the Out-File cmdlet creates a Unicode file.
Or, you can use the Out-GridView cmdlet to display the objects in a table.
To understand its behavior, you must be aware of the context in which the Out-File cmdlet operates.
Native commands that generate a user interface cannot be sent to the Out-Host cmdlet.
To redirect content to non-Unicode files, use the Out-File cmdlet with its Encoding parameter.
A pipeline operator passes the result to the Out-File cmdlet, which sends it to the Acl.txt file.
Un opérateur de pipeline passe le résultat à l'applet de commande Out-File, qui l'envoie au fichier Acl.txt.
By default, Windows PowerShell sends data to the host window, which is exactly what the Out-Host cmdlet does.