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

7/9/2024 PM Publish #11245

Merged
merged 3 commits into from
Jul 9, 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: 01/08/2023
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-Clipboard
Expand All @@ -21,8 +21,6 @@ Get-Clipboard [-Raw] [<CommonParameters>]

## DESCRIPTION

> **This cmdlet is not supported on macOS.**

The `Get-Clipboard` cmdlet gets the contents of the clipboard as text. Multiple lines of text are
returned as an array of strings similar to `Get-Content`.

Expand Down Expand Up @@ -88,6 +86,8 @@ PowerShell includes the following aliases for `Get-Clipboard`:
- All platforms:
- `gcb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Set-Clipboard](Set-Clipboard.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: 09/11/2023
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-clipboard?view=powershell-7.2&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Set-Clipboard
Expand Down Expand Up @@ -154,6 +154,8 @@ PowerShell includes the following aliases for `Set-Clipboard`:
- All platforms:
- `scb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Get-Clipboard](Get-Clipboard.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: 01/08/2023
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-Clipboard
Expand All @@ -21,8 +21,6 @@ Get-Clipboard [-Raw] [<CommonParameters>]

## DESCRIPTION

> **This cmdlet is not supported on macOS.**

The `Get-Clipboard` cmdlet gets the contents of the clipboard as text. Multiple lines of text are
returned as an array of strings similar to `Get-Content`.

Expand Down Expand Up @@ -87,7 +85,9 @@ PowerShell includes the following aliases for `Get-Clipboard`:

- All platforms:
- `gcb`


Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Set-Clipboard](Set-Clipboard.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: 05/31/2024
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-clipboard?view=powershell-7.4&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Set-Clipboard
Expand Down Expand Up @@ -203,6 +203,8 @@ PowerShell includes the following aliases for `Set-Clipboard`:
- All platforms:
- `scb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Get-Clipboard](Get-Clipboard.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: 01/08/2023
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-clipboard?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Get-Clipboard
Expand All @@ -21,8 +21,6 @@ Get-Clipboard [-Raw] [<CommonParameters>]

## DESCRIPTION

> **This cmdlet is not supported on macOS.**

The `Get-Clipboard` cmdlet gets the contents of the clipboard as text. Multiple lines of text are
returned as an array of strings similar to `Get-Content`.

Expand Down Expand Up @@ -88,6 +86,8 @@ PowerShell includes the following aliases for `Get-Clipboard`:
- All platforms:
- `gcb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Set-Clipboard](Set-Clipboard.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: 05/31/2024
ms.date: 07/09/2024
online version: https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-clipboard?view=powershell-7.5&WT.mc_id=ps-gethelp
schema: 2.0.0
title: Set-Clipboard
Expand Down Expand Up @@ -203,6 +203,8 @@ PowerShell includes the following aliases for `Set-Clipboard`:
- All platforms:
- `scb`

Support for this cmdlet on macOS was added in the PowerShell 7.0.0 release.

## RELATED LINKS

[Get-Clipboard](Get-Clipboard.md)
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ 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 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.
- `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. This also breaks `Test-Json` for JSON and JSONC files with comments.
- `ConvertFrom-Json` support still uses Newtonsoft.Json.Schema so it can convert JSON files
with comments.
- 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 @@ -264,7 +267,6 @@ For more information about the Experimental Features, see [Using Experimental Fe
[18653]: https://github.com/PowerShell/PowerShell/pull/18653
[18682]: https://github.com/PowerShell/PowerShell/pull/18682
[18691]: https://github.com/PowerShell/PowerShell/pull/18691
[18695]: https://github.com/PowerShell/PowerShell/pull/18695
[18717]: https://github.com/PowerShell/PowerShell/pull/18717
[18726]: https://github.com/PowerShell/PowerShell/pull/18726
[18731]: https://github.com/PowerShell/PowerShell/pull/18731
Expand Down
2 changes: 1 addition & 1 deletion reference/module/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ms.manager: sewhee
ms.product: powershell
ms.topic: landing-page
quickFilterColumn1: powershell-7.4,windowsserver2022-ps
quickFilterColumn2: azps-12.0.0,sqlserver-ps
quickFilterColumn2: azps-12.1.0,sqlserver-ps
quickFilterColumn3: graph-powershell-1.0,systemcenter-ps-2022
title: PowerShell Module Browser
---
Expand Down