The Object

When running PShot, it will return a Get-Item PowerShell Object, so you can pipe it to supported Get-Item functions

Invoke-Item

This will open the Screenshot in the default application (association)

PShot | Invoke-Item

Copy-Item

This will copy every screenshot taken (foreach)

PShot | Copy-Item -Destination T:\Sick

Last updated