Skip to content

Commit 59b6947

Browse files
authored
Merge pull request #12068 from MicrosoftDocs/main
5/13/2025 PM Publish
2 parents cd555f1 + 848173b commit 59b6947

File tree

12 files changed

+25
-23
lines changed

12 files changed

+25
-23
lines changed

reference/5.1/Microsoft.PowerShell.Diagnostics/New-WinEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Description : Completed periodic policy processing for user %3 in %1 seconds.
8686

8787
The **Description** property contains the message that gets written to the event log. The `%3` and
8888
`%1` value are placeholders for the values passed into the template. The `%3` string is replace with
89-
the value passed to the **PrincipalSamName** field. The `%1` string is replaced withe value passed
89+
the value passed to the **PrincipalSamName** field. The `%1` string is replaced with value passed
9090
to the **PolicyElaspedTimeInSeconds** field.
9191

9292
### Example 3 - Create a new event using a versioned template

reference/7.4/Microsoft.PowerShell.Diagnostics/New-WinEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Description : Completed periodic policy processing for user %3 in %1 seconds.
8888

8989
The **Description** property contains the message that gets written to the event log. The `%3` and
9090
`%1` value are placeholders for the values passed into the template. The `%3` string is replace with
91-
the value passed to the **PrincipalSamName** field. The `%1` string is replaced withe value passed
91+
the value passed to the **PrincipalSamName** field. The `%1` string is replaced with value passed
9292
to the **PolicyElaspedTimeInSeconds** field.
9393

9494
### Example 3 - Create a new event using a versioned template

reference/7.5/Microsoft.PowerShell.Diagnostics/New-WinEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Description : Completed periodic policy processing for user %3 in %1 seconds.
8888

8989
The **Description** property contains the message that gets written to the event log. The `%3` and
9090
`%1` value are placeholders for the values passed into the template. The `%3` string is replace with
91-
the value passed to the **PrincipalSamName** field. The `%1` string is replaced withe value passed
91+
the value passed to the **PrincipalSamName** field. The `%1` string is replaced with value passed
9292
to the **PolicyElaspedTimeInSeconds** field.
9393

9494
### Example 3 - Create a new event using a versioned template

reference/7.6/Microsoft.PowerShell.Diagnostics/New-WinEvent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Description : Completed periodic policy processing for user %3 in %1 seconds.
8888

8989
The **Description** property contains the message that gets written to the event log. The `%3` and
9090
`%1` value are placeholders for the values passed into the template. The `%3` string is replace with
91-
the value passed to the **PrincipalSamName** field. The `%1` string is replaced withe value passed
91+
the value passed to the **PrincipalSamName** field. The `%1` string is replaced with value passed
9292
to the **PolicyElaspedTimeInSeconds** field.
9393

9494
### Example 3 - Create a new event using a versioned template

reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ install package from the [releases][09] page onto your computer. The links to th
119119
are:
120120

121121
- PowerShell 7.4
122-
- x64 processors - [powershell-7.4.7-osx-x64.pkg][20]
123-
- Arm64 processors - [powershell-7.4.7-osx-arm64.pkg][18]
122+
- x64 processors - [powershell-7.4.10-osx-x64.pkg][20]
123+
- Arm64 processors - [powershell-7.4.10-osx-arm64.pkg][18]
124124
- PowerShell 7.5
125125
- x64 processors - [powershell-7.5.1-osx-x64.pkg][24]
126126
- Arm64 processors - [powershell-7.5.1-arm64.pkg][22]
@@ -188,8 +188,8 @@ Download the install package from the [releases][09] page onto your computer. Th
188188
current versions are:
189189

