Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
Get-Variable
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* -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".
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".
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Nici un rezultat pentru acest sens.
Sinonime și analogii pentru "Get-Variable" în limba Română