Examples of using Invoke-command cmdlet in English and their translations into Portuguese
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Official/political
To run a job remotely,use the Invoke-Command cmdlet.
It uses the Invoke-Command cmdlet to run a Stop-Job command in the PSSession on Server01.
To run a profile in a session,use the Invoke-Command cmdlet.
The command uses the Invoke-Command cmdlet to run a Get-Host command.
To run commands in a PSSession,use the Invoke-Command cmdlet.
The fourth command uses the Invoke-Command cmdlet to run a Wait-Job command in the sessions.
To run a command on a remote computer,use the Invoke-Command cmdlet.
You do not need to use the Invoke-Command cmdlet to run an imported command.
To run commands in a PSSession,use the Session parameter of the Invoke-Command cmdlet.
The third command uses the Invoke-Command cmdlet to run a Wait-Job command.
To run any command on one or many remote computers,use the Invoke-Command cmdlet.
The second command uses the Invoke-Command cmdlet to run a Set-Mailbox command.
Both the Start-Job andWait-Job commands are submitted to the remote computer by using the Invoke-Command cmdlet.
The first command uses the Invoke-Command cmdlet to run a job on the Server01 computer.
Therefore, to run a stop process command on a remote computer,you need to use the Invoke-Command cmdlet.
The third command uses the Invoke-Command cmdlet to run a Start-Job command on the S2 computer.
To run a script on one or many remote computers,use the FilePath parameter of the Invoke-Command cmdlet.
The command uses the Invoke-Command cmdlet to send the command to the remote computer.
These session configurations are used for sessions by default, that is, when a command to create a session does not include the ConfigurationName parameter of the New-PSSession,Enter-PSSession, or Invoke-Command cmdlet.
The second command uses the Invoke-Command cmdlet to run an Import-Module command in the PSSession in$s.
To get job results that are stored on remote computers,use the Invoke-Command cmdlet to run a Receive-Job command remotely.
The second command uses the Invoke-Command cmdlet to run a Get-Mailbox command on a remote server running Microsoft Exchange Server.
To find the commands to import,Import-PSSession uses the Invoke-Command cmdlet to run a Get-Command command in the PSSession.
The command uses the Invoke-Command cmdlet to run a Get-Culture command on three remote computers.
STEP 1: INVOKE-COMMAND START-JOB Use the Invoke-Command cmdlet to run a Start-Job command on a remote computer.
The second command uses the Invoke-Command cmdlet to run the command in$command on the S1 and S2 remote computers.
However, you can use the AsJob parameter of the Invoke-Command cmdlet to run any remote command as a background job.
The second command uses the Invoke-Command cmdlet to run the Get-Culture command on Server02.
The third command uses the Invoke-Command cmdlet to run a Remove-Job command in the PSSession in$s.
The first command uses the Invoke-Command cmdlet to start a background job on the Server01 computer.