Posts Tagged Script
Script to Hot Backup VMWare ESX Virtual Machines
I was searching for the best way to implement vmware-cmd to snapshot live VMs and then rsync them to another location of my choice and look what I found!
There is a free script called ghettoVCB.sh that does the trick.
The script allows you to backup live virtual machines and also maintains only a selected number of snapshots that you would like to keep. Check it out!
Active Directory Audit Script
Posted by Sheen in Windows Scripting on May 4, 2009
Paul Bergson wrote this brilliant script that queries active directory and gives you a wealth of information that can be used to audit active directory.
I have slightly modified this script and added a few lines to get information like the email address and the exchange home server of the user using the mail and msExchHomeServerName attributes.
You can download the modified script here.
How the script works:
Recent Comments