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.