VMware Cloud Community
venkateshvr
Contributor
Contributor

Script to genereate the VMWare Daily Status Report

Hi,

I am new the VMware environment. I would like to know is there any script where we can generate the daily status report and send the report through e-mail.

1. Total VMs

2. Toal ESX servers

3. Database size (LUN's)

I have gone through the below url and couldn't able to generate the report. Can any one help me how to get the report using the powershell script and what is the requirements.

http://www.virtu-al.net/2009/11/04/vcheck-daily-report-v3/

Thanks & Regards,

Venkatesh VR

Reply
0 Kudos
2 Replies
mittim12
Immortal
Immortal

I use the script you have listed to get my daily checks and love it. Are you getting errors when running the script in powershell?






If you found this or any other post helpful please consider the use of the Helpful/Correct buttons to award points

Reply
0 Kudos
schepp
Leadership
Leadership

The link you posted is an old version.

Here's the right one: http://www.virtu-al.net/featured-scripts/vcheck/

You will need :

- Powershell 2.0

- VMware PowerCLI 4 U1

- vCenter 2.5 or later

To run the script start the VMware PowerCLI, change to the dir where the vcheck5.ps1 is stored and type "./checkv5.ps1 <name of your vCenter>"

Reply
0 Kudos