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

2/7/2024 PM Publish #10872

Merged
merged 3 commits into from
Feb 7, 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 @@ -2,7 +2,7 @@
external help file: Microsoft.PowerShell.Commands.Management.dll-Help.xml
Locale: en-US
Module Name: Microsoft.PowerShell.Management
ms.date: 12/12/2022
ms.date: 02/07/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/rename-itemproperty?view=powershell-5.1&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Rename-ItemProperty
Expand Down Expand Up @@ -314,7 +314,7 @@ Windows PowerShell includes the following aliases for `Rename-ItemProperty`:

- `rnp`

`Remove-ItemProperty` is designed to work with the data exposed by any provider. To list the
`Rename-ItemProperty` is designed to work with the data exposed by any provider. To list the
providers available in your session, type `Get-PSProvider`. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

Expand Down
6 changes: 3 additions & 3 deletions reference/5.1/Microsoft.PowerShell.Utility/Get-Date.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.

### Example 6: Check if a date is adjusted for daylight savings time
### Example 6: Check if a date is adjusted for daylight saving time

This example uses a boolean method to verify if a date is adjusted by daylight savings time.
This example uses a boolean method to verify if a date is adjusted by daylight saving time.

```powershell
$DST = Get-Date
Expand All @@ -160,7 +160,7 @@ True
```

A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
to test if the date is adjusted for daylight savings time.
to test if the date is adjusted for daylight saving time.

### Example 7: Convert the current time to UTC time

Expand Down
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: 12/12/2022
ms.date: 02/07/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/rename-itemproperty?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Rename-ItemProperty
Expand Down Expand Up @@ -298,7 +298,7 @@ PowerShell includes the following aliases for `Rename-ItemProperty`:
- All platforms:
- `rnp`

`Remove-ItemProperty` is designed to work with the data exposed by any provider. To list the
`Rename-ItemProperty` is designed to work with the data exposed by any provider. To list the
providers available in your session, type `Get-PSProvider`. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

Expand Down
6 changes: 3 additions & 3 deletions reference/7.2/Microsoft.PowerShell.Utility/Get-Date.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.

### Example 6: Check if a date is adjusted for daylight savings time
### Example 6: Check if a date is adjusted for daylight saving time

This example uses a boolean method to verify if a date is adjusted by daylight savings time.
This example uses a boolean method to verify if a date is adjusted by daylight saving time.

```powershell
$DST = Get-Date
Expand All @@ -176,7 +176,7 @@ True
```

A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
to test if the date is adjusted for daylight savings time.
to test if the date is adjusted for daylight saving time.

### Example 7: Convert the current time to UTC time

Expand Down
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: 12/12/2022
ms.date: 02/07/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/rename-itemproperty?view=powershell-7.3&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Rename-ItemProperty
Expand Down Expand Up @@ -298,7 +298,7 @@ PowerShell includes the following aliases for `Rename-ItemProperty`:
- All platforms:
- `rnp`

`Remove-ItemProperty` is designed to work with the data exposed by any provider. To list the
`Rename-ItemProperty` is designed to work with the data exposed by any provider. To list the
providers available in your session, type `Get-PSProvider`. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

Expand Down
6 changes: 3 additions & 3 deletions reference/7.3/Microsoft.PowerShell.Utility/Get-Date.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.

### Example 6: Check if a date is adjusted for daylight savings time
### Example 6: Check if a date is adjusted for daylight saving time

This example uses a boolean method to verify if a date is adjusted by daylight savings time.
This example uses a boolean method to verify if a date is adjusted by daylight saving time.

```powershell
$DST = Get-Date
Expand All @@ -176,7 +176,7 @@ True
```

A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
to test if the date is adjusted for daylight savings time.
to test if the date is adjusted for daylight saving time.

### Example 7: Convert the current time to UTC time

Expand Down
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: 12/12/2022
ms.date: 02/07/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/rename-itemproperty?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Rename-ItemProperty
Expand Down Expand Up @@ -298,7 +298,7 @@ PowerShell includes the following aliases for `Rename-ItemProperty`:
- All platforms:
- `rnp`

