What is the translation of " GET-COMMAND " in English?

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

{-}
  • 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
Por padrão, Get-Command obtém cmdlets e funções.
By default, Get-Command gets cmdlets and functions.
Para ver todos os parâmetros do cmdlet Get-Command, digite.
To see all parameters of the Get-Command cmdlet, type.
Get-Command encontra os comandos pelo nome do comando.
Get-Command finds the commands by command name.
Como as funções são comandos, para localizá-las,use o cmdlet Get-Command.
Functions are commands, so to find functions,use the Get-Command cmdlet.
Get-Command retorna os comandos em ordem alfabética.
Get-Command returns the commands in alphabetical order.
Por exemplo, para ver uma descrição do parâmetro TotalCount de Get-Command, digite.
For example, to see a description of the TotalCount parameter of Get-Command, type.
O comando Get-Command é o equivalente de"get-command$m. name.
The Get-Command command is the equivalent of"get-command$m. name.
O comando a seguir demonstra o uso da função more para paginar a saída de Get-Command.
The following command demonstrates using the more function to page the output of Get-Command.
O cmdlet Get-Command obtém funções por padrão, além dos cmdlets.
The Get-Command cmdlet gets functions by default, in addition to cmdlets.
Get-Module não pode obter um módulo dinâmico, mas Get-Command pode obter os membros exportados.
Get-Module cannot get a dynamic module, but Get-Command can get the exported members.
Get-command*-module* Transações O Windows PowerShell 2.0 inclui suporte a transações.
Get-command*-module* Transactions Windows PowerShell 2.0 includes support for transactions.
O segundo comando usa o cmdlet Get-Command para obter os comandos Get-Date na sessão atual.
The second command uses the Get-Command cmdlet to get the Get-Date commands in the current session.
O comando Clear-Host é, na verdade, uma função interna, comovocê poderá observar se executar Get-Command nele.
The Clear-Host command is actually an internal function,as you can see if you run Get-Command against it.
O alias padrão para Get-Command surge da combinação de g de Get e de cm de Command, gcm.
The standard alias for Get-Command comes from combining g for Get and cm for Command, gcm.
Para localizar os comandos a serem importados,Import-PSSession usa o cmdlet Invoke-Command para executar um comando Get-Command na PSSession.
To find the commands to import,Import-PSSession uses the Invoke-Command cmdlet to run a Get-Command command in the PSSession.
O segundo comando usa o cmdlet Get-Command para obter os membros que foram importados do módulo.
The second command uses the Get-Command cmdlet to get the members that have been imported from the module.
Além disso, Import-PSSession não pode importar comandos de uma PSSession que não inclua os cmdlets Get-Command, Get-FormatData, Select-Object e Get-Help.
Also, Import-PSSession cannot import commands from a PSSession that does not include the Get-Command, Get-FormatData, Select-Object, and Get-Help cmdlets.
O terceiro comando usa o cmdlet Get-Command para obter a função Hello que o módulo dinâmico exporta.
The third command uses the Get-Command cmdlet to get the Hello function that the dynamic module exports.
Add-pssnapin ManagementFeatures Para confirmar que o snap-in foi adicionado à sessão,o sétimo comando usa o parâmetro Module do cmdlet Get-Command.
Add-pssnapin ManagementFeatures To verify that the snap-in is added to the session,the seventh command uses the Module parameter of the Get-Command cmdlet.
Ele solicita informações de Get-Command sobre o cmdlet Get-ChildItem quando ele é utilizado com o provedor Certificate.
It requests information from Get-Command about the Get-ChildItem cmdlet when it is used with the Certificate provider.
Descrição Este exemplo demonstra que os módulos dinâmicos não são retornados pelo cmdlet Get-Module, masos membros que eles exportam são retornados pelo cmdlet Get-Command.
Description This example demonstrates that dynamic modules are not returned by the Get-Module cmdlet, butthe members that they export are returned by the Get-Command cmdlet.
Quando a sessão contiver mais de um comando com o mesmo nome, Get-Command retornará os comandos em ordem de execução.
When the session contains more than one command with the same name, Get-Command returns the commands in execution order.
Esse comando usa o cmdlet Get-Command para obter um objeto CmdletInfo que representa cada um dos cmdlets e funções na sessão.
This command uses the Get-Command cmdlet to get a CmdletInfo object representing each of the cmdlets and functions in the session.
Quando você usa o parâmetro Name sem caracteres curinga, Get-Command lista os comandos com esse nome em ordem de precedência de execução.
When you use the Name parameter without wildcard characters, Get-Command lists the commands with that name in execution precedence order.
Por exemplo, Get-Command em um cmdlet recupera um objeto CmdletInfo, enquanto Get-Command em uma DLL recupera um objeto ApplicationInfo.
For example, Get-Command on a cmdlet retrieves a CmdletInfo object, while Get-Command on a DLL retrieves an ApplicationInfo object.
O terceiro comando usa o parâmetro Module do cmdlet Get-Command para obter os comandos que foram importados do módulo BitsTransfer.
The third command uses the Module parameter of the Get-Command cmdlet to get the commands that were imported from the BitsTransfer module.
Get-command*-event Módulos Os módulos do Windows PowerShell permitem que você divida e organize os scripts do Windows PowerShell em unidades independentes, autossuficientes e reutilizávéis.
Get-command*-event Modules Windows PowerShell modules let you divide and organize your Windows PowerShell scripts into independent, self-contained, reusable units.
Para executar um comando,coloque Get-Command entre parênteses e use o operador de Chamada(&) para executar o comando.
To run a command,enclose the Get-Command command in parentheses, and use the Call operator(&) to run the command.
O cmdlet Get-Command obtém informações básicas sobre cmdlets e outros elementos de comandos do Windows PowerShell na sessão, como alias, funções, filtros, scripts a aplicativos.
The Get-Command cmdlet gets basic information about cmdlets and other elements of Windows PowerShell commands in the session, such as aliases, functions, filters, scripts, and applications.
O segundo comando usa o cmdlet Get-Command para obter os comandos que foram exportados pelo módulo na variável$m.
The second command uses the Get-Command cmdlet to get the commands that are exported by the module in the$m variable.
Results: 69, Time: 0.0161

Get-command in different Languages

Top dictionary queries

Portuguese - English