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.
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.
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.
To run a background job on a remote computer, use the AsJob parameter that is available on many cmdlets, or use the Invoke-Command cmdlet to run a Start-Job command on the remote computer.
Para ejecutar un trabajo en segundo plano en un equipo remoto, se utiliza el parámetro AsJob que está disponible en muchos cmdlets, o bien el cmdlet Invoke-Command para ejecutar un comando Start-Job en el equipo remoto.
You can also prevent data loss by using the Invoke-Command cmdlet to run a Start-Job command in the remote session.
No es necesario utilizar el cmdlet Invoke-Command para ejecutar un comando importado. Ejemplo 3
To get job results that are stored on remote computers, use the Invoke-Command cmdlet to run a Receive-Job command remotely.
A fin de obtener resultados de trabajos que se almacenan en equipos remotos, se utiliza el cmdlet Invoke-Command para ejecutar un comando Receive-Job de forma remota.
The second command uses the Invoke-Command cmdlet to run a Start-Job command in the session.
El segundo comando usa el cmdlet Invoke-Command para ejecutar un comando Start-Job en la sesión.
The third command uses the Invoke-Command cmdlet to run a Wait-Job command.
El tercer comando utiliza el cmdlet Invoke-Command para ejecutar un comando Wait-Job.
The third command uses the Invoke-Command cmdlet to run a Start-Job command on the S2 computer.
El tercer comando usa el cmdlet Invoke-Command para ejecutar un comando Start-Job en el equipo S2.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Înregistrează-te pentru a accesa mai multe exemple