Vertaling van "cmdlet y" 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.
Agregar manualmente ese cmdlet y argumentos para las secuencias de comandos.
Manually add that cmdlet and arguments to any scripts.
Esta característica permite crear un alias que incluya un cmdlet y los parámetros correspondientes.
You can use this feature to create an alias that includes both a cmdlet and its parameters.
Utilice la ayuda de la línea de comandos para identificar los parámetros que se utilizan con cada cmdlet y la sintaxis apropiada.
Use command-line help to identify the parameters that are used with each cmdlet and the appropriate syntax.
El tipo y los requisitos de los parámetros varían según el cmdlet y la función.
The type of parameters and the requirements for those parameters vary by cmdlet and by function from cmdlet to cmdlet.
Esto es importante, ya que reduce el trabajo necesario de cada cmdlet y asegura que el usuario puede hacer siempre las cosas de la misma manera, independientemente del cmdlet que utilice.
This is significant because it reduces the work required of each cmdlet and ensures that you can always do things the same way regardless of which cmdlet you are using.
Para ejecutar un cmdlet y guardar el resultado en una variable, escriba un comando con el siguiente formato y después presione Entrar.
To run a cmdlet and save the result in variable, type a command in the following format, and then press Enter.
Nota: Haga clic aquí para consultar más información sobre este cmdlet y las opciones disponibles.
Note: Click here to see additional information on this cmdlet and available options.
Ésta es una especie de redirección, pero en lugar de decirle a PowerShell que coloque los resultados de un cmdlet en otro lugar, le dice que tome la salida de un cmdlet y lo use como entrada para otro.
Piping is sort of like redirection, but instead of telling PowerShell to put the results of a cmdlet somewhere else, it tells it to take the output of one cmdlet and use it as the input for another.
Para ver toda la Ayuda disponible de un cmdlet que incluya información técnica sobre el cmdlet y sus parámetros, utilice el parámetro Full.
To display all of the available Help for a cmdlet, including technical information about the cmdlet and its parameters, use the Full parameter.
También hay temas de Ayuda para cada cmdlet y cada proveedor, y temas de Ayuda para muchas funciones y scripts.
There are also Help topics for each cmdlet and provider and Help topics for many functions and scripts.
En este ejemplo, el usuario desea crear un alias para el comando donde "set-location" es un cmdlet y "C:\Windows\System32" es el valor del parámetro Path.
In this example, the user wants to create an alias for the command "set-location c:\windows\system32", where "set-location" is a cmdlet and "C:\Windows\System32" is the value of the Path parameter.
Por ejemplo, puede generar una tabla hash que contenga un entero, una llamada a un cmdlet y una cadena.
For example, you can build a hash table that contains an integer, a call to a cmdlet, and a string.
De forma predeterminada, y al igual que sucede en los módulos estáticos, los cmdlet y las funciones de un módulo dinámico se exportan, mientras que las variables y alias, no.
Like static modules, by default, the cmdlets and functions in a dynamic module are exported and the variables and aliases are not.