Examples of using Invoke-command in English and their translations into Italian
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Programming
-
Official/political
use the Invoke-Command cmdlet.
The command uses the Invoke-Command cmdlet to run a Get-Host command.
When you use the AsJob parameter, Invoke-Command returns a job object.
use the Invoke-Command cmdlet.
The third command uses the Invoke-Command cmdlet to run a Wait-Job command.
The second command uses the Invoke-Command cmdlet to run a Set-Mailbox command.
use the Invoke-Command cmdlet.
The command uses the Invoke-Command cmdlet to send the command to the remote computer.
The second command uses the Invoke-Command cmdlet to run a Get-Hotfix command remotely.
You do not need to use the Invoke-Command cmdlet to run an imported command.
Invoke-command-session$s-scriptblock{get-job} The command returns a job object.
use the Invoke-Command cmdlet.
The command uses the Invoke-Command cmdlet to run a Get-Culture command on three remote computers.
Before using Invoke-Command to run commands on a remote computer, read about_Remote.
The second command uses the Invoke-Command cmdlet to run the Get-Culture command on Server02.
The fourth command uses the Invoke-Command cmdlet to run a Wait-Job command in the sessions.
The fifth command uses Invoke-Command to run a Get-Job command on the S2 computer.
It uses the Invoke-Command cmdlet to run a Stop-Job command in the PSSession on Server01.
use the Session parameter of the Invoke-Command cmdlet.
The second command uses the Invoke-Command cmdlet to run a Start-Job command in the session.