Posts under Tag: powershell
New version of the Powershell Healthcheck script released

Ivo Beerens just published a new version of his Powershell Healthcheck script. The script will report the following in a nicely formatted html file: VMware ESX server Hardware and version VMware vCenter version Cluster information VMware statistics Active Snapshots CDROMs connected to VMs Floppy drives connected to VMs Datastores Information such as free space RDM information VM information such as [...]

By with 0 comments
Add RDM Size info to VI Client using Powershell

Hugo keeps on going writing and updating his powershell scripts! This time Hugo created a script that adds a custom field to your VC with RDM disk size info: In the VMware VI Toolkit Communities, a request was made for a similar script that adds the total size of all Raw Device Mappings (RDMs) on a VM to a Custom [...]

By with 0 comments
Add Custom Fields to VI Client with Powershell Part 2!

Yesterday I blogged about the Powershell script that Hugo Peeters created for adding a snapshot Column to your VI Client with Powershell. Hugo used a custom field to show this data and I wrote the following: Some of you might say that this lacks the detail one would love to see within vCenter. Well knowing Hugo my guess it that [...]

By with 1 comment
Snapshot info within vCenter?

Hugo Peeters has done it again. He created another very usefull script. This time Hugo created a script which adds a “custom field” within vCenter with Snapshot information, the amount of snapshots that is. Some of you might say that this lacks the detail one would love to see within vCenter. Well knowing Hugo my guess it that this will [...]

By with 2 comments
HAL check?!

My post about reverting your HAL triggered Alanrenouf to create a short, but very cool script that compares the amount of cpu’s to the windows HAL you’ve chosen. This way you will know within a second if you need to change the HAL of any of your vm’s! Cool stuff: connect-viserver MYVISERVER $myCol = @() ForEach ($VM in (Get-VM)) { [...]

By with 6 comments
Adding users + roles with powershell

So you can easily add users with useradd command we talked about. But there’s still a problem, you can’t add user-roles to the user you’re creating. You still need the VirtualCenter client to do that. My colleague Horst Mundt read my post and was so kind to email me a powershell script he created that can add roles to specific users [...]

By with 3 comments
Update: Quick Migration

A couple of days ago I wrote about the Quick Migration script that Mike D wrote with Powershell. Like I said, it should be possible to integrate the script with VC. Well this has been done by Dennis of Icomasoft. Icomasoft recently released the Powershell Plugin for VirtualCenter. And with this plugin you can easily integrate your scripts into VirtualCenter [...]

By with 1 comment
Page 3 of 41234