Script: Universal Backup Check

Have you ever wanted to monitor a backup software that wasn’t supported yet? Sure, you could write a normal check for it and have it pass or fail. But when the reporting comes out it says its just a normal script check, when in reality you want it to show as a backup check. So here…

Prevent Software Uninstall

  Here is a repost of an old script of mine. This helps prevent the uninstall of certain software through Control Panel User the /Software switch to specify the software name. /Remove:True will remove the block so you can uninstall it again.   const HKEY_CLASSES_ROOT = &H80000000 const HKEY_CURRENT_USER = &H80000001 const HKEY_LOCAL_MACHINE = &H80000002…

Utility: LanGuard File Integrity Checker

After being told the same thing again and again, Turn patch management off. Turn it back on again. I decided to dig deeper into what the actual problem with Patch Management was. (Well, at least what problems I was having) After some testing I was able to trace the problem back to the Contend Delivery…

Script: S.M.A.R.T HDD Check

Here is another little script that checks the S.M.A.R.T Parameters for a HDD and checks the status. Also Returns the output so can analyse further. As always, if you would like to buy me a beer you can do so using this link. <# .NOTES =========================================================================== Created on: 21/02/2016 12:24 AM Created by: Jake Paterrnoster…