Skip to content

Commit

Permalink
Fix unix-support: Get-Clipboard now works on macOS (#11278)
Browse files Browse the repository at this point in the history
#11242 clarified that `Get-Clipboard` support for macOS was added in 7.0.

(Locally i've been using it on my macbook.)
  • Loading branch information
darthwalsh committed Jul 18, 2024
1 parent ebfeacb commit ddcace6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference/docs-conceptual/whats-new/unix-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,10 @@ The following cmdlets aren't available on Linux and macOS:

The following cmdlets are available with limitations:

`Get-Clipboard` - available on Linux but not supported on macOS
`Set-Clipboard` - available in PowerShell 7.0+
`Restart-Computer` - available for Linux and macOS in PowerShell 7.1+
`Stop-Computer` - available for Linux and macOS in PowerShell 7.1+
- `Get-Clipboard` - available in PowerShell 7.0+
- `Set-Clipboard` - available in PowerShell 7.0+
- `Restart-Computer` - available for Linux and macOS in PowerShell 7.1+
- `Stop-Computer` - available for Linux and macOS in PowerShell 7.1+

### Microsoft.PowerShell.Utility cmdlets

Expand Down

0 comments on commit ddcace6

Please sign in to comment.