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.
Vous pouvez diriger une chaîne contenant le nom de la variable vers Get-Variable.
You can pipe a string that contains the variable name to Get-Variable.
Par exemple, si vous créez une variable qui a une option Private dans la portée globale, puis exécutez un script, les commandes Get-Variable du script n'affichent pas la variable privée.
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.
Lorsqu'une variable est privée, elle n'apparaît pas dans les listes de variables, telles que celles retournées par Get-Variable, ni dans les affichages du lecteur 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.
Pour rechercher les variables et les alias définis dans l'étendue du script, utilisez le paramètre Scope des applets de commande Get-Alias ou 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.
Pour rechercher les éléments dans une portée particulière, utilisez le paramètre Scope de Get-Variable ou Get-Alias.
To find the items in a particular scope, use the Scope parameter of Get-Variable or Get-Alias.
Objet variable Get-Variable retourne un objet variable System.Management.Automation pour chaque variable obtenue.
Get-Variable returns a System.Management.Automation variable object for each variable that it gets.
Elle est équivalente à la commande « get-variable -scope local » et peut être abrégée en « gv -s 0 ».
It is equivalent to "get-variable -scope local" and can be abbreviated as "gv -s 0".