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
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.
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ă