scripting
-
VMWare Power CLI Disk Usage
More Details: VMWare Power CLI Disk UsageOn occasions a audit needs to take place on VMware to see how much disk usage was being taken up by all the VMs PowerCLI is an ideal tool for working this out, and this is how I went about it. lets pull a list of all the powered on VM’s. Below we are filtering…
-
Local IP Address & Computer Name Auto Email
More Details: Local IP Address & Computer Name Auto EmailWorking in an office environment, sometimes I need to find out the computer name and IP Address of a computer on the local network. In the past we used to get the user to run “ipconfig” on a command prompt and email us the Address. To make it simpler for the users I have created…
-
Renaming Files Using Batch
More Details: Renaming Files Using Batchi often have to change the file names of music i have imported from CD this little script allows me to remove the track number from the file name.
-
Find Startup Items
More Details: Find Startup ItemsA long time ago i found this VBS script to display the start-up items for a windows pc. i can not remember who is the author of the script. hopefully this will help someone. This script is a VBS script
-
Find Next Available Drive Letter
More Details: Find Next Available Drive LetterSometimes when i cam creating a script to install an application or set up a network share, I come across the problem that the user is using the drive letter for another mapping. So I wrote a small script to display the next usable drive letter This script is written in vbs


