Vertaling van "format-list" 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.
To view the effect of the change, type the following command: get-item -path gp | format-list -property
Pour vérifier l'effet de la modification, tapez la commande suivante : get-item -path gp | format-list -property
To see all of the properties of the object in the $host.privatedata property, type"$host.privatedata | format-list ".
Pour afficher toutes les propriétés de l'objet dans la propriété $host.privatedata, tapez « $host.privatedata | format-list ».
Because the name of the Property parameter is optional, you can omit it and type the command as: "format-list ".
Étant donné que le nom du paramètre Property est facultatif, vous pouvez l'omettre et taper la commande comme suit : « format-list ».
These work exactly as they do with the Format-List cmdlet.
Format-List formats the processes as a list of the specified properties.
Format-List met en forme les processus sous la forme d'une liste des propriétés spécifiées.
If the Format-List cmdlet is called without any parameters specified, all properties are output.
Si la cmdlet Format-List est appelée sans spécification d'aucun paramètre, toutes les propriétés sont produites.
The Format-List cmdlet takes input from the pipeline and outputs a vertical columned list of all the specified properties of each object.
La cmdlet Format-List prend l'entrée dans le pipeline et produit une liste de colonnes verticale de toutes les propriétés spécifiées pour chaque objet.
The format cmdlets, such as Format-List, arrange the data to be displayed but do not display it.
Les applets de commande de mise en forme, telles que Format-List, réorganisent les données à afficher, mais ne les affichent pas.
The second command uses Format-List to format information about objects stored in $a.
La deuxième commande utilise Format-List pour mettre en forme les informations sur les objets stockés dans la variable $a.
Although the Format-List command is useful for showing detail, if you want an overview of output that includes many items, a simpler tabular view is often more useful.
Bien que la commande Format-List soit pratique pour afficher le détail, si vous souhaitez une vue d'ensemble de sortie comprenant de nombreux éléments, un tableau plus simple est souvent plus utile.
One of the best uses for Format-List is to override the default output of a cmdlet so that you can retrieve additional or more focused information.
L'une des meilleures utilisations de la cmdlet Format-List est la réécriture de la sortie par défaut d'une cmdlet afin que vous puissiez extraire des informations supplémentaires et plus spécifiques.
The command then passes the information as objects to the third command (Format-List), which displays the contents of each piped object in a list format.
La commande passe ensuite les informations en tant qu'objets à la troisième commande (Format-List), qui affiche le contenu de chaque objet redirigé sous forme de liste.
The pipeline operator (|) passes the results through the pipeline to Format-List.
L'opérateur de pipeline (|) passe les résultats le long du pipeline à Format-List.