Download

There are 28 files, weighing 12.0 MiB with 163,998 hits in total.

Displaying 1 to 28 of 28 files.

   

VMware

  Copy_VMX.zip
812 bytes - 8,626 hits - Tuesday, November 3, 2009
Search all LUNS and copy the vmx files to a network storage.

  ESX-update.zip
559 bytes - 2,868 hits - Tuesday, November 3, 2009
Easy update of ESX VI 3.x host.
Read the how to here

  S99mount.zip
251 bytes - 2,907 hits - Tuesday, November 3, 2009
Mount NAS/NFS share from ESX COS.
Read the howto here
Works only with VMimages redirect on ESX 3.0.x.

vRanger

  vRanger_DR_script.zip
5.4 KiB - 4,588 hits - Tuesday, November 3, 2009
Version 2.0
Take snapshots of running VM’s Read the howto here

PowerShell

  add_host.ps1
962 bytes - 8,525 hits - Monday, February 1, 2010
This script adds a host to a vSphere Cluster and licenses is.

  cd_floppy_serial_parallel.ps1
2.5 KiB - 10,618 hits - Monday, February 1, 2010
This script creates lists of VMs, for each of the below statements:
* CD-ROM is 'Connected'
* CD-ROM set to 'Connect at power on'
* CD-ROM device type set to 'Client Device'
* CD-ROM device type set to 'Datastore ISO file'
* Floppy is 'Connected'
* Floppy set to 'Connect at power on'
* Floppy device type set to 'Client Device'
* Floppy device type set to 'Use excisting floppy image in datastore'
* Serial Ports attached
* Parallel Ports attached

  CDP_web.zip
3.0 KiB - 11,337 hits - Friday, June 3, 2011
Version 1.0
This script creates a website showing all hosts (from multiple vCenters) CDP information.

  Disconnect_inactive_Sessions.ps1
1.3 KiB - 3,917 hits - Wednesday, March 10, 2010
Version 1.0
This script terminates user sessions on a vCenter server that have been inactive to more than XX minutes.

  ESX Deployment
14.3 KiB - 4,056 hits - Monday, May 16, 2011
Version 1.0
This is a Poor man’s hostprofiles.
The script configures a host with network, DNS, NTP and much more.
Read more here.

  List_snapshots.ps1
2.5 KiB - 11,549 hits - Wednesday, November 4, 2009
Version 6.0.
This script creates a list of VM’s that have snapshots attached.
The list is then piped to a html file using the cmdlet ConvertTo-HTML.
And to make it easier to obtain the html file, the file is mailed to who ever as an attachment.
The script has been updated to handle multiable snapshots on a VM.
Tested on ESX 3.x & ESX 4.x.

  set_multipath.ps1
5.4 KiB - 5,755 hits - Friday, March 16, 2012
Version 1.0
Set the PSP, SATP and IOPS for each datastore on all hosts connected to a vCenter server.

  Shutdown_poweroff_vms.ps1
1.2 KiB - 8,869 hits - Wednesday, November 4, 2009
Version 2.0.
The script creates a list of VM’s that isn’t PoweredOff, has VMwareTools not running, VMwareTools not installed and witch name doesn’t contain ex. “server”.
Based on the list it tries to shutdown each VM.
Then it waits/sleeps for 120 seconds, before it creates a new list of VM’s not powered off and witch name doesn’t contain ex. “server”.
Based on the new list it poweroff (HARD) each VM.
It’s possible to use wildcards (*) in the name exclution.
Tested on ESX 3.x & ESX 4.x.

  Update_ram_and_others.ps1
2.0 KiB - 3,453 hits - Wednesday, November 4, 2009
This script does the same as the script “upgrade_vm_memory.ps1″, but also sets the following config settings. Tested on ESX 3.x & ESX 4.x. Read more here

  Upgrade_vms_memory.ps1
740 bytes - 3,440 hits - Wednesday, November 4, 2009
This scripts updates all VM’s that have less than 512MB of memory to 512MB. Read more about th different options you can choose -> Here.

  videocard_to_auto_v01.ps1
1.7 KiB - 2,625 hits - Friday, May 6, 2011
Version 1.0
A script to change the virtual videocard settings for a VM. Read more here

  VirtualCenter_info.ps1
1.8 KiB - 10,379 hits - Tuesday, February 9, 2010
Version 5.0

This is a rewrite of the Perl VirtualCenter Info (VIPerlToolkit) that i created a while back (See below in the Perl Section).
VirtualCenter Info adds information about VMDK path, VMDK size, Network Adaptores, MacAddress, Network Type to Virtual Center.

Updates:
- Added option to choose a VC folder to apply the VM information to.

More info will be added......
Tested on ESX 3.x & ESX 4.x

  vRanger_Automated.ps1
9.5 KiB - 4,880 hits - Tuesday, June 22, 2010
Version 1.0
This script is used to control your vRanger 4.5.x backups through a custom field in vCenter. Read more about the functions and features - here.

ESX History (PowerShell)

  ESX_graph.zip
11.9 MiB - 12,954 hits - Wednesday, November 4, 2009
Version 1.0 Webpages that shows the development of your ESX enviroment over time as graphs. Remember do dowload the esx_history.ps1 and esx_history.sql files. Read more here

  ESX_history.ps1
2.1 KiB - 9,194 hits - Wednesday, November 4, 2009
Version 1.0 Webpages that shows the development of your ESX enviroment over time as graphs. Remember do dowload the esx_graph.zip and esx_histpry.sql files Tested on ESX 3.x & ESX 4.x. Read more here

  ESX_history.sql
1.2 KiB - 8,587 hits - Wednesday, November 4, 2009
Version 1.0 Webpages that shows the development of your ESX enviroment over time as graphs. Remember do dowload the esx_graph.zip and esx_histpry.ps1 files Read more here

Perl

  List_Disksize_Diskfree_vmtools.zip
938 bytes - 3,126 hits - Wednesday, November 4, 2009
Prints a list of all VMs and for each attached VMDK file show disk number, size in MB and unused diskspace in MB. (Requires VMware Tools to be running) Read more here

  List_Total_disk_size.zip
917 bytes - 3,073 hits - Tuesday, November 3, 2009
Prints a list of all VMs and the total size of all attached VMDK files in GB Tested on ESX 3.x See screen shot and more here

  list_vm_disk_size.zip
851 bytes - 3,200 hits - Tuesday, November 3, 2009
Prints a list of all VMs and the size of each attached VMDK file in GB Tested on ESX 3.x See screen shot and more here

  List_VM_with_Snapshots.zip
611 bytes - 3,355 hits - Tuesday, November 3, 2009
Prints a list of all VMs with Snapshots. Tested on ESX 3.x See screen shot and more here

  VirtualCenter_Info.zip
2.8 KiB - 3,278 hits - Tuesday, November 3, 2009

Adds information about Snapshot, Network, VMX path, VMDK size, VMDK freespace, VMDK path to Virtual Center for each VM.
Tested on ESX 3.x

Windows

  check_service.zip
1.3 KiB - 2,853 hits - Tuesday, November 3, 2009
Check if a service is running.

  ColorSchemeWIN2003.zip
581 bytes - 2,955 hits - Tuesday, November 3, 2009
Default color scheme for Windows 2003

  ColorSchemeWINXP.zip
591 bytes - 3,031 hits - Tuesday, November 3, 2009
Default color scheme for Windows XP

Leave a Reply

Your email address will not be published. Required fields are marked *