Contact Me
Do you have a script that needs writing ?
Do you want to employ someone to do scripting for you ?
Do you have some additions to an already existing script which you would like to share ?
Contact me at the following email address: contact@virtu-al.net or chat to me if im online:







about 6 months ago
Hi,
I saw your DailyReport script and it looks great but did not see any instructions on what is required to run it? Do you perhaps have some detail installation instructions for this, I’m sorry but I’m new to powershell.
Thanks
about 6 months ago
Hi!
Very Nice Script!
A very nice to have feature in the script would be if it showed the last 10-20 created machines. Is that possible? Something you allready thought of?
Regards,
Joakim
about 6 months ago
Hi I am looking at your nice Health check script, Can we download it is it free to use?
Regards
Amer
about 6 months ago
@Amer
Absolutely, Free to all !
about 6 months ago
@Joakim
Do you think that would be more useful than the vm’s created in the previous x days ? Its easily done but I think I will keep it as it is, Don’t worry though I will do a seperate post showing how to get this info so you can add it easily.
about 6 months ago
@billy somers
Ok all you need to do is this…..
1. Install Powershell
2. Install PowerCLI (Basic instructions here.. http://www.virtu-al.net/2008/08/13/getting-started-with-the-vi-toolkit/)
3. Download my script and save it somewhere like c:\temp\dailyreport.ps1
4. Launch PowerCLI, cd into c:\temp
5. Type .\DailyReport.ps1 myviserver
That should be about it, if you get stuck or need any more info please let me know.
about 6 months ago
Al,
I ran across your “Audit Script” on poshcode.com. There is a parser error that keeps coming up near the end and it looks like the file got cut off. Do you have any thoughts so I could try this?
Thanks,
Charlie
about 6 months ago
@Charlie Lonergan
Yeah I guess it was too long, you can find it on the Script List above or follow this link:
http://www.virtu-al.net/2009/01/09/powershell-workstationserver-audit-script-update/
about 5 months ago
Hi Al,
I use your script regularly, but i hate flat file and i love wiki. so i change some bits to fit my needs and know i can automatically integrate my Vm Environment in my (self wiki made) CMDB
Many thanks’ for your base script , and try mine if you have time
Ph Koenig
Aka UnclePhil
about 5 months ago
UnclePhil, what CMDB are you integrating with? I would love to see the results you get with your script.
about 4 months ago
I bumped into your site by accident and I seem to have stumbled on a pot of gold. I’m a PowerShell beginner and wanted to know how to properly run your Audit.PS1 script. When I run it on my test machine (right click and Run with PowerShell), the PowerShell windows comes up and then disappears about 10 seconds later. Is there something I’m doing wrong? Thanks for your time.
about 4 months ago
@Rurik
Welcome and thanks for the comment, Have you set your execution policy yet ? see here: http://www.microsoft.com/technet/scriptcenter/topics/msh/cmdlets/set-executionpolicy.mspx – I normaly use remotesigned
about 4 months ago
Man that was quick!! Silly me…..I have “Set-ExecutionPolicy Restricted” at the tail end of a script that runs daily to query some basic Exchange information. That must have blocked it. Thanks a bunch for pointing me in the right direction. I’ll continue to be an avid reader of your blog.
about 4 months ago
@Rurik
Glad it worked out and I will try and keep you interested !
about 4 months ago
Suggestion for a script, may not be easy.
Basic idea is that VMotion can screw up the auto-start for VMs (turn it off), why not have a script that runs daily and resets the desired auto-start of one’s important VMs??
There is I know a best practice for restarting VMs, it’s something like: AD/DNS virtual server if there is one (we also have a physical one), Virtual Center server, then other servers as desired.
One might or might not have DRS enabled, one likely has HA started.
Perhaps the user must create a text file with a list of VM names and a note about what is the VM’s function.
The script could look at this list, compare it to the existing list of VMs on the host, then do what is necessary to ensure the VMs are correctly set to auto-start, plus send a message to someone about this too.
It could become an adjunct to vCheck Daily Report??
Thank you for reading this, Tom
about 3 months ago
Hi
I new on poweshell, but it seem to be great tool.
I tryed dailyreport with the folowing problem.
Please specify a VI Server name eg….
powershell.exe DailyReport.ps1
What have i missed?
BR
Patrik
about 3 months ago
Awesome work all around!!! Really appreciate your scripts. Thank you.
I have noticed a new problem cropping up in vSphere 4. It seems that they added NUMA verification to the lastest code. So if your hosts do not have the correct memory layout then you will get errors on your ESX host. Is it possible to add a VESI script to check for memory layout? Maybe a best practice query?
Thanks,
Marc
about 3 months ago
I saw a webinar today that showed your powerpack for the virtualization echoshell.
Where can I download this?
about 3 months ago
@Marvin Blackburn
Sorry, I must update my script list, the link is here:
http://www.virtu-al.net/2009/11/14/vesi-powergui-powerpack-v2/
V3 will be released very soon.
about 5 hours ago
Hi Alan,
Could you please help. I have just patched all my hosts and I need to upgrade the tools on the guests. Is it possible to pass the update-tools cmdlet a parameter such as remove=hgfs. from what I can see this has been deprecated in PowerCli 4.0U1
Thanks
Simon