File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
5.1/Microsoft.PowerShell.Management
7.4/Microsoft.PowerShell.Management
7.5/Microsoft.PowerShell.Management
7.6/Microsoft.PowerShell.Management Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11---
22external help file : Microsoft.PowerShell.Commands.Management.dll-Help.xml
33Locale : en-US
4+ no-loc :
5+ - Target
46Module Name : Microsoft.PowerShell.Management
5- ms.date : 02/23/2024
7+ ms.date : 01/28/2026
68online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-5.1&WT.mc_id=ps-gethelp
79schema : 2.0.0
810aliases :
Original file line number Diff line number Diff line change 11---
22external help file : Microsoft.PowerShell.Commands.Management.dll-Help.xml
33Locale : en-US
4+ no-loc :
5+ - Target
46Module Name : Microsoft.PowerShell.Management
5- ms.date : 02/23/2024
7+ ms.date : 01/28/2026
68online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.4&WT.mc_id=ps-gethelp
79schema : 2.0.0
810aliases :
@@ -176,7 +178,7 @@ to verify the paths of the newly created files.
176178
177179### Example 7: Create a symbolic link to a file or folder
178180
179- This example creates a symbolic link to the Notice.txt file in the current folder.
181+ This example creates a symbolic link to the ` Notice.txt ` file in the current folder.
180182
181183``` powershell
182184$link = New-Item -ItemType SymbolicLink -Path .\link -Target .\Notice.txt
Original file line number Diff line number Diff line change 11---
22external help file : Microsoft.PowerShell.Commands.Management.dll-Help.xml
33Locale : en-US
4+ no-loc :
5+ - Target
46Module Name : Microsoft.PowerShell.Management
5- ms.date : 02/23/2024
7+ ms.date : 01/28/2026
68online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.5&WT.mc_id=ps-gethelp
79schema : 2.0.0
810aliases :
Original file line number Diff line number Diff line change 11---
22external help file : Microsoft.PowerShell.Commands.Management.dll-Help.xml
33Locale : en-US
4+ no-loc :
5+ - Target
46Module Name : Microsoft.PowerShell.Management
5- ms.date : 02/23/2024
7+ ms.date : 01/28/2026
68online version : https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item?view=powershell-7.6&WT.mc_id=ps-gethelp
79schema : 2.0.0
810aliases :
You can’t perform that action at this time.
0 commit comments