Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11/4/2024 PM Publish #11509

Merged
merged 3 commits into from
Nov 4, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions reference/5.1/Microsoft.PowerShell.Management/Copy-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions reference/7.2/Microsoft.PowerShell.Management/Copy-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions reference/7.4/Microsoft.PowerShell.Management/Copy-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions reference/7.5/Microsoft.PowerShell.Management/Copy-Item.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
33 changes: 32 additions & 1 deletion reference/docs-conceptual/community/2024-updates.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions reference/docs-conceptual/community/hall-of-fame.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 |
Expand Down Expand Up @@ -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 |
Expand All @@ -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 |

Expand Down