Vertaling van "cmdlet or" 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.
Specifies the name of the cmdlet or command element that is being aliased.
Especifica el nombre del elemento de cmdlet o comando al que se asigna un alias.
An alias is an alternate name or nickname for a cmdlet or command element.
Un alias es un nombre alternativo o sobrenombre de un cmdlet o un elemento de comando.
For example, the following command gets information about all the parameters of the Get-Member cmdlet or function: get-help get-member -parameter This information includes the details you need to know to use the parameter.
Por ejemplo, el comando siguiente obtiene información sobre todos los parámetros de la función o del cmdlet Get-Member: get-help get-member -parameter Esta información incluye los detalles necesarios para poder usar el parámetro.
You can also use the Parameter parameter of the Get-Help cmdlet or function to find information about a particular parameter.
Asimismo, se puede usar el parámetro Parameter de la función o del cmdlet Get-Help para obtener información sobre un parámetro concreto.
You can use the properties and methods of the object in your cmdlet or function code to respond to the conditions of use.
Se pueden usar las propiedades y los métodos del objeto en el código de cmdlet o de función para responder a las condiciones de uso.
Gets information about a cmdlet or function when it is used with the specified parameters ("arguments"), such as a path.
Obtiene información acerca de un cmdlet o función cuando se usa con los parámetros ("arguments") especificados, como una ruta de acceso.
You can use this command to identify a cmdlet or function when all that you can recall is the name of one of its parameters.
Puede utilizar este comando para identificar un cmdlet o función cuando lo único que puede recordar es el nombre de uno de sus parámetros.
Or, you can use the wildcard character ( ) with the Parameter parameter to find information about all the parameters of the cmdlet or function.
O bien, se puede usar el carácter comodín ( ) con el parámetro Parameter para obtener información sobre todos los parámetros del cmdlet o de la función.
To use this cmdlet, pipe one or more objects to the cmdlet or use the InputObject parameter to specify the object.
Para utilizar este cmdlet, canalice uno o varios objetos al cmdlet o utilice el parámetro InputObject para especificar el objeto.
Enter the command names, such as the name of a cmdlet or function. Required?
Escriba los nombres de comando, como el nombre de un cmdlet o una función. ¿Requerido?
The default display lists the command type ("Cmdlet" or "Function" or "Filter"), the name of the cmdlet or function, and the syntax or function definition.
La presentación predeterminada muestra el tipo de comando ("Cmdlet", "Function" o "Filter"), el nombre del cmdlet o función, y la sintaxis o definición de función.
The CmdletInfo object has a Definition property that contains the syntax of the cmdlet or function, which includes its parameters.
El objeto CmdletInfo tiene una propiedad Definition que contiene la sintaxis del cmdlet o función, que incluye sus parámetros.
SupportedCommand The SupportedCommand parameter allows you to indicate that a cmdlet or function generates only data.
Cuando se utiliza el cmdlet parámetro SupportedCommand permite indicar que un cmdlet o una función generan solamente datos.