Examples of using Invoke-command cmdlet in English and their translations into Italian
{-}
-
Colloquial
-
Official
-
Medicine
-
Financial
-
Ecclesiastic
-
Ecclesiastic
-
Computer
-
Programming
-
Official/political
It all starts with the Invoke-Command cmdlet.
The Invoke-Command cmdlet runs commands on a local
To run a job remotely, 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 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 second command uses the Invoke-Command cmdlet to run the Get-Culture command on Server02.
To run a command on a remote computer, use the Invoke-Command cmdlet.
The second command uses the Invoke-Command cmdlet to run a Set-Mailbox command.
To run commands in a PSSession, use the Session parameter of the Invoke-Command cmdlet.
The second command uses the Invoke-Command cmdlet to run the command in$command on the S1 and S2 remote computers.
The fourth command uses the FilePath parameter of the Invoke-Command cmdlet to run the Alias.
The first two commands use the Invoke-Command cmdlet to run a Get-Process command for the PowerShell process.
or use the Invoke-Command cmdlet to run a Start-Job command on the remote computer.
The second command uses the Invoke-Command cmdlet to run the Register-EngineEvent command in the remote sessions.
use the Invoke-Command cmdlet.
The second command uses the Invoke-Command cmdlet to run a Get-Process command in each of the three PSSessions in$s.
and they use the Invoke-Command cmdlet to run a Get-Content command in the PSSession to view the contents of the file.
The first command uses the Invoke-Command cmdlet to start a background job that runs a Get-Service
but you can use the Invoke-Command cmdlet to run these commands in a PSSession.
The fifth command uses the Invoke-Command cmdlet to run a Get-Item command in the session in$s
you can use the Invoke-Command cmdlet to run an Import-Counter command on a remote computer.
When you use the Invoke-Command cmdlet to run a Start-Job command in a session on a remote computer,
To find the commands to import, Import-PSSession uses the Invoke-Command cmdlet to run a Get-Command command in the PSSession.
using the AsJob parameter of the Invoke-Command cmdlet.
Also, the objects that are returned by the Invoke-Command cmdlet have additional properties that help you to determine the origin of the command.
For example, the following command uses the Invoke-Command cmdlet to run a Get-Process command in the PSSessions on the Server01 and Server02 computers.
The following example uses the Args parameter of the Invoke-Command cmdlet to assign a different value to the parameter:
To start a background job on a remote computer, use the Invoke-Command cmdlet with its AsJob parameter, or use the Invoke-Command cmdlet to run a Start-Job command on a remote computer.