
about_Variables - PowerShell | Microsoft Learn
Working with variables To create a new variable, use an assignment statement to assign a value to the variable. You don't have to declare the variable before using it. The default value of all …
Use variables in Classic release pipelines - Azure Pipelines
Oct 27, 2025 · Use custom variables To use custom variables in your tasks, enclose the variable name in parentheses and precede it with a $ character. For example, if you have a variable …
Office error “could not create the work file” - Microsoft 365 Apps
Jun 25, 2025 · Symptoms When you try to preview or save a document, Word returns the following error message: Word could not create the work file. Check the temp environment …
about_PSItem - PowerShell | Microsoft Learn
PowerShell includes the $PSItem variable and its alias, $_, as automatic variables in scriptblocks that process the current object, such as in the pipeline. This article uses $PSItem in the …
Set-Variable (Microsoft.PowerShell.Utility) - PowerShell
The Set-Variable cmdlet assigns a value to a specified variable or changes the current value. If the variable does not exist, the cmdlet creates it.
about_Remote_Variables - PowerShell | Microsoft Learn
Sep 29, 2025 · You can use local variables in remote commands, but the variable must be defined in the local session. Beginning in PowerShell 3.0, you can use the Using: scope …
table (Transact-SQL) - SQL Server | Microsoft Learn
Nov 18, 2025 · This variable can be used in the function, stored procedure, or batch in which it's declared. Within its scope, a table variable can be used like a regular table.
Get-Variable (Microsoft.PowerShell.Utility) - PowerShell
The Get-Variable cmdlet gets the PowerShell variables in the current console. You can retrieve just the values of the variables by specifying the ValueOnly parameter, and you can filter the …
Predefined variables - Azure Pipelines | Microsoft Learn
When you use a variable in a template that isn't marked as available in templates, the variable doesn't render. The variable doesn't render because its value isn't accessible within the …
Azure API Management policy reference - set-variable
Jun 1, 2025 · Reference for the set-variable policy available for use in Azure API Management. Provides policy usage, settings, and examples.