Download for Windows Premium
Publiciteit
invoke-command

Vertaling van "invoke-command" 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.
Invoke-Command
For example, the following command runs the Sample.ps1 script on the S1 and S2 computers: invoke-command -computer name S1, S2 -file path C:\Test\Sample.ps1 The results of the script are returned to the local computer.
Por ejemplo, el comando siguiente ejecuta el script Ejemplo.ps1 en los equipos S1 y S2: invoke-command -computername S1, S2 -filepath C:\Test\Ejemplo.ps1 Los resultados del script se devuelven al equipo local.
C:\PS>invoke-command -ComputerName S1, S2, S3 -scriptblock {get-culture} | out-grid view This example shows the correct format for sending data collected from remote computers to the Out-GridView cmdlet.
C:\PS>invoke-command -ComputerName S1, S2, S3 -scriptblock {get-culture} | out-gridview Descripción - En este ejemplo, se muestra el formato correcto para enviar los datos recopilados en equipos remotos al cmdlet Out-GridView.
You can pipe a command in a script block to Invoke-Command.
Puede canalizar un comando en un bloque de script a Invoke-Command.
With a single Invoke-Command command, you can run commands on multiple computers.
Con un solo comando Invoke-Command se pueden ejecutar comandos en varios equipos.
To run a command on a remote computer, use the Invoke-Command cmdlet.
Para ejecutar un comando en un equipo remoto, use el cmdlet Invoke-Command.
You do not need to use the Invoke-Command cmdlet to run an imported command.
No es necesario utilizar el cmdlet Invoke-Command para ejecutar un comando importado.
Therefore, to run a stop process command on a remote computer, you need to use the Invoke-Command cmdlet.
Por lo tanto, para ejecutar un comando de detención de proceso en un equipo remoto, es necesario usar el cmdlet Invoke-Command.
You can also use Invoke-Command on a local computer to evaluate or run a string in a script block as a command.
También puede utilizar Invoke-Command en un equipo local para evaluar o ejecutar una cadena en un bloque de script como un comando.
Also, the objects that are returned by the Invoke-Command cmdlet have additional properties that help you to determine the origin of the command.
Además, los objetos devueltos por el cmdlet Invoke-Command tienen propiedades adicionales que ayudan a determinar el origen del comando.
Errors that result from the command that Invoke-Command runs are included in the command results.
Los errores debidos al comando que Invoke-Command ejecuta se incluyen en los resultados del comando.
To run a profile in a session, use the Invoke-Command cmdlet.
Para ejecutar un perfil en una sesión, utilice el cmdlet Invoke-Command.
To run a job remotely, use the Invoke-Command cmdlet.
Para ejecutar un trabajo de forma remota, use el cmdlet Invoke-Command.
The second command uses the Invoke-Command cmdlet to run a background job in each of the sessions.
El segundo comando usa el cmdlet Invoke-Command para ejecutar un trabajo en segundo plano en cada una de las sesiones.
Er zijn geen resultaten gevonden voor deze term.
Ga naar Premium voor toegang tot miljoenen vertaalvoorbeelden, onbeperkt woorden opslaan en leren, zonder advertenties.

Synoniemen voor invoke-command in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
windshield: glass panel in front of a vehicle to protect against wind
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 81. Exact: 81. Verstreken tijd: 117 ms.