Anschließend erstellt ConvertTo-Html eine Tabelle, in der die einzelnen Objekte angezeigt werden.
As a result, ConvertTo-Html creates a table that displays the individual objects.
Wenn Sie beispielsweise die Prozesse auf einem Computer über die Pipeline an ConvertTo-Html übergeben, werden in der resultierenden Tabelle alle Prozesse angezeigt.
For example, if you pipe the processes on a computer to ConvertTo-Html, the resulting table displays all of the processes.
Um eine Tabelle der einzelnen Objekte zu erstellen, übergeben Sie die Objekte mithilfe des Pipelineoperators über die Pipeline an ConvertTo-Html.
To create a table of the individual objects, use the pipeline operator to pipe the objects to ConvertTo-Html.
Die Ausgabe von Get-Process wird an das Cmdlet ConvertTo-Html weitergereicht, das aus diesen Daten eine HTML-Tabelle erstellt.
It uses the pipeline operator (|) to send the aliases to the ConvertTo-Html cmdlet, which creates the HTML page.
Die Aliase werden mithilfe des Pipelineoperators (|) an das Cmdlet ConvertTo-Html gesendet, das die HTML-Seite erstellt.
It uses the pipeline operator (|) to send the aliases to the ConvertTo-Html cmdlet, which creates the HTML page.
In diesem Befehl wird mithilfe von ConvertTo-Html eine HTML-Tabelle mit dem aktuellen Datum generiert.
This command uses ConvertTo-Html to generate an HTML table of the current date.
ConvertTo-Html gibt eine Reihe von Zeichenfolgen zurück, die gültigen HTML-Inhalt umfassen.
ConvertTo-Html returns series of strings that comprise valid HTML.
Wenn Sie mit diesem Parameter mehrere Objekte senden, z. B. alle Dienste auf einem Computer, erstellt ConvertTo-Html eine Tabelle, in der die Eigenschaften einer Auflistung oder eines Arrays von Objekten (System.Object[]) angezeigt werden.
If you use this parameter to submit multiple objects, such as all of the services on a computer, ConvertTo-Html creates a table that displays the properties of a collection or of an array of objects (System.Object[]).
Wenn Sie mehrere Objekte mithilfe des InputObject-Parameters senden, empfängt ConvertTo-Html diese Objekte als Auflistung oder als Array.
When you use the InputObject parameter to submit multiple objects, ConvertTo-Html receives these objects as a collection or as an array.
Wenn Sie mehrere Objekte an ConvertTo-Html senden, erstellt Windows PowerShell die Tabelle (oder Liste) auf Grundlage der Eigenschaften des ersten gesendeten Objekts.
When you submit multiple objects to ConvertTo-Html, Windows PowerShell creates the table (or list) based on the properties of the first object that you submit.
ConvertTo-Html gibt eine Reihe von Zeichenfolgen zurück, die gültigen HTML-Inhalt umfassen. Hinweise
Die Ausgabe von Get-Process wird an das Cmdlet ConvertTo-Html weitergereicht, das aus diesen Daten eine HTML-Tabelle erstellt.
The output from Get-Process is piped to the ConvertTo-Html cmdlet, which creates an HTML table out of that data.
Im Befehl ConvertTo-Html werden mithilfe des Property-Parameters nur die Eigenschaften ID, Level und Task des Ereignisses ausgewählt.
The ConvertTo-Html command uses the Property parameter to select only the ID, Level, and Task properties of the event.
Contenu potentiellement sensible ou inapproprié
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.