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

  2. temporary table vs table veriable - Microsoft Q&A

    Nov 8, 2021 · Also there is one regular table in the database. This temporary table or table variable must be exactly like that. If a union isn't convenient (and I assume a view wouldn't …

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

  5. Use Fabric variable libraries in Dataflow Gen2 (Preview)

    Oct 20, 2025 · Overview on how to use Fabric variable libraries inside of a Dataflow Gen2 with CI/CD.

  6. Environment Variables - Win32 apps | Microsoft Learn

    Jul 14, 2025 · The GetEnvironmentVariable function determines whether a specified variable is defined in the environment of the calling process, and, if so, what its value is.

  7. Intune: Use variables like { {deviceid}} in values of windows ...

    Jul 14, 2022 · So, let us assume that my application registers with the custom backend. How is that custom backend going to identify the client to InTune? I guess by using some information …

  8. Store and manage values in variables in Power Automate - Power …

    Jan 16, 2026 · You can create a variable and declare its data type and initial value all within one action in your flow in the designer. You can only declare variables at the global level, not within …

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

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

    Jan 28, 2026 · 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 …