Download for Windows Premium
Publiciteit
Convertto-HTML

Vertaling van "Convertto-HTML" 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.
ConvertTo-Html
Convertto-HTML: Powershell puede exportar datos directamente en HTML y también puede importar atributos CSS para crear informes gráficos atractivos.
Convertto-HTML - Powershell can output data directly to HTML, you can also import CSS styles to create professionally designed reports.
Como resultado, ConvertTo-Html crea una tabla en la que se muestran los objetos individuales.
As a result, ConvertTo-Html creates a table that displays the individual objects.
Por ejemplo, si canaliza los procesos de un equipo a ConvertTo-Html, en la tabla resultante se muestran todos los procesos.
For example, if you pipe the processes on a computer to ConvertTo-Html, the resulting table displays all of the processes.
Para crear una tabla de los objetos individuales, utilice el operador de canalización para canalizar los objetos a ConvertTo-Html.
To create a table of the individual objects, use the pipeline operator to pipe the objects to ConvertTo-Html.
El comando utiliza un operador de canalización (|) para enviar los resultados al cmdlet ConvertTo-Html.
The command uses a pipeline operator (|) to send the results to the ConvertTo-Html cmdlet.
Utiliza un operador de canalización (|) para enviar los eventos al cmdlet ConvertTo-Html, que los convierte en formato HTML.
It uses a pipeline operator (|) to send the events to the ConvertTo-Html cmdlet, which converts the events to HTML format.
Cuando se utiliza el parámetro InputObject para enviar varios objetos, ConvertTo-Html recibe estos objetos como una colección o una matriz.
When you use the InputObject parameter to submit multiple objects, ConvertTo-Html receives these objects as a collection or as an array.
Cuando se envían varios objetos a ConvertTo-Html, Windows PowerShell crea la tabla (o lista) basándose en las propiedades del primer objeto enviado.
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 devuelve una serie de cadenas que se componen de HTML válido. Notas
ConvertTo-Html returns series of strings that comprise valid HTML. Notes
El comando ConvertTo-Html incluye el parámetro Fragment, que limita el resultado a una tabla HTML.
The ConvertTo-Html command includes the Fragment parameter, which limits the output to an HTML table.
Utiliza los parámetros Title, Body, PreContent y PostContent de ConvertTo-Html para personalizar el resultado.
It uses the Title, Body, PreContent, and PostContent parameters of ConvertTo-Html to customize the output.
Por ejemplo, el comando siguiente lee el contenido del archivo Test.txt y, a continuación, lo proporciona como entrada al cmdlet ConvertTo-HTML: get-content -path test.txt | convertto-html
For example, the following command reads the contents of the Test.txt file and then supplies them as input to the ConvertTo-HTML cmdlet: get-content -path test.txt | convertto-html
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor Convertto-HTML in het Spaans

Publiciteit

Resultaten: 12. Exact: 12. Verstreken tijd: 47 ms.