Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion reference/5.1/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
@@ -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
Comment on lines +4 to +7
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no-loc front-matter formatting is inconsistent with the established pattern in cmdlet reference docs. Other cmdlet pages use a single-line YAML array (e.g., no-loc: [Import-Module, -Scope] in reference/7.6/Microsoft.PowerShell.Core/Import-Module.md:6) and typically place no-loc after ms.date. Consider switching to no-loc: [Target] and positioning it after ms.date for consistency and tooling predictability.

Copilot uses AI. Check for mistakes.
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:
Expand Down
6 changes: 4 additions & 2 deletions reference/7.4/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
@@ -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
Comment on lines +4 to +7
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no-loc front-matter formatting is inconsistent with the established pattern in cmdlet reference docs. Other cmdlet pages use a single-line YAML array (e.g., no-loc: [Import-Module, -Scope] in reference/7.6/Microsoft.PowerShell.Core/Import-Module.md:6) and typically place no-loc after ms.date. Consider switching to no-loc: [Target] and positioning it after ms.date for consistency and tooling predictability.

Copilot uses AI. Check for mistakes.
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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion reference/7.5/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
@@ -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
Comment on lines +4 to +7
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no-loc front-matter formatting is inconsistent with the established pattern in cmdlet reference docs. Other cmdlet pages use a single-line YAML array (e.g., no-loc: [Import-Module, -Scope] in reference/7.6/Microsoft.PowerShell.Core/Import-Module.md:6) and typically place no-loc after ms.date. Consider switching to no-loc: [Target] and positioning it after ms.date for consistency and tooling predictability.

Copilot uses AI. Check for mistakes.
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:
Expand Down
4 changes: 3 additions & 1 deletion reference/7.6/Microsoft.PowerShell.Management/New-Item.md
Original file line number Diff line number Diff line change
@@ -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
Comment on lines +4 to +7
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no-loc front-matter formatting is inconsistent with the established pattern in cmdlet reference docs. Other cmdlet pages use a single-line YAML array (e.g., no-loc: [Import-Module, -Scope] in reference/7.6/Microsoft.PowerShell.Core/Import-Module.md:6) and typically place no-loc after ms.date. Consider switching to no-loc: [Target] and positioning it after ms.date for consistency and tooling predictability.

Copilot uses AI. Check for mistakes.
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:
Expand Down