Vertaling van "a cmdlet" 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.
Gets the help file for a cmdlet.
You can use this feature to create an alias that includes both a cmdlet and its parameters.
Esta característica permite crear un alias que incluya un cmdlet y los parámetros correspondientes.
You can create a function that works just like a cmdlet without using C# programming.
Se puede crear una función que funcione exactamente igual que un cmdlet sin utilizar la programación en C#.
To find the aliases for a cmdlet, type
Para buscar los alias de un cmdlet, escriba
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, you can build a hash table that contains an integer, a call to a cmdlet, and a string.
Por ejemplo, puede generar una tabla hash que contenga un entero, una llamada a un cmdlet y una cadena.
To automatically complete a cmdlet parameter entry
Specify a log file on the command line and always review the log file after running a cmdlet.
Especifique un archivo de registros en la línea de comandos y consulte siempre el archivo de registros después de ejecutar el cmdlet.
Enter the name of a cmdlet, function, script, file, or executable file.
Escriba el nombre de un cmdlet, una función, un script, un archivo o un archivo ejecutable.
Tab completion helps with typing a cmdlet name, parameter name, variable name, object property name, or a path.
El procedimiento para completar con el tabulador ayuda a escribir nombres de cmdlets, nombres de parámetros, nombres de variables, nombres de propiedades de objetos y rutas de acceso.
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.
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.
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.
To use the parameters of a function, type the parameter name preceded, by a hyphen and followed by a value, just as would do for the parameters of a cmdlet.
Para utilizar los parámetros de una función, escriba el nombre de parámetro precedido de un guion y seguido de un valor, tal como haría con los parámetros de un cmdlet.