Skip to content

Commit

Permalink
Merge pull request #10805 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
1/17/2024 PM Publish
  • Loading branch information
Taojunshen committed Jan 17, 2024
2 parents a00d760 + ac084bf commit c0e855a
Show file tree
Hide file tree
Showing 11 changed files with 494 additions and 468 deletions.
223 changes: 135 additions & 88 deletions reference/5.1/Microsoft.PowerShell.Core/About/about_Trap.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
external help file: System.Management.Automation.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Core
ms.date: 06/28/2023
ms.date: 01/17/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionconfigurationfile?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: New-PSSessionConfigurationFile
Expand Down Expand Up @@ -910,10 +910,8 @@ the following keys:

- Name - Name of the variable. This key is required.
- Value - Variable value. This key is required.
- Options - Variable options. This key is optional. The default value is **None**. The acceptable
values for this parameter are: None, ReadOnly, Constant, Private, or AllScope.

For example: `@{Name='WarningPreference';Value='SilentlyContinue';Options='AllScope'}`
For example: `@{Name='WarningPreference';Value='SilentlyContinue'}`

```yaml
Type: System.Object
Expand Down
Loading

0 comments on commit c0e855a

Please sign in to comment.