About 50 results
Open links in new tab
  1. about_PSItem - PowerShell | Microsoft Learn

    $PSItem was added to PowerShell in an attempt to provide a clearer meaning to the variable name. However, in practice, the dollar sign underscore form $_ is most commonly used.

  2. Get Started with Variable Libraries - Microsoft Fabric

    Jan 29, 2026 · Learn how to manage Microsoft Fabric variable libraries to customize and share item configurations in a workspace.

  3. set (environment variable) - learn.microsoft.com

    Sep 6, 2023 · If you specify values for <variable> and <string>, the specified <variable> value is added to the environment and <string> is associated with that variable. If the variable already exists in the …

  4. New-Variable (Microsoft.PowerShell.Utility) - PowerShell

    The New-Variable cmdlet creates a new variable in PowerShell. You can assign a value to the variable while creating it or assign or change the value after it is created.

  5. about_Automatic_Variables - PowerShell | Microsoft Learn

    2 days ago · This variable has a value only in a scope where parameters are declared, such as a script or function. You can use it to display or change the current values of parameters or to pass …

  6. 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.

  7. Store and retrieve data using literal and variable values in C#

    Use data in your applications by creating literal values and variable values of different data types.

  8. Set secret variables - Azure Pipelines | Microsoft Learn

    Jan 14, 2026 · The recommended ways to set secret variables are in the UI, in a variable group, and in a variable group from Azure Key Vault. You can also set secret variables in a script with a logging …

  9. Manage variable groups - Azure Pipelines | Microsoft Learn

    Jul 15, 2025 · To reference a variable in a variable group, you can use macro syntax or a runtime expression. In the following examples, the group my-variable-group has a variable named myhello.

  10. Expressions - Azure Pipelines | Microsoft Learn

    Jan 9, 2026 · Variables that are defined as expressions shouldn't depend on another variable with expression in value since it isn't guaranteed that both expressions will be evaluated properly. For …