About 1,280,000 results
Open links in new tab
  1. 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 …

  2. Variables (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · The scope of a variable is the range of Transact-SQL statements that can reference the variable. The scope of a variable lasts from the point it's declared until the end of …

  3. Use environment variables in Power Platform solutions - Power Apps

    Jan 31, 2025 · One environment variable can be used across many different solution components - whether they're the same type of component or different. For example, a canvas app and a …

  4. Set function - Power Platform | Microsoft Learn

    Mar 22, 2024 · Use the Set function to set the value of a global variable, which temporarily holds a piece of information, such as the number of times the user has selected a button or the result …

  5. How to Use Custom Entity with Input Variables in Topic? - Copilot ...

    Feb 25, 2025 · Go to a Topic and click Details. On the details popup, go to the Input tab. Add a new variable. In my case i called it KBNumber 5.Click on the Identify As selector. Only OOB …

  6. Task sequence variable reference - Configuration Manager

    Jul 17, 2025 · Use the browser Find function (typically CTRL + F) to find a specific variable. The variable notes if it's specific to particular step. The article on task sequence steps includes the …

  7. Work with variables - Microsoft Copilot Studio

    Oct 4, 2025 · In the Variable properties panel, you can rename a variable, see where your agent uses it, or convert it to a global variable. You can't convert a global variable back to a topic …

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

  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. about_Environment_Variables - PowerShell | Microsoft Learn

    Aug 27, 2025 · Any environment variable you add or change in your PowerShell profile is available in any session that loads your profile. This method works for any version of …