Vertaling van "Get-Command" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
2216478 Error message when you run Get-Command in a PowerShell version 2 environment on a server that is running SQL Server 2008: "Object reference not set to an instance of an object"
6574042216478 Mensaje de error al ejecutar comando Get en un entorno de PowerShell versión 2 en un servidor que está ejecutando SQL Server 2008: "Referencia a objeto no establecida en una instancia de un objeto"
Use Get-Command to export the aliases and cmdlets in ServerManager.
Usa comando Get para exportar el alias y cmdlets en ServerManager.
The Get-Command cmdlet gets functions by default, in addition to cmdlets.
El cmdlet Get-Command obtiene funciones de forma predeterminada, además de cmdlets.
Get-Command returns the commands in alphabetical order.
By default, Get-Command gets cmdlets and functions.
De forma predeterminada, Get-Command obtiene cmdlets y funciones.
Use the Get-Command cmdlet to find all available commands.
Para importar todos los comandos, utilice el parámetro AllowClobber.
Without parameters, "Get-Command" gets all of the cmdlets and functions in the current session.
Sin parámetros, "Get-Command" obtiene todos los cmdlets y funciones de la sesión actual.
You can type Get-Command a* to find all commands that begin with the letter "a".
Puede escribir Get-Command a* para buscar todos los comandos que comiencen por la letra "a".
When the session contains more than one command with the same name, Get-Command returns the commands in execution order.
Cuando la sesión contiene más de un comando con el mismo nombre, Get-Command devuelve los comandos en orden de ejecución.
For example, to display the examples for the Get-Command cmdlet, type
Por ejemplo, para mostrar los ejemplos del cmdlet Get-Command, escriba
Although it is typically used on cmdlets, Get-Command also displays information about the code in scripts, functions, aliases, and executable files.
Aunque se utiliza normalmente en cmdlets, Get-Command también muestra información sobre el código en scripts, funciones, alias y archivos ejecutables.
The second command uses the Get-Command cmdlet to get the members that have been imported from the module.
El segundo comando usa el cmdlet Get-Command para obtener los miembros que se han importado del módulo.
By default, Get-Command displays items in the order in which the system discovers them, which is also the order in which they are selected to run when a run command is ambiguous.
De forma predeterminada, Get-Command muestra los elementos en el orden en que el sistema los detecta, que es también el orden en que se seleccionan para su ejecución cuando un comando de ejecución es ambiguo.