Getting fancy with Get-Clipboard

Most of us know how to use Get-Clipboard to fill variables in PowerShell, but did you know you can get information about specific ClipboardFormat Types?
[Enum]::GetValues([Microsoft.PowerShell.Commands.ClipboardFormat])

Check out the video below for a demonstration.

Leave a Reply

Your email address will not be published. Required fields are marked *