Vertaling van "Out-GridView" in Engels
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.
Vous pouvez envoyer n'importe quel objet à Out-GridView.
Spécifie le texte qui s'affiche dans la barre de titre de la fenêtre Out-GridView.
Specifies the text that appears in the title bar of the Out-GridView window.
Vous pouvez également utiliser l'applet de commande Out-GridView pour afficher les objets dans une table.
Or, you can use the Out-GridView cmdlet to display the objects in a table.
Les rubriques suivantes expliquent comment utiliser les fonctionnalités de la fenêtre affichée par Out-GridView.
Notez que le bloc de script contenant les commandes exécutées à distance n'inclut pas la commande Out-GridView.
Notice that the script block that contains the commands that are run remotely does not include the Out-GridView command.
Pour afficher chaque objet de la collection, utilisez un opérateur de pipeline (|) pour envoyer les objets à Out-GridView.
To display the each object in the collection, use a pipeline operator (|) to send objects to Out-GridView.
La dernière partie de la commande utilise un opérateur de pipeline (|) pour envoyer la table mise en forme à Out-GridView.
The final part of the command uses a pipeline operator (|) to send the formatted table to Out-GridView.
La commande utilise l'opérateur d'affectation (=) pour enregistrer la sortie dans la variable $a et l'opérateur de pipeline (|) pour envoyer cette sortie à Out-GridView.
The command uses the assignment operator (=) to save the output in the $a variable and the pipeline operator (|) to send the output to Out-GridView.
Elle utilise « ogv », qui est l'alias intégré de l'applet de commande Out-GridView, et utilise le paramètre Title pour spécifier le titre de la fenêtre.
The command uses "ogv," which is the built-in alias for the Out-GridView cmdlet, it uses the Title parameter to specify the window title.
Out-GridView affiche les lignes qui incluent tous les mots (AND logique).
Out-GridView displays rows that include all of the words (logical AND).
Pour copier des lignes de données à partir de Out-GridView, utilisez la combinaison de touches CTRL+C (pour copier).
To copy rows of data from Out-GridView, press CTRL+C (copy).
Out-GridView Envoie la sortie vers une table interactive dans une fenêtre distincte.
Out-GridView Sends output to an interactive table in a separate window.
Par exemple, vous pouvez envoyer les résultats d'une commande Get-Process, Get-WmiObject, Get-WinEvent ou Get-Eventlog à Out-GridView, puis utiliser les fonctionnalités de table pour examiner les données.
For example, you can send the results of a Get-Process, Get-WmiObject, Get-WinEvent, or Get-Eventlog command to Out-GridView and then use the table features to examine the data.