Re: Powershell Plugin system.outofMemoryException
Even with ridiculously high wirm values, I get the error. This is from a 2nd box I am trying to use that is physical with 32 GB RAM. MaxProcessesPerShell = 500MaxMemoryPerShellMB =...
View ArticleRe: VMware Workstation Use 2 NIC
You can use 2 NIC as bridge mode or NAT.Regards,Milton
View ArticleRe: bridging issue with wireless on linux host
Make sure that your guest OS got wireless adapter driver. Then try to connect your DHCP server.Regards,Milton
View ArticleRe: Looking for Webcam that will work (more or less)...
It's a great news that web cam can use in vmware. I tried but failed. Nice jobRegards,Milton
View ArticleRe: View 5.0. Domain Filtering
Well you can configure active directory with user group for accessing the domain.You have to give permission which domain can access which group/users.Regards,Milton
View ArticleRe: Storage LUN Present
Chengiz wrote: Hi, Please let me know, what is the process to present the LUN's more than 256 in single ESXi host, I hired some settings to be modified.. Is it true? if true please share the steps....
View ArticleRe: P2V Windows Server 2012
Hey there athlon_crazy, I am doing a P2V on my winserver 2012 and having issues. Out Sever 2012 have a domain and AD, but somehow the AD does not work. I P2V with all the default settings... (please...
View ArticleRe: View Web
You did not mention what you are want to access form web? It's web site or any driver or some thongs else...Regards,Milton
View ArticleRe: Management Traffic Failover
I suspect you have an incorrect teaming policy. Can you check what policy this vSwitch is configured to use?
View ArticleRe: My exam experience. Things to rememember to keep you cool and to save the...
Very upset.Regards,Milton
View ArticleRe: swap file lun
I have the same question in mind that is it possible swap file in dedicated lun.Regards,Milton
View ArticleRe: PowerCLI script to change the MAC address
You can adjust Luc's code a bit so that it exports the original info along with the MAC address.It would be something like: ## save the imported info $colVMInfoFromCSV = Import-Csv $importfile ## add a...
View ArticleRe: ESXi 5.0 does not recognize 4TB storage array
I just ran into this issue over the weekend. I extended a 2TB array to 3TB and ESXi 5.1 no longer sees the array. The array is connected to a P400 controller on a DL380 G5. I purchased a P410 on eBay...
View ArticleRe: Fusion 4, Mac Lion & Windows7
I didn't hard about the conflicts. Could you please some one give me some information about this??Regards,Milton
View ArticleRe: I Need a script to get the details of Inventory + Ipaddress+Datastore...
I don't know weather you will get all of them together but you will get most of them individually. Regards,Milton
View ArticleMap a drive to a Windows VM using command prompt
I am running a Hyper-V 2012 server core Virtual Machine on VMware Workstation 9.I need to copy some files from the host PC to a folder on the Hyper-V server VM.I have set up the shared folder in the...
View ArticleRe: How to register all vm in VC
[Registreer alle vmx in VC:] [create file registervm.sh] for i in ´find /vmfs/volumes/ -name "*.vmx" ´ do echo "Registering VM $i" vmware-cmd -s register $i done [save...
View ArticleTerminate Idle VI Client Sessions with PowerCLI Script
Hello PowerCLI gurus I've been looking on the net for a PowerCLI script that would terminate all VI client sessions that have been idle for x period of time. I've found a post on VMware forums...
View ArticleRe: copy a file from desktop to VM using PowerCLI
Hello, bairstowscott-Yes, you can use the Copy-VMGuestFile cmdlet. So, that would be something like: ## get the creds to use for connecting to VM guest$credMyGuestCred=Get-CredentialsomeUser## copy...
View Article