Recursive Access Control Lists with Max Depth

On June 16, 2011, in Scripting, by Cubert aka (Cube Dweller)

Here is a Visual Basics script I put together which will list all of the Access Control Lists (ACL’s) for all folders in a particular directory.

It allows you to specify a start point and a max depth to recurse.

I needed this so that I could generate a report listing the ACLS’s for various shares. It uses the CACLS executable and as long as you… Continue reading

Tagged with:
 

Monitor a WD ShareSpace using XYMon on any remote network

On June 4, 2011, in How-to, by Cubert aka (Cube Dweller)

Do you happen to be a systems support guy who needs a method of getting the basic stats of a WD ShareSpace into your XYmon or MAG monitor? If you are like me then you are a systems admin responsible for many different networks spread across the Internet. You then may have deployed a few NAS systems including the WD ShareSpace that runs a version of BusyBox Linux. This is good… Continue reading

Tagged with:
 

Kaseya Agent Procedure – FTP Remote Client Backup Script

On May 4, 2011, in How-to, Scripting, by Cubert aka (Cube Dweller)

Backup Windows Systems to a FTP Server

Download: -> Kaseya FTP Backups

So you have Kaseya clients out on the wire that need some level of backup but are not near a NAS or USB Drive. Have thoes clients backup to a FTP server by using WinSCP and a Kaseya Script to do the job for you.

This script has several peices and can be customized for… Continue reading

Tagged with:
 

VBScript code: View CPU usage for a process name

On July 14, 2010, in How-to, Scripting, by Cubert aka (Cube Dweller)

So you need a VB script to check for a process or set of processes CPU usage? Let’s say I want to see all “svchost.exe” process PID’s and the amount of CPU each process is using? see in line 6 and 7 the name of the process your looking for? Just edit the name of the process and run the script. It will print out the PID and the CPU Continue reading

Tagged with: