Last updated 4 years ago
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)
PShot | Copy-Item -Destination T:\Sick