
about_PSItem - PowerShell | Microsoft Learn
The automatic variable that contains the current object in the pipeline object.
Variable data types - Power Automate | Microsoft Learn
Feb 19, 2026 · When you create variables in your flows, Power Automate converts them to a specific type based on their content. Some of these data types are widely used throughout the application, …
Predefined variables - Azure Pipelines | Microsoft Learn
In YAML pipelines, you can reference predefined variables as environment variables. For example, the variable Build.ArtifactStagingDirectory becomes the variable …
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. You can use the parameters of New …
Work with variables - Microsoft Copilot Studio
Mar 12, 2026 · Create customized conversations by using variables with custom and prebuilt entities in Microsoft Copilot Studio.
cmd | Microsoft Learn
May 23, 2025 · Reference article for the cmd command, which starts a new instance of the command interpreter.
about_Automatic_Variables - PowerShell | Microsoft Learn
Apr 2, 2026 · Describes variables that store state information for PowerShell. These variables are created and maintained by PowerShell.
Expressions - Azure Pipelines | Microsoft Learn
Jan 9, 2026 · Discover how to use expressions in Azure Pipelines. Define conditions, evaluate variables, and streamline your CI/CD workflows with this guide.
Configuration in ASP.NET Core | Microsoft Learn
Feb 11, 2026 · When an environment variable is discovered and loaded into configuration with any of the four prefixes shown in the preceding table: The configuration key is created by removing the …
Identifier names - rules and conventions - C# | Microsoft Learn
Oct 10, 2025 · An identifier is the name you assign to a type (class, interface, struct, delegate, or enum), member, variable, or namespace. This article covers the essential rules for valid C# identifiers and …