Category: VBScript

  • Simple vbscript (HTA) to install fonts via SCCM

    We have a group of users that need the ability to install fonts (.ttf and .otf). They are not administrators for their machines, so we usually go down there and install the fonts using runas. Since advertised SCCM programs can run as system, I can write a script to copy the fonts into the fonts…

  • Waking up a SCCM collection from vbscript.

    I wanted to wake up all the machines in a collection using a vbscript. I know that SCCM has this built in, but I could not get it working. To troubleshoot I figured I would write a script to get collection members, and then wake them via the command line with this tool: http://www.gammadyne.com/cmdline.htm#wol

  • Detach PSTs

    We are looking to get rid of .pst files in our environment and we wanted to remove pst files from peoples machines. This link shows how to prevent adding new psts and how to turn off auto archiving via GPO, but what about existing .psts in peoples Outlook profiles? I put together this vbscript:

  • Uninstall old Java Version via vbscript

    Here is my current script from removing previous versions of java via VBScript