The clipboard cmdlets return in PowerShell v7 preview 6
Get-Clipboard and Set-Clipboard are back and according to the release notes work cross platform.
PS> Get-Command Get-Clipboard -Syntax
Get-Clipboard [-Raw] [<CommonParameters>]
PS> Get… Read the full text.