From 03ce1065400aa0db55ced414c6aca495bb7a8bfb Mon Sep 17 00:00:00 2001 From: Abe <57122850+abeu1@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:52:45 -0500 Subject: [PATCH 1/3] Update about_Transactions.md (#11506) Get-PSProvider in line 77 was spelled Get-PSPovider --- .../5.1/Microsoft.PowerShell.Core/About/about_Transactions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md b/reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md index 087de63ab0ca..e3c536a329bc 100644 --- a/reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md +++ b/reference/5.1/Microsoft.PowerShell.Core/About/about_Transactions.md @@ -74,7 +74,7 @@ to find the **Transactions** value in the **Capabilities** property of providers: ```powershell -Get-PSPovider | Where-Object {$_.Capabilities -like "*transactions*"} +Get-PSProvider | Where-Object {$_.Capabilities -like "*transactions*"} ``` For more information about a provider, see the Help for the provider. To get From 6b0797cbef6fa7e8f6176cb0796ed6cd124185f3 Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 4 Nov 2024 09:29:11 -0600 Subject: [PATCH 2/3] Fix note in Example 2 (#11507) --- reference/5.1/Microsoft.PowerShell.Management/Copy-Item.md | 4 ++-- reference/7.2/Microsoft.PowerShell.Management/Copy-Item.md | 4 ++-- reference/7.4/Microsoft.PowerShell.Management/Copy-Item.md | 4 ++-- reference/7.5/Microsoft.PowerShell.Management/Copy-Item.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/reference/5.1/Microsoft.PowerShell.Management/Copy-Item.md b/reference/5.1/Microsoft.PowerShell.Management/Copy-Item.md index e36af3649141..1848a66170c4 100644 --- a/reference/5.1/Microsoft.PowerShell.Management/Copy-Item.md +++ b/reference/5.1/Microsoft.PowerShell.Management/Copy-Item.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 02/14/2023 +ms.date: 11/04/2024 Yuponline version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/copy-item?view=powershell-5.1&WT.mc_id=ps-gethelp schema: 2.0.0 title: Copy-Item @@ -91,7 +91,7 @@ Copy-Item -Path "C:\Logfiles\*" -Destination "C:\Drawings" -Recurse > [!NOTE] > If the path `C:\Drawings` doesn't exist the cmdlet copies all the files from the `Logfiles` -> folder into a single file `C:\Drawings`. +> folder tree into a single folder `C:\Drawings`, overwriting any files with the same name. ### Example 3: Copy directory and contents to a new directory diff --git a/reference/7.2/Microsoft.PowerShell.Management/Copy-Item.md b/reference/7.2/Microsoft.PowerShell.Management/Copy-Item.md index a62af49c3e00..4e0910047e92 100644 --- a/reference/7.2/Microsoft.PowerShell.Management/Copy-Item.md +++ b/reference/7.2/Microsoft.PowerShell.Management/Copy-Item.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 02/14/2023 +ms.date: 11/04/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/copy-item?view=powershell-7.2&WT.mc_id=ps-gethelp schema: 2.0.0 title: Copy-Item @@ -90,7 +90,7 @@ Copy-Item -Path "C:\Logfiles\*" -Destination "C:\Drawings" -Recurse > [!NOTE] > If the path `C:\Drawings` doesn't exist the cmdlet copies all the files from the `Logfiles` -> folder into a single file `C:\Drawings`. +> folder tree into a single folder `C:\Drawings`, overwriting any files with the same name. ### Example 3: Copy directory and contents to a new directory diff --git a/reference/7.4/Microsoft.PowerShell.Management/Copy-Item.md b/reference/7.4/Microsoft.PowerShell.Management/Copy-Item.md index 751768ec9117..1a834211b96d 100644 --- a/reference/7.4/Microsoft.PowerShell.Management/Copy-Item.md +++ b/reference/7.4/Microsoft.PowerShell.Management/Copy-Item.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 02/14/2023 +ms.date: 11/04/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/copy-item?view=powershell-7.4&WT.mc_id=ps-gethelp schema: 2.0.0 title: Copy-Item @@ -90,7 +90,7 @@ Copy-Item -Path "C:\Logfiles\*" -Destination "C:\Drawings" -Recurse > [!NOTE] > If the path `C:\Drawings` doesn't exist the cmdlet copies all the files from the `Logfiles` -> folder into a single file `C:\Drawings`. +> folder tree into a single folder `C:\Drawings`, overwriting any files with the same name. ### Example 3: Copy directory and contents to a new directory diff --git a/reference/7.5/Microsoft.PowerShell.Management/Copy-Item.md b/reference/7.5/Microsoft.PowerShell.Management/Copy-Item.md index 063a1799131f..4f9c356f0eca 100644 --- a/reference/7.5/Microsoft.PowerShell.Management/Copy-Item.md +++ b/reference/7.5/Microsoft.PowerShell.Management/Copy-Item.md @@ -2,7 +2,7 @@ external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml Locale: en-US Module Name: Microsoft.PowerShell.Management -ms.date: 02/14/2023 +ms.date: 11/04/2024 online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/copy-item?view=powershell-7.5&WT.mc_id=ps-gethelp schema: 2.0.0 title: Copy-Item @@ -90,7 +90,7 @@ Copy-Item -Path "C:\Logfiles\*" -Destination "C:\Drawings" -Recurse > [!NOTE] > If the path `C:\Drawings` doesn't exist the cmdlet copies all the files from the `Logfiles` -> folder into a single file `C:\Drawings`. +> folder tree into a single folder `C:\Drawings`, overwriting any files with the same name. ### Example 3: Copy directory and contents to a new directory From dc4d3bb3f104688914d212a428418399095d2bba Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 4 Nov 2024 15:19:25 -0600 Subject: [PATCH 3/3] Update monthly stats (#11508) * Update monthly stats * Add PlatyPS docs link --- .../docs-conceptual/community/2024-updates.md | 33 ++++++++++++++++++- .../docs-conceptual/community/hall-of-fame.md | 8 ++--- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/reference/docs-conceptual/community/2024-updates.md b/reference/docs-conceptual/community/2024-updates.md index 14dedcc15bf1..33cc3341bba5 100644 --- a/reference/docs-conceptual/community/2024-updates.md +++ b/reference/docs-conceptual/community/2024-updates.md @@ -1,6 +1,6 @@ --- description: List of changes to the PowerShell documentation for 2024 -ms.date: 10/19/2024 +ms.date: 11/04/2024 title: What's New in PowerShell-Docs for 2024 --- # What's new in PowerShell Docs for 2024 @@ -11,6 +11,37 @@ community. Help us make the documentation better for you. Read the [Contributor's Guide][01] to learn how to get started. +## 2024-October + +New content + +- [Improve the accessibility of DSC output in PowerShell](/powershell/dsc/concepts/output-accessibility?view=dsc-3.0&preserve-view=true) +- Added cmdlet reference for the + [Microsoft.PowerShell.PlatyPS Module](/powershell/module/microsoft.powershell.platyps/) + v1.0.0-preview1 release + +### Top Community Contributors + +GitHub stats + +- 30 PRs merged (11 from Community) +- 22 issues opened (22 from Community) +- 22 issues closed (22 Community issues closed) + +The following people contributed to PowerShell docs this month by submitting pull requests or +filing issues. Thank you! + +| GitHub Id | PRs merged | Issues opened | +| ------------------ | :--------: | :-----------: | +| jhribal | 4 | | +| ArieHein | 2 | | +| Bergbok | 1 | 1 | +| colinwebster-hc | 1 | | +| HotCakeX | 1 | | +| pmsjt | 1 | | +| CameronSWilliamson | 1 | | +| FARICJH59 | | 2 | + ## 2024-September New content diff --git a/reference/docs-conceptual/community/hall-of-fame.md b/reference/docs-conceptual/community/hall-of-fame.md index 8c3d5cf2dc01..66cb281bf653 100644 --- a/reference/docs-conceptual/community/hall-of-fame.md +++ b/reference/docs-conceptual/community/hall-of-fame.md @@ -1,6 +1,6 @@ --- description: List of the GitHub users that have the most contributions to the PowerShell-Doc project. -ms.date: 10/19/2024 +ms.date: 11/04/2024 title: Community contributor Hall of Fame --- # Community Contributor Hall of Fame @@ -17,7 +17,7 @@ Pull Requests help us fix those issues and make the documentation better for eve | PRs Merged | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | Grand Total | | --------------- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ----------: | -| Community | 3 | 194 | 446 | 464 | 318 | 161 | 100 | 121 | 108 | 54 | 1969 | +| Community | 3 | 194 | 446 | 464 | 318 | 161 | 100 | 121 | 108 | 65 | 1980 | | matt9ucci | | | 157 | 80 | 30 | 1 | 6 | | | | 274 | | nschonni | | | | 14 | 138 | 10 | | | | | 162 | | kiazhi | | 25 | 79 | 12 | | | | | | | 116 | @@ -45,7 +45,7 @@ GitHub issues help us identify errors and gaps in our documentation. | Issues Opened | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 2024 | Grand Total | | --------------- | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ---: | ----------: | -| Community | 3 | 54 | 95 | 211 | 561 | 557 | 364 | 225 | 270 | 169 | 2509 | +| Community | 3 | 54 | 95 | 211 | 561 | 557 | 364 | 225 | 268 | 179 | 2517 | | mklement0 | | | 19 | 60 | 56 | 61 | 28 | 8 | 20 | 23 | 275 | | ehmiiz | | | | | | | | 20 | 14 | | 34 | | iSazonov | | | 1 | 4 | 10 | 8 | 4 | 3 | | 1 | 31 | @@ -66,8 +66,8 @@ GitHub issues help us identify errors and gaps in our documentation. | jsilverm | | | | | | 8 | | | 4 | | 12 | | CarloToso | | | | | | | | | 11 | | 11 | | Liturgist | | | | | 1 | 1 | 1 | 2 | 4 | 2 | 11 | -| vors | 1 | 6 | 2 | 1 | | | | | | | 10 | | UberKluger | | | | | | 1 | 7 | 2 | | | 10 | +| vors | 1 | 6 | 2 | 1 | | | | | | | 10 | | LaurentDardenne | | | 3 | 2 | | | | 5 | | | 10 | | matt9ucci | | | 2 | 5 | | | 2 | | 1 | | 10 |