Vertaling van "cmdlet o" in Engels
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.
Especifica el nombre del elemento de cmdlet o comando al que se asigna un alias.
Specifies the name of the cmdlet or command element that is being aliased.
Un alias es un nombre alternativo o sobrenombre de un cmdlet o un elemento de comando.
An alias is an alternate name or nickname for a cmdlet or command element.
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.
You can use the properties and methods of the object in your cmdlet or function code to respond to the conditions of use.
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.
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.
Obtiene información acerca de un cmdlet o función cuando se usa con los parámetros ("arguments") especificados, como una ruta de acceso.
Gets information about a cmdlet or function when it is used with the specified parameters ("arguments"), such as a path.
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.
Or, you can use the wildcard character ( ) with the Parameter parameter to find information about all the parameters of the cmdlet or function.
Para utilizar este cmdlet, canalice uno o varios objetos al cmdlet o utilice el parámetro InputObject para especificar el objeto.
To use this cmdlet, pipe one or more objects to the cmdlet or use the InputObject parameter to specify the object.
Escriba los nombres de comando, como el nombre de un cmdlet o una función. ¿Requerido?
Enter the command names, such as the name of a cmdlet or function. Required?
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 default display lists the command type ("Cmdlet" or "Function" or "Filter"), the name of the cmdlet or function, and the syntax or function definition.
El objeto CmdletInfo tiene una propiedad Definition que contiene la sintaxis del cmdlet o función, que incluye sus parámetros.
The CmdletInfo object has a Definition property that contains the syntax of the cmdlet or function, which includes its parameters.
Cuando se utiliza el cmdlet parámetro SupportedCommand permite indicar que un cmdlet o una función generan solamente datos.
SupportedCommand The SupportedCommand parameter allows you to indicate that a cmdlet or function generates only data.
El cmdlet Get-Help devuelve varios detalles sobre el cmdlet o la función, como una descripción del cmdlet o de la función, la sintaxis de los comandos, información sobre los parámetros y ejemplos en los que se muestra cómo usar el cmdlet o la función.
The Get-Help Cmdlet returns various details about the cmdlet or function, including a description of the cmdlet or function, the command syntax, information about the parameters, and examples showing how to use the cmdlet or function.
Se crean en un ámbito determinado y afectan únicamente a ese ámbito, a menos que se use un parámetro de cmdlet o un modificador de ámbito para cambiar dicho ámbito.
You create them in a particular scope, and they affect only that scope unless you use a cmdlet parameter or a scope modifier to change that scope.