This is a simple script to gather volume information including dedupe schedule and autogrow settings. I’m going to combine this with my snapshot script in the future to make a recommended dedupe schedule based on the average snapshot times.
Tag / script
Here is a simple python script to use the REST code in the ISY (http://universal-devices.com) to control devices that are linked. I’m designing this script to be used inside a script for xbmc. here’s the first part of it. I recommend using scenes for the devicedim, deviceoff, and deviceon array, however you can use the […]
Found a nice article about how to script a URL (or web application) into maintenance mode. This was a little bit of a challenge to find so I’m reposting it to hopefully get some more attention. I’ve also posted the modified version of the script that allows for multiple watcher hosts. Usage: http://www.scom2k7.com/schedule-a-into-url-maintenance-mode/
It seems no matter how much you try you cannot ever get those damned orphaned homedirs cleaned up. Well, this helps. Our org always has additional groups in the homedir (no, we don’t just let the users have whatever they want in there, so we have to monitor). This causes a little confusion amongst most […]
I found this interesting forum post on the msft forums. This code will help you change all your sites to require secure key exchange. here’s the post: http://forums.microsoft.com/TechNet/ShowPost.aspx?PostID=2796017&SiteID=17
This script will change the sms cache size. Usage Example: cscript change-sms-cache.vbs 1000 d: Note: size is in MB
This vbscript pings machines from a text file: change the two variables for your input and output txt files: strPATHout = “C:pingstatus.txt” strPATHin = “C:pinglist.txt”