Use the ScriptBlock parameter to specify the command.
It uses the ScriptBlock parameter to specify the command to be run on the remote computer.
This procedure is equivalent to using the ScriptBlock parameter to submit the contents of the script.
Este procedimiento es equivalente a utilizar el parámetro ScriptBlock para enviar el contenido del script.
The command uses the ScriptBlock parameter to specify the command that runs in the background job.
El comando utiliza el parámetro ScriptBlock para especificar el comando que se ejecuta en el trabajo en segundo plano.
In the value of the ScriptBlock parameter, use the $input automatic variable to represent the input objects.
En el valor del parámetro ScriptBlock, utilice la variable automática $input para representar los objetos de entrada.
The command uses the ScriptBlock parameter to specify the command and the JobName parameter to specify a friendly name for the job.
El comando utiliza el parámetro ScriptBlock para especificar el comando y el parámetro JobName para especificar un nombre simple para el trabajo.
Use the Session parameter to specify the PSSessions and the ScriptBlock parameter to specify the command.
Use el parámetro Session para especificar las PSSessions y el parámetro ScriptBlock para especificar el comando.
The command uses the ConfigurationName parameter to specify an alternate session configuration for Windows PowerShell and the ScriptBlock parameter to specify the command.
El comando utiliza el parámetro ConfigurationName para especificar una configuración de sesión alternativa para Windows PowerShell y el parámetro ScriptBlock para especificar el comando.
Use the Session parameter to specify the PSSessions and the ScriptBlock parameter to specify the command.
El comando utiliza el parámetro Credential para crear las PSSessions con permiso de administrador de dominio y el parámetro ThrottleLimit para limitar el comando a 16 conexiones simultáneas.