Vertaling van "get-variable" in Frans
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.
It is equivalent to "get-variable -scope local" and can be abbreviated as "gv -s 0".
Elle est équivalente à la commande « get-variable -scope local » et peut être abrégée en « gv -s 0 ».
You can pipe a string that contains the variable name to Get-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.
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.
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.
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:.
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 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 items in a particular scope, use the Scope parameter of Get-Variable or Get-Alias.
Pour rechercher les éléments dans une portée particulière, utilisez le paramètre Scope de Get-Variable ou Get-Alias.
Get-Variable returns a System.Management.Automation variable object for each variable that it gets.
Objet variable Get-Variable retourne un objet variable System.Management.Automation pour chaque variable obtenue.