Issue running PowerCLI script
Hello all, I am very new at PowerCLI and I am looking for someone who can help me with a PowerCLI script I am trying to run. I found the below script online created by a person named Ben on...
View ArticleRe: Get VM IP and MAC
Did the output that you received have multiple MACS and IP's?My output only shows 1 mac and 1 IP address when I know for sure that some vm OS have 2 and 3 nics.For some reason when I use the Out-File...
View ArticleRe: Get VM IP and MAC
Try to move the piping to Export-CSV to the last line of the script.
View ArticleHELP-VM doesnt boot up after backup crash
Hi Group, we are using VMware ESXi 5.1.0. VM with Windows Server 2008.We have started a backup job with ghetto vcb but this backup job crashed with an error thatSnapshots found for this vm all existing...
View ArticleRe: Problem connecting to VMware Horizon View 5.2 from XP 32-bit workstation
SP3 installed?Any interesting events in the logs? // Linjo
View ArticleRe: VCD 5.1.2 Host Spanning is not working
Hi Ericsorry to bring up this post again but having the same problem as mentioned in this case.I believe you are correct in saying that the physical ports need to have the VLAN assigned which is used...
View ArticleRe: Discovery of Virtual Environments
To answer your first question, yes it will discover the VM's. But, I believe you'll need to manually set them to managed. We're currently trying to work a way to automate that. vCenter Orchestrator...
View ArticleRe: Get VM IP and MAC
I tried that but got the "an empty pipe line is not allowed" error. Thanks
View ArticleRe: HELP-VM doesnt boot up after backup crash
Welcome to the Community, It looks like the virtual disk's descriptor files got lost (for whatever reason). However, it should be possible to rebuild them. Please re-post the screen shot with the files...
View ArticleRe: Get VM IP and MAC
You can solve the empty pipe by putting & { before the foreach and an extra } at the end before the pipe.
View ArticleRe: HELP-VM doesnt boot up after backup crash
Hi Andre, here is the screenshot with the files.The zip wil come soon..
View ArticleRe: Get VM IP and MAC
My console output, tested on one VM with two external nics and a internal 'dummy' interface Name IP MAC----...
View ArticleGranting access to vCOPS
Hi community, What's the best way to go about granting read access to vCOPS for an active directory group? Thanks!Mike
View ArticleRe: Auto Deploy - Unable to properly boot ESXi 5.1 properly on HP Blade Servers
I ran into the same issue a while back when I replaced the default certificates with signed certs. I don't have access to the corporate CA to to let Auto Deploy sign my certs, but I did need Auto...
View ArticleRe: VM Restore fails when the particular ESX(i) Server is managed by vCenter
Check if this helps - Access to resource settings on the host is restricted to the server that is managing it But keep a copy of original cfg file in case you may want to revert
View ArticleRe: HELP-VM doesnt boot up after backup crash
What did you do?The log files in the first screen shot looked useful (according to their size) and the .vmx file looked correct too. Now it looks like you manually edited the .vmx file and tried to...
View ArticleRe: How do I determine if I am running on a VM?
Oops! ~ I just realized that checking the system model is not a good idea because the way I'm doing it now (checking if the returned string contains the word "virtual") works only in English. On a...
View ArticleHost cannot connect to a subnet from the DMZ
I have two fots in a DMZ that are connected to our backend vCenterserver fine however I need it to see an 93.3 subnet and fails or wont connect. tried vmkping and it does not resolve. But I can ping...
View Article