From 737916fe15986ed1ee990beafb3ff28695249864 Mon Sep 17 00:00:00 2001 From: Mikey Lombardi Date: Wed, 28 Jan 2026 10:58:32 -0600 Subject: [PATCH] (AB-506302) Fix overlocalization in `New-Item` Prior to this change, the **Target** alias for the **Value** parameter was being overlocalized. This change: - Adds `Target` to the `no-loc` list. - Fixes AB#506302 --- reference/5.1/Microsoft.PowerShell.Management/New-Item.md | 4 +++- reference/7.4/Microsoft.PowerShell.Management/New-Item.md | 6 ++++-- reference/7.5/Microsoft.PowerShell.Management/New-Item.md | 4 +++- reference/7.6/Microsoft.PowerShell.Management/New-Item.md | 4 +++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Management/New-Item.md b/reference/5.1/Microsoft.PowerShell.Management/New-Item.md index fbb77aab8195..eba38f1c88cd 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/New-Item.md +++ b/reference/5.1/Microsoft.PowerShell.Management/New-Item.md @@ -1,8 +1,10 @@ --- external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US +no-loc: +- Target Module Name: Microsoft.PowerShell.Management -ms.date: 02/23/2024 +ms.date: 01/28/2026 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: diff --git a/reference/7.4/Microsoft.PowerShell.Management/New-Item.md b/reference/7.4/Microsoft.PowerShell.Management/New-Item.md index e938ff3a7216..caf1d1926654 100644 --- a/reference/7.4/Microsoft.PowerShell.Management/New-Item.md +++ b/reference/7.4/Microsoft.PowerShell.Management/New-Item.md @@ -1,8 +1,10 @@ --- external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US +no-loc: +- Target Module Name: Microsoft.PowerShell.Management -ms.date: 02/23/2024 +ms.date: 01/28/2026 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: @@ -176,7 +178,7 @@ to verify the paths of the newly created files. ### Example 7: Create a symbolic link to a file or folder -This example creates a symbolic link to the Notice.txt file in the current folder. +This example creates a symbolic link to the `Notice.txt` file in the current folder. ```powershell $link = New-Item -ItemType SymbolicLink -Path .\link -Target .\Notice.txt diff --git a/reference/7.5/Microsoft.PowerShell.Management/New-Item.md b/reference/7.5/Microsoft.PowerShell.Management/New-Item.md index 01047f04ccce..2d14c2cdf366 100644 --- a/reference/7.5/Microsoft.PowerShell.Management/New-Item.md +++ b/reference/7.5/Microsoft.PowerShell.Management/New-Item.md @@ -1,8 +1,10 @@ --- external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US +no-loc: +- Target Module Name: Microsoft.PowerShell.Management -ms.date: 02/23/2024 +ms.date: 01/28/2026 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: diff --git a/reference/7.6/Microsoft.PowerShell.Management/New-Item.md b/reference/7.6/Microsoft.PowerShell.Management/New-Item.md index 7362cf4bfc66..d01c969acfc7 100644 --- a/reference/7.6/Microsoft.PowerShell.Management/New-Item.md +++ b/reference/7.6/Microsoft.PowerShell.Management/New-Item.md @@ -1,8 +1,10 @@ --- external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US +no-loc: +- Target Module Name: Microsoft.PowerShell.Management -ms.date: 02/23/2024 +ms.date: 01/28/2026 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.6&WT.mc_id=ps-gethelp schema: 2.0.0 aliases: