mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-18 10:41:00 +01:00
758 B
758 B
PowerShell Script list-clipboard.ps1
Synopsis
list-clipboard.ps1
Description
Lists the contents of the clipboard.
Syntax
/home/mf/PowerShell/Scripts/list-clipboard.ps1 [<CommonParameters>]
Parameters
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
Example
PS>.\list-clipboard.ps1
Notes
Author: Markus Fleschutz · License: CC0
Related Links
https://github.com/fleschutz/PowerShell
Generated by convert-ps2md.ps1