Change 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 …
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 …
I approved an upgrade to TeamViewer 10 and lost TeamViewer access to a machine from the MAXfocus dashboard. I need to downgrade TeamViewer from 10 to 9 to re-gain compatibility …
Recently I decided to install the WP Mail SMTP plugin into a WordPress blog to get around the shared server being blacklisted. The idea is to get WordPress to send …
I made these notes almost a year ago after upgrading a Windows XP Home machine to Windows 8.1. Some still apply today. Note that this is about a non-domain install …
You may have heard of a resurgence of the CyptoLocker/CryptoWall ransmomware viruses. These make me nervous because they can actually encrypt the files on your drive, making them unreadable and …
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 install …
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) …
I need this so often and always have to go looking for it. To list local listening ports with the owning process ID: netstat -ano | find /i "listening" And …
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 …
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 …