Tag

#script

8 posts

Engineering

Change SMS Cache Size

A VBScript that changes the SMS client cache size and location. Usage: cscript change-sms-cache.vbs 1000 d: (size in MB).

Oct 20, 2007 · 1 min read

Scripts

Check for reboot

A VBScript that checks whether a Windows computer has a pending reboot, using the Microsoft.Update.SystemInfo object.

Aug 24, 2007 · 1 min read

Engineering

Ping a list of machines from txt

A VBScript that pings a list of machines read from a text file and logs each result; change the two path variables for your input and output files.

Aug 9, 2007 · 1 min read