Download for Windows Premium
Publiciteit
ConvertTo-Html

Vertaling van "ConvertTo-Html" in Spaans

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
As a result, ConvertTo-Html creates a table that displays the individual objects.
Como resultado, ConvertTo-Html crea una tabla en la que se muestran los objetos individuales.
For example, if you pipe the processes on a computer to ConvertTo-Html, the resulting table displays all of the processes.
Por ejemplo, si canaliza los procesos de un equipo a ConvertTo-Html, en la tabla resultante se muestran todos los procesos.
To create a table of the individual objects, use the pipeline operator to pipe the objects to ConvertTo-Html.
Para crear una tabla de los objetos individuales, utilice el operador de canalización para canalizar los objetos a ConvertTo-Html.
The command uses a pipeline operator (|) to send the results to the ConvertTo-Html cmdlet.
El comando utiliza un operador de canalización (|) para enviar los resultados al cmdlet ConvertTo-Html.
It uses a pipeline operator (|) to send the events to the ConvertTo-Html cmdlet, which converts the events to HTML format.
Utiliza un operador de canalización (|) para enviar los eventos al cmdlet ConvertTo-Html, que los convierte en formato HTML.
When you use the InputObject parameter to submit multiple objects, ConvertTo-Html receives these objects as a collection or as an array.
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 submit multiple objects to ConvertTo-Html, Windows PowerShell creates the table (or list) based on the properties of the first object that you submit.
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.
ConvertTo-Html returns series of strings that comprise valid HTML. Notes
ConvertTo-Html devuelve una serie de cadenas que se componen de HTML válido. Notas
The ConvertTo-Html command includes the Fragment parameter, which limits the output to an HTML table.
El comando ConvertTo-Html incluye el parámetro Fragment, que limita el resultado a una tabla HTML.
It uses the Title, Body, PreContent, and PostContent parameters of ConvertTo-Html to customize the output.
Utiliza los parámetros Title, Body, PreContent y PostContent de ConvertTo-Html para personalizar el resultado.
Convertto-HTML - Powershell can output data directly to HTML, you can also import CSS styles to create professionally designed reports.
Convertto-HTML: Powershell puede exportar datos directamente en HTML y también puede importar atributos CSS para crear informes gráficos atractivos.
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
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
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor ConvertTo-Html in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
ladder: tool with steps for climbing up or down
Ontdek het woord
Publiciteit

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