INVOKE-COMMAND CMDLET in Portuguese translation

Examples of using Invoke-command cmdlet in English and their translations into Portuguese

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Official/political category close
The third command uses the Invoke-Command cmdlet to run a Remove-Job command in the PSSession in$s.
O terceiro comando usa o cmdlet Invoke-Command para executar um comando Remove-Job na PSSession em$s.
you need to use the Invoke-Command cmdlet.
use o cmdlet Invoke-Command.
However, you can use the AsJob parameter of the Invoke-Command cmdlet to run any remote command as a background job.
No entanto, você pode usar o parâmetro AsJob do cmdlet Invoke-Command para executar qualquer comando remoto como um trabalho em segundo plano.
The Invoke-Command cmdlet runs commands on a local
O cmdlet Invoke-Command executa comandos em um computador local
The first command uses the Invoke-Command cmdlet to start a background job that runs a Get-Service command on three remote computers.
O primeiro comando usa o cmdlet Invoke-Command para iniciar um trabalho em segundo plano que executa um comando Get-Service em três computadores remotos.
you can use the Invoke-Command cmdlet to run these commands in a PSSession.
você pode usar o cmdlet Invoke-Command para executar esses comandos em uma PSSession.
PowerShell-scriptblock{get-eventlog"windows powershell"} This example demonstrates how to use the Invoke-Command cmdlet to run a single command on multiple computers.
PowerShell-scriptblock{get-eventlog"windows powershell"} Descrição Esse exemplo demonstra como usar o cmdlet Invoke-Command para executar um único comando em vários computadores.
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.
Por exemplo, o comando a seguir usa o cmdlet Invoke-Command para executar um comando Get-Process nas PSSessions dos computadores Server01 e Server02.
Also, the objects that are returned by the Invoke-Command cmdlet have additional properties that help you to determine the origin of the command.
Além disso, os objetos retornados pelo cmdlet Invoke-Command têm propriedades adicionais que o ajudam a determinar a origem do comando.
you can use the Invoke-Command cmdlet to run an Import-Counter command on a remote computer.
você poderá usar o cmdlet Invoke-Command para executar um comando Import-Counter em um computador remoto.
use the Invoke-Command cmdlet.
use o cmdlet Invoke-Command.
The fifth command uses the Invoke-Command cmdlet to run a Get-Item command in the session in$s that gets a script from the Net03\Scripts network share.
O quinto comando usa o cmdlet Invoke-Command para executar um comando Get-Item na sessão em$s que obtém um script do compartilhamento de rede Net03\Scripts.
When you use the Invoke-Command cmdlet to run a Start-Job command in a session on a remote computer,
Quando você usa o cmdlet Invoke-Command para executar um comando Start-Job em uma sessão de um computador remoto,
use the AsJob parameter of a cmdlet such as Invoke-Command, or use the Invoke-Command cmdlet to run a Start-Job command remotely.
use o parâmetro AsJob de um cmdlet como Invoke-Command ou use o cmdlet Invoke-Command para executar um comando Start-Job remotamente.
the remote computer and then use the Invoke-Command cmdlet to run commands in the session that you create.
crie uma sessão no computador remoto e use o cmdlet Invoke-Command para executar comandos na sessão criada.
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.
use o parâmetro AsJob que está disponível em muitos cmdlets ou use o cmdlet Invoke-Command para executar um comando Start-Job no computador remoto.
The following commands use the New-PSSession cmdlet to create a PSSession that is connected to the Server01 computer, and they use the Invoke-Command cmdlet to run a Get-Content command in the PSSession to view the contents of the file.
Os comandos a seguir usam o cmdlet New-PSSession para criar uma PSSession conectada ao computador Server01 e usam o cmdlet Invoke-Command para executar o comando Get-Content na PSSession a fim de exibir o conteúdo do arquivo.
parameters of the New-PSSession, Enter-PSSession, or Invoke-Command cmdlet.
usando os parâmetros SessionOption do cmdlet New-PSSession, Enter-PSSession ou Invoke-Command.
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.
use o cmdlet Invoke-Command com seu parâmetro AsJob ou use o cmdlet Invoke-Command para executar um comando Start-Job em um computador remoto.
The second command uses the Invoke-Command cmdlet to run a Set-Mailbox command.
O segundo comando usa o cmdlet Invoke-Command para executar um comando Set-Mailbox.
Results: 52, Time: 0.0282

Invoke-command cmdlet in different Languages

Word-for-word translation

Top dictionary queries

English - Portuguese