script

PowerShell – NetApp Gather Volume Information

This is a simple script to gather volume information including dedupe schedule and autogrow settings. I'm going to combine this…

10 years ago

ISY Python Script for controlling media lights via xbmc

Here is a simple python script to use the REST code in the ISY (http://universal-devices.com) to control devices that are…

14 years ago

Schedule a URL into Maintenance Mode

Found a nice article about how to script a URL (or web application) into maintenance mode. This was a little…

14 years ago

Script: Check for Orphaned HomeDirs

It seems no matter how much you try you cannot ever get those damned orphaned homedirs cleaned up. Well, this…

15 years ago

Preparing for SCCM – enabling Secure Key Exchange

I found this interesting forum post on the msft forums. This code will help you change all your sites to require secure key exchange.…

16 years ago

Change SMS Cache Size

This script will change the sms cache size. Usage Example: cscript change-sms-cache.vbs 1000 d: Note: size is in MB (more…)

17 years ago

Ping a list of machines from txt

This vbscript pings machines from a text file: change the two variables for your input and output txt files: strPATHout…

17 years ago