User Activity

I came across this Powershell script on the web, which does a good job of printing out PDFs:Start-Process -FilePath "C:\Users\Test\Documents\Listing.pdf” –Verb Print -PassThru | %{sleep 10;$_} | killStart-Process -FilePath “C:\Users\Test\Documents\Sc...