by Jason Zheng | Oct 23, 2018 | Uncategorized
This script will check for files that exists at least 10 minutes ago. [powershell]Param ( [string]$Path = "O:\Path\", [string]$SMTPServer = "Server.com", [string]$emailSmtpServerPort = "25", [string]$emailSmtpUser =...
by Jason Zheng | Oct 23, 2018 | Uncategorized
Prior to building the code, we need to get the name of the printer in Devices and Printers in Control Panel. Change (Name of Printer) to the actual name of the target printer and set all custom printing options. $ExportPath = Path of Drop Folder $OutputPath =...