Posts in this category are mainly related to Powershell scripting.
http://communities.vmware.com/thread/302399 Click to access Final-PowerCLI-4.1.1.pdf
Posts in this category are mainly related to Powershell scripting.
http://communities.vmware.com/thread/302399 Click to access Final-PowerCLI-4.1.1.pdf
http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/
Click to access VMware%20Tools%20-%20Unattended_Install.pdf
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=196
export HISTTIMEFORMAT=”%h/%d %H:%M:%S ”
If you are looking for easy ui gadget for powershell you should try showUI http://showui.codeplex.com/
http://www.vmware.com/security/advisories/VMSA-2011-0009.html I would suggest checking this new listing and check if your system is affected. Patches for : VMware hosted product…
You can register for this event here: http://www.vmwareforum2011.com/poland/home I will be there 😉 If you want to look up this event…
If you have not patched your esx/esxi, do it! when? NOW Patch overview : http://www.vmware.com/security/advisories/VMSA-2011-0007.html ESX3.5 and ESX3.03 are safe. Patch…
My friend had to convert a machine from vhd to vmdk, i was really suprised that this can be done using…
Example: PS C:\> gc c:\test.out abc def  gha PS C:\> The reason why ‘gha’ is in second line is that $var2…
I was wondering why my script does not show any iso files mounted for a VM. It took me some time…