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

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

  3. Dim statement (VBA) | Microsoft Learn

    Mar 30, 2022 · Use the Dim statement at the module or procedure level to declare the data type of a variable. For example, the following statement declares a variable as an Integer.

  4. Define variables - Azure Pipelines | Microsoft Learn

    Oct 27, 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 variable …

  5. struct (C++) | Microsoft Learn

    Aug 3, 2021 · You have the option of declaring variables when the structure type is defined by placing one or more comma-separated variable names between the closing brace and the semicolon.

  6. Get-ADUser (ActiveDirectory) | Microsoft Learn

    You can also set the parameter to a user object variable such as $<localUserObject> or pass a user object through the pipeline to the Identity parameter. To search for and retrieve more than one user, …

  7. about_Parameters_Default_Values - PowerShell | Microsoft Learn

    Jan 2, 2025 · To save the settings for use in future sessions, add the variable assignment to your PowerShell profile. $PSDefaultParameterValues was introduced in PowerShell 3.0.

  8. Get Started with Variable Libraries - Microsoft Fabric

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

  9. Learn How to Use Variable Libraries - Microsoft Fabric

    Dec 15, 2025 · Follow the steps for creating a variable library and using variable values in various stages of a deployment pipeline.

  10. What's new in C# 14 | Microsoft Learn

    Nov 19, 2025 · Null-conditional assignment The null-conditional member access operators, ?. and ?[], can now be used on the left hand side of an assignment or compound assignment. Before C# 14, …