Skip to content

Commit

Permalink
Merge pull request #11195 from MicrosoftDocs/main
Browse files Browse the repository at this point in the history
6/17/2024 PM Publish
  • Loading branch information
Taojunshen committed Jun 17, 2024
2 parents 2cd404f + f4fa34a commit 626a56a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: Variables that customize the behavior of PowerShell.
Locale: en-US
ms.date: 04/06/2024
ms.date: 06/17/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_preference_variables?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: about Preference Variables
Expand Down Expand Up @@ -812,7 +812,7 @@ $Error[0]
To display the oldest retained error, type:

```powershell
$Error[($Error.Count -1]
$Error[-1]
```

The **Force** parameter overrides the special formatting of **ErrorRecord**
Expand Down

0 comments on commit 626a56a

Please sign in to comment.