`Remove-ItemProperty` is designed to work with the data exposed by any provider. To list the
`Rename-ItemProperty` is designed to work with the data exposed by any provider. To list the
providers available in your session, type `Get-PSProvider`. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

Expand Down
6 changes: 3 additions & 3 deletions reference/7.4/Microsoft.PowerShell.Utility/Get-Date.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.

### Example 6: Check if a date is adjusted for daylight savings time
### Example 6: Check if a date is adjusted for daylight saving time

This example uses a boolean method to verify if a date is adjusted by daylight savings time.
This example uses a boolean method to verify if a date is adjusted by daylight saving time.

```powershell
$DST = Get-Date
Expand All @@ -176,7 +176,7 @@ True
```

A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
to test if the date is adjusted for daylight savings time.
to test if the date is adjusted for daylight saving time.

### Example 7: Convert the current time to UTC time

Expand Down
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: 12/12/2022
ms.date: 02/07/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/rename-itemproperty?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Rename-ItemProperty
Expand Down Expand Up @@ -298,7 +298,7 @@ PowerShell includes the following aliases for `Rename-ItemProperty`:
- All platforms:
- `rnp`

`Remove-ItemProperty` is designed to work with the data exposed by any provider. To list the
`Rename-ItemProperty` is designed to work with the data exposed by any provider. To list the
providers available in your session, type `Get-PSProvider`. For more information, see
[about_Providers](../Microsoft.PowerShell.Core/About/about_Providers.md).

Expand Down
6 changes: 3 additions & 3 deletions reference/7.5/Microsoft.PowerShell.Utility/Get-Date.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ The Gregorian calendar has 365 days, except for leap years that have 366 days. F
`Get-Date` uses three parameters to specify the date: **Year**, **Month**, and **Day**. The command
is wrapped with parentheses so that the result is evaluated by the **DayofYear** property.

### Example 6: Check if a date is adjusted for daylight savings time
### Example 6: Check if a date is adjusted for daylight saving time

This example uses a boolean method to verify if a date is adjusted by daylight savings time.
This example uses a boolean method to verify if a date is adjusted by daylight saving time.

```powershell
$DST = Get-Date
Expand All @@ -176,7 +176,7 @@ True
```

A variable, `$DST` stores the result of `Get-Date`. `$DST` uses the **IsDaylightSavingTime** method
to test if the date is adjusted for daylight savings time.
to test if the date is adjusted for daylight saving time.

### Example 7: Convert the current time to UTC time

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: What's New in PowerShell 7.4
description: New features and changes released in PowerShell 7.4
ms.date: 01/18/2024
ms.date: 02/07/2024
---

# What's New in PowerShell 7.4
Expand All @@ -18,8 +18,9 @@ For a complete list of changes, see the [CHANGELOG][chg] in the GitHub repositor
- Update some PowerShell APIs to throw **ArgumentException** instead of **ArgumentNullException**
when the argument is an empty string ([#19215][19215]) (Thanks @xtqqczze!)
- Remove code related to `#requires -pssnapin` ([#19320][19320])
- `Test-Json` now uses Json.Schema.Net instead of Newtonsoft.Json.Schema. With this change,
- `Test-Json` now uses JsonSchema.Net instead of Newtonsoft.Json.Schema. With this change,
`Test-Json` no longer supports the older Draft 4 schemas. ([#18141][18141]) (Thanks @gregsdennis!)
For more information about JSON schemas, see [JSON Schema][14] documentation.
- Output from `Test-Connection` now includes more detailed information about TCP connection tests
- .NET introduced changes that affected `Test-Connection`. The cmdlet now returns an error about
the need to use `sudo` on Linux platforms when using a custom buffer size ([#20369][20369])
Expand Down Expand Up @@ -226,6 +227,7 @@ For more information about the Experimental Features, see [Using Experimental Fe
[11]: /powershell/module/microsoft.powershell.core/about/about_redirection?view=powershell-7.4&preserve-view=true#redirecting-output-from-native-commands
[12]: /powershell/module/microsoft.powershell.psresourceget
[13]: /powershell/module/psreadline
[14]: https://json-schema.org/understanding-json-schema/reference/schema

[chg]: https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.4.md
[14953]: https://github.com/PowerShell/PowerShell/pull/14953
Expand Down