by Jason Zheng | Oct 26, 2018 | html / javascript
Add the following HTML for counter objects: [code language=”html”] <div id=”counternumber”></div> <div id=”counterstart”></div> [/code] Add the following CSS: [code language=”css”] #counternumber...
by Jason Zheng | Oct 23, 2018 | Automation
If a database move is needed for SendSuite® Live, please contact software support for assistance. The complete installation will be reviewed for complexity and depending on the results, the work may be performed by the software support desk or a Change Request may be...
by Jason Zheng | Oct 23, 2018 | Automation
PowerShell commands for linked JBOD. [powershell]Get-PhysicalDisk[/powershell] [powershell]Get-Virtual-Disk[/powershell] [powershell]Set-PhysicalDisk -FriendlyName ‘PhysicalDiskXX’ -Usage Retired[/powershell] [powershell]Repair-VirtualDisk -FriendlyName...
by Jason Zheng | Oct 23, 2018 | Automation
Use this script with ReliefJet to pull attachments from Outlook. [shell]DEL /F /Q “C:\Tasks\ReliefJet Essentials\Work\Production\interfax\*.*” “C:\Program Files (x86)\ReliefJet Essentials\ExecutorCli.exe” /p IgnoreErrors=True /p Profie=Outlook...
by Jason Zheng | Oct 23, 2018 | Automation
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 | Automation
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 =...