Re: Need a script for audit purpose
It looks as if these events are not captured anymore in vSphere 5.x.I'm going to look for an alternative.
View ArticleRe: Cannot connect through home router
So what is the error? Do you get to the login-stage or not even there? // Linjo
View ArticleRe: VM List on conditions to be generated.
I mean, do you also get the blank lines when you open the CSV file with Excel ?
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
No, the script should work with any VM, provided the VM's guest OS is supported for Invoke-VMScript.Which guest OS are we looking at ? Did you run the script from my post I mentioned earlier ?It could...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
The info you see in the vSphere client comes from the vShield plugin.You can query vShield with some REST calls, Alan did a module for that.I'll have a look.
View Articlesnapshot certain vms
Hello together, as you can read in the title of this thread, i´m searching for a possibility to snapshot certain virtual machines including their memory using a powercli-script. So far I was able to...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Hi Luc, I'm just interested in Windows 2003, 2008 and 2012. Yes I ran the script you attached earlier. Also if you see the image attached, the result "False" Those servers have vShield driver install...
View ArticleRe: VM List on conditions to be generated.
Yes. The same thing. I can accept why. The array which gets created has elements which are unset. Whether that is blank or null is not really for argument, as it is behaving as I expect it would. It is...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
I just found this, is this what you were talking about http://www.virtu-al.net/2012/01/04/vmware-vshield-powershell-module/
View ArticleRe: Bought Fusion 5 pro and can't get the VMware Tools to install
Additional solution after Woodys' - Please check whether Mirror Folder is checked or not, if it's checked, please disable it then try to install Tools again.
View ArticleRe: snapshot certain vms
You can add the RunAsync switch on the New-Snapshot cmdlet.That way the cmdlet will return immediately and your script will continue with the next line.Just make sure not to overload your environment...
View ArticleRe: Guests without vShield Driver or Thin Agent Enabled
Yes, but I'm not sure how to query the vShield Manager for the information you're after.
View ArticleRe: Can you change which kernel ports does vmotion without going into...
Basically you can change most network settings - including vMotion - without affecting the VM's. When you say they reconfigure the VLAN, do you know how long this will take and whether the current VLAN...
View ArticleRe: 64 bit guest on nested ESXi 5 not supported
Which version do you use? Please take a look atRe: unable to boot x64 VMs on nested ESXi host where jmattson explained the difference between ESXi 5.0 and 5.1. André Message was edited by: a.p. -...
View ArticleRe: To resource pool or Not to resource pool
A single resource pool with all VMs indeed doesn't make much sense. Whether to create other Resource Pools and split the workloads may depend on the requirements and whether or not you overprovisioned...
View ArticleDisable multiple devices via the .vmx file
I'm working on a STIG for a vSphere environment, and I have a question about disabling devices. If I want to disable multiple floppy devices or multiple IDE devices, I am making a line for each...
View ArticleRe: Disable multiple devices via the .vmx file
Afaik there's no way to consolidate multiple settings in a single line. André
View ArticlevApp 5.0.2 - Adapter Connection failed
Im sure this has been asked before... but i seem to have the mondays... and I can remember how to resolve this error when trying to connect to a smarts domain.My test fails when I test creation. the...
View ArticleRe: Can you change which kernel ports does vmotion without going into...
Thank you, that's what I was hoping to hear.. I did some testing by making changes on a host with some running VM's, but the test only had a couple of VM's on it, our main production hosts have about...
View ArticleRe: Getting Password string in ovf property
For your exmaple here, how would you reference the password on the command line if you were deploying your appliance with OVF Tool? Something like --prop.YourApplianceName.User_Password=lkdfl or what...
View Article