-
Notifications
You must be signed in to change notification settings - Fork 0
Trace VariableScope
external help file: ModernConveniences-help.xml Module Name: ModernConveniences online version: schema: 2.0.0
Returns details about a variable by name in all available scopes.
Trace-VariableScope [-Name] <String> [-ProgressAction <ActionPreference>] [<CommonParameters>]
{{ Fill in the Description }}
Trace-VariableScope result
Name Value Type Scope Description Attributes Options Visibility ModuleName
result LocalValue System.String 1 {} None Public result ScriptValue System.String 2 {} None Public result ScriptValue System.String Global {} None Public
The name of the variable to find in all available scopes.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False{{ Fill ProgressAction Description }}
Type: ActionPreference
Parameter Sets: (All)
Aliases: proga
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.