Zenith A.S.E. Scripting Tips and Tricks
The Zenith Infotech Advanced Scripting Engine (A.S.E.) provides a framework for deploying scripts written in Zenith’s OEM version of Automise 3 Professional. Scripts can be deployed once on demand or,...
View ArticleRun CMD as LOCAL SYSTEM User
Zenith Infotech's SAAZ platform allow you to set up jobs to run on client machine, e.g. for installing software. The jobs run as user LOCAL SYSTEM. Deploying a SAAZ job can take 15-30 minutes, which...
View ArticleDeploy Software with a Custom Zenith Job
The Zenith Infotech SAAZ platform includes a Job functionality that can be used to create custom software deployment jobs. This function is simpler, and thus less powerful, than A.S.E. scripting, but...
View ArticleDeploy Microsoft Zero-Day Patch with a Zenith Job
Yesterday, Microsoft released this security advisory: Vulnerability in Microsoft Video ActiveX control could allow remote code execution That article includes a “Fix it” link that users can click on to...
View ArticleGFI Script to Show Windows Update Settings
I wanted to be able to quickly check the Windows Update settings for a bunch of workstations using the GFI MAX RemoteManagement dashboard. I didn’t want to change the Windows Update settings (I’m using...
View ArticleGFI Script to Show Who Is Logged in Locally
GFI workstations only check in every 30-60 minutes, but it would still be helpful to see if anyone was logged on to a workstation at the most recent check-in. If it’s 8pm and no one was logged in at...
View ArticleInvoke PowerShell from the Command Line with Parameters
There don’t seem to be too many examples of invoking PowerShell from the command line when the PowerShell command itself has parameters. Here’s one that should work (with a line break to fit it to the...
View ArticleMaxFocus Script to Check for CryptoWall Infection
The CryptoWall ransomware virus is getting a lot of attention lately but this is one angle I haven’t seen covered: how to get an alert in the MaxFocus (formerly GFI) dashboard if a machine is...
View ArticlePowerShell Script to Run a Program Once
I want to deploy CryptoPrevent Portable using the MaxFocus RMM tool. CryptoPrevent sets up software restriction policies to keep programs from running in certain locations. However, it doesn’t actually...
View ArticleRegister PC on Brother Scanner
A client reported that his PC was disappearing from the Scan to PC list on his Brother 7065 multi-function device every day, apparently after logging off. When he logged on again, if he would do a...
View ArticleChange Service Logon Across Network
I needed to change the Advanced Monitoring Agent service to log on as a domain user rather than as LOCAL SYSTEM. Besides changing the service logon, the domain user must be granted Log On As a Service...
View ArticleRun Ninite Pro with Nice Logs from MAXfocus
I’ve deployed Ninite Pro to update non-Windows applications on computers that I manage. I’m running it in silent mode but I wanted some decent logging so I can review what it did. This is especially...
View ArticlePowerShell: Get-WinEvent vs. Get-EventLog
I’ve been working to write a flexible PowerShell script to retrieve and email warning and error events from computers in a small network. The computers variously run XP, Windows 7, ...
View ArticleInstall GFI MAX Agent via Startup Script
GFI MAX RemoteManagement has instructions on using Group Policy Software Settings to deploy the Advanced Monitoring Agent. However, this note warned me off: Please note: to avoid configuration issues...
View ArticleGFI Script to Show Windows Update Settings
I wanted to be able to quickly check the Windows Update settings for a bunch of workstations using the GFI MAX RemoteManagement dashboard. I didn’t want to change the Windows ...
View ArticleGFI Script to Show Who Is Logged in Locally
GFI workstations only check in every 30-60 minutes, but it would still be helpful to see if anyone was logged on to a workstation at the most recent check-in. If ...
View ArticleInvoke PowerShell from the Command Line with Parameters
There don’t seem to be too many examples of invoking PowerShell from the command line when the PowerShell command itself has parameters. Here’s one that should work (with a line ...
View ArticleRegister PC on Brother Scanner
A client reported that his PC was disappearing from the Scan to PC list on his Brother 7065 multi-function device every day, apparently after logging off. When he logged on ...
View ArticleMaxFocus Script to Check for CryptoWall Infection
The CryptoWall ransomware virus is getting a lot of attention lately but this is one angle I haven’t seen covered: how to get an alert in the MaxFocus (formerly GFI) ...
View ArticlePowerShell Script to Run a Program Once
I want to deploy CryptoPrevent Portable using the MaxFocus RMM tool. CryptoPrevent sets up software restriction policies to keep programs from running in certain locations. However, it doesn’t actually...
View Article