Download for Windows Premium
Publiciteit
get-variable

Vertaling van "get-variable" 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.
Get-Variable
C:\PS>get-variable m* -valueonly Descripción - Este comando muestra únicamente los valores de las variables cuyo nombre comienza por la letra "m".
C:\PS>get-variable m* -valueonly This command displays only the values of the variables with names that begin with the letter "m".
Puede canalizar a Get-Variable una cadena que contiene el nombre de la variable.
You can pipe a string that contains the variable name to Get-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.
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.
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:.
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.
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.
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.
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.
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.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor get-variable in het Spaans

Publiciteit

Suggesties

Resultaten: 6. Exact: 6. Verstreken tijd: 43 ms.