Examples with "de cmdlet o" and their translation 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.
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.
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.
Completar con tabulaciones Para completar un comando, como el nombre de un cmdlet, un parámetro de cmdlet o una ruta de acceso, presiona la tecla TAB.
Tab Completion To complete a command, such as the name of a cmdlet, a cmdlet parameter, or a path, press the TAB key.
Andere resultaten
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.
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?
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.
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.
DESCRIPCIÓN DETALLADA Para ejecutar los comandos de Windows PowerShell en un equipo remoto, puede utilizar el parámetro ComputerName de un cmdlet o crear una sesión de Windows PowerShell (PSSession) y ejecutar los comandos en la PSSession.
LONG DESCRIPTION To run Windows PowerShell commands on a remote computer, you can use the ComputerName parameter of a cmdlet, or you can create a Windows PowerShell session (PSSession) and run commands in the PSSession.
Además, como esta característica es opcional, no funciona para los temas de Ayuda de cada cmdlet, script o función.
Also, because this feature is optional, it does not work for every cmdlet, function, or script Help topic.
Escriba un nombre de equipo o un objeto de sesión, como la salida de un cmdlet New-CimSession o Get-CimSession.
Enter a computer name or a session object, such as the output of a New-CimSession or Get-CimSession cmdlet.
Estas funciones también son útiles si se desea restringir la funcionalidad de un cmdlet compilado o escribir una función parecida a un cmdlet compilado.
These functions are also helpful when you want to restrict the functionality of a compiled cmdlet or when you want to write a function that is similar to a compiled cmdlet.