When running PShot, it will return a Get-Item PowerShell Object, so you can pipe it to supported Get-Item functions
This will open the Screenshot in the default application (association)
PShot | Invoke-Item
This will copy every screenshot taken (foreach)
Last updated 5 years ago
PShot | Copy-Item -Destination T:\Sick