
about_PSItem - PowerShell | Microsoft Learn
The automatic variable that contains the current object in the pipeline object.
Variable data types - Power Automate | Microsoft Learn
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, such as …
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 …
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 …
cmd | Microsoft Learn
May 23, 2025 · Reference article for the cmd command, which starts a new instance of the command interpreter.
Work with variables - Microsoft Copilot Studio
Mar 12, 2026 · Create customized conversations by using variables with custom and prebuilt entities in Microsoft Copilot Studio.
Common MSBuild Project Properties - MSBuild | Microsoft Learn
Jun 6, 2025 · Learn about common MSBuild project properties that can be defined or used in project files or included in targets files that MSBuild provides.
about_Variables - PowerShell | Microsoft Learn
Variable names aren't case-sensitive, and can include spaces and special characters. But, variable names that include special characters and spaces are difficult to use and should be avoided. For …
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 …
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.