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.
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.
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.
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.
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.
Puede canalizar un comando en un bloque de script a Invoke-Command.
You can pipe a command in a script block to Invoke-Command.
Para ejecutar un comando en un equipo remoto, use el cmdlet Invoke-Command.
To run a command on a remote computer, use the Invoke-Command cmdlet.
Con un solo comando Invoke-Command se pueden ejecutar comandos en varios equipos.
With a single Invoke-Command command, you can run commands on multiple computers.
Para ejecutar un perfil en una sesión, utilice el cmdlet Invoke-Command.
To run a profile in a session, use the Invoke-Command cmdlet.
Para ejecutar un trabajo de forma remota, use el cmdlet Invoke-Command.
To run a job remotely, use the Invoke-Command cmdlet.
No es necesario utilizar el cmdlet Invoke-Command para ejecutar un comando importado.
You do not need to use the Invoke-Command cmdlet to run an imported command.
Por lo tanto, para ejecutar un comando de detención de proceso en un equipo remoto, es necesario usar el cmdlet Invoke-Command.
Therefore, to run a stop process command on a remote computer, you need to use the Invoke-Command cmdlet.
También puede utilizar Invoke-Command en un equipo local para evaluar o ejecutar una cadena en un bloque de script como un comando.
You can also use Invoke-Command on a local computer to evaluate or run a string in a script block as a command.
El segundo comando usa el cmdlet Invoke-Command para ejecutar un trabajo en segundo plano en cada una de las sesiones.
The second command uses the Invoke-Command cmdlet to run a background job in each of the sessions.
Además, los objetos devueltos por el cmdlet Invoke-Command tienen propiedades adicionales que ayudan a determinar el origen del 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.
Los errores debidos al comando que Invoke-Command ejecuta se incluyen en los resultados del comando.
Errors that result from the command that Invoke-Command runs are included in the command results.
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.