About 703,000 results
Open links in new tab
  1. Manage variable groups - Azure Pipelines | Microsoft Learn

    Jul 15, 2025 · This article explains how to create and use variable groups in Azure Pipelines. Variable groups store values and secrets that you can pass into a YAML pipeline or make …

  2. 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 …

  3. 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 …

  4. Integration Services (SSIS) Variables - learn.microsoft.com

    Dec 17, 2024 · A variable has options for setting the variable value and the data type of the value. The two properties must be compatible: for example, the use of a string value together with an …

  5. Get Started with Variable Libraries - Microsoft Fabric

    Aug 25, 2025 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.

  6. Declaring variables (VBA) | Microsoft Learn

    Jul 31, 2024 · You can implicitly declare a variable in Visual Basic simply by using it in an assignment statement. All variables that are implicitly declared are of type Variant.

  7. Write-Output (Microsoft.PowerShell.Utility) - PowerShell

    In this example, the results of the Get-Process cmdlet are stored in the $P variable. The Write-Output cmdlet displays the process objects in $P to the console.

  8. setx | Microsoft Learn

    Feb 3, 2023 · Running this command on an existing variable removes any variable references and uses expanded values. For instance, if the variable %PATH% has a reference to …

  9. Define variables - Azure Pipelines | Microsoft Learn

    Oct 1, 2025 · User-defined variables can be set as read-only. There are naming restrictions for variables (example: you can't use secret at the start of a variable name). You can use a …

  10. Clear-Variable (Microsoft.PowerShell.Utility) - PowerShell

    To delete a variable, along with its value, use Remove-Variable or Remove-Item. This cmdlet does not delete the values of variables that are set as constants or owned by the system, even …