190190
- PowerShell 7.4 (LTS)
191-
- x64 processors - [powershell-7.4.7-osx-x64.tar.gz][21]
192-
- Arm64 processors - [powershell-7.4.7-osx-arm64.tar.gz][19]
191+
- x64 processors - [powershell-7.4.10-osx-x64.tar.gz][21]
192+
- Arm64 processors - [powershell-7.4.10-osx-arm64.tar.gz][19]
193193
- PowerShell 7.5-preview
194194
- x64 processors - [powershell-7.5.1-osx-x64.tar.gz][25]
195195
- Arm64 processors - [powershell-7.5.1-osx-arm64.tar.gz][23]
@@ -278,10 +278,10 @@ support those methods.
278278
[11]: https://docs.brew.sh/Manpage#link-ln-options-formula
279279
[12]: https://github.com/Homebrew
280280
[13]: https://github.com/Homebrew/homebrew-cask
281-
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-osx-arm64.pkg
282-
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-osx-arm64.tar.gz
283-
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-osx-x64.pkg
284-
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-osx-x64.tar.gz
281+
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-osx-arm64.pkg
282+
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-osx-arm64.tar.gz
283+
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-osx-x64.pkg
284+
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-osx-x64.tar.gz
285285
[22]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-osx-arm64.pkg
286286
[23]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-osx-arm64.tar.gz
287287
[24]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-osx-x64.pkg

reference/docs-conceptual/install/community-support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Download the tar.gz package from the [releases][09] page onto your Raspberry Pi
7878
to the current versions are:
7979

8080
- PowerShell 7.4 - latest LTS release
81-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-linux-arm32.tar.gz`
82-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-linux-arm64.tar.gz`
81+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-linux-arm32.tar.gz`
82+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-linux-arm64.tar.gz`
8383
- PowerShell 7.5 - latest stable release
8484
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-linux-arm32.tar.gz`
8585
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-linux-arm64.tar.gz`

reference/docs-conceptual/install/install-alpine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ check the list of [Supported versions][02] below.
2222
Installation on Alpine is based on downloading tar.gz package from the [releases][03] page. The URL
2323
to the package depends on the version of PowerShell you want to install.
2424

25-
- PowerShell 7.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-linux-musl-x64.tar.gz`
25+
- PowerShell 7.4 - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-linux-musl-x64.tar.gz`
2626
- PowerShell 7.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-linux-musl-x64.tar.gz`
2727

2828
Then, in the terminal, execute the following shell commands to install PowerShell 7.4:

reference/docs-conceptual/install/install-debian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ package from the [releases][02] page onto your Debian machine.
7272
The link to the current version is:
7373

7474
- PowerShell 7.4 (LTS) universal package for supported versions of Debian
75-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell_7.4.7-1.deb_amd64.deb`
75+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell_7.4.10-1.deb_amd64.deb`
7676
- PowerShell 7.5 universal package for supported versions of Debian
7777
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell_7.5.1-1.deb_amd64.deb`
7878

reference/docs-conceptual/install/install-rhel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ package from the [releases][02] page onto your RHEL machine.
6666

6767
The link to the current version is:
6868

69-
- PowerShell 7.4.7 universal package for supported versions of RHEL
70-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell-7.4.7-1.rh.x86_64.rpm`
69+
- PowerShell 7.4.10 universal package for supported versions of RHEL
70+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell-7.4.10-1.rh.x86_64.rpm`
7171
- PowerShell 7.5.1 universal package for supported versions of RHEL
7272
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-7.5.1-1.rh.x86_64.rpm`
7373

reference/docs-conceptual/install/install-ubuntu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ package from the [releases][05] page onto your Ubuntu machine.
8484
The link to the current version is:
8585

8686
- PowerShell 7.4 (LTS) universal package for supported versions of Ubuntu
87-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.7/powershell_7.4.7-1.deb_amd64.deb`
87+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.10/powershell_7.4.10-1.deb_amd64.deb`
8888
- PowerShell 7.5 universal package for supported versions of Ubuntu
8989
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.1/powershell-preview_7.5.1-1.deb_amd64.deb`
9090

0 commit comments

Comments
 (0)