Télécharger pour Windows Premium
Publicité
get-variable

Traduction de "get-variable" en espagnol

Nous n’avons pas trouvé cette entrée. Affichage de résultats approximatifs. Vérifiez l’orthographe ou proposez d’ajouter ce terme au dictionnaire.
Get-Variable
C:\PS>get-variable m* -valueonly This command displays only the values of the variables with names that begin with the letter "m".
C:\PS>get-variable m* -valueonly Descripción - Este comando muestra únicamente los valores de las variables cuyo nombre comienza por la letra "m".
You can pipe a string that contains the variable name to Get-Variable.
Puede canalizar a Get-Variable una cadena que contiene el nombre de la variable.
For example, if you create a variable that has a private option in the global scope and then run a script, Get-Variable commands in the script do not display the private variable.
Por ejemplo, si se crea una variable que tiene la opción de privacidad en el ámbito global y, a continuación, se ejecuta un script, los comandos Get-Variable del script no muestran la variable privada.
When a variable is private, it does not appear in lists of variables, such as those returned by Get-Variable, or in displays of the Variable: drive.
Cuando una variable es privada, no aparece en las listas de variables, como las devueltas por Get-Variable, ni en las presentaciones de la unidad Variable:.
Use the following command to find all the cmdlets in your session that have a Scope parameter: get-help -parameter scope To find the variables that are visible in a particular scope, use the Scope parameter of Get-Variable.
Use el comando siguiente para obtener todos los cmdlets de su sesión que tengan un parámetro Scope: get-help -parameter scope Para obtener las variables que estén visibles en un ámbito determinado, utilice el parámetro Scope de Get-Variable.
To find the variables and aliases that are defined in the script scope, use the Scope parameter of the Get-Alias or Get-Variable cmdlets.
Para buscar las variables y los alias definidos en el ámbito del script, se utiliza el parámetro Scope de los cmdlets Get-Alias o Get-Variable.
C:\PS>get-variable m* This command displays variables with names that begin with the letter "m".
El tipo de objeto depende de la Descripción - Este comando muestra las variables cuyo nombre comienza por la letra "m".
Aucun résultat pour cette recherche.

Synonymes et analogies de "get-variable" en anglais

Le mot et l’expression du jour
L’image du jour
paring: thin pieces cut from fruits or vegetables
Découvrir le mot
Publicité

Suggestions qui contiennent get-variable

Résultats: 7. Exacts: 7. Temps écoulé: 40 ms.