Re: USB Bluetooth / Timeout
I think you can configure the timeout. Generally, the timeout is automatically set for 30 up to 120 minutes by default but you can change the duration...
View ArticleRe: Stretch Guest display options in WS15 not available for any guest OS...
For me the problem is resolved.Don't look in Preferences > Display... It's just UI. It doesn't matter.Go to C:\Users\%USERNAME%\AppData\Roaming\VMware\preferences.iniCheck for string:...
View ArticleRe: move-vm is not working as expected with PowerCLI 6.4 or higher
That is not exactly what I said, if the VM stays within the same cluster, you don't need the Destination parameter.The InventoryLocation parameter specifies the target VM Folder. I just did a quick...
View ArticleRe: Question regarding Move-Vm
Sure you can do that, and that is indeed a good approach to spread the load.I'm not sure why you can't go for a cluster/resourcepool as the target.That looks to be a PowerCLI thing, since the...
View ArticleRe: Stretch Guest display options in WS15 not available for any guest OS...
@3ak, you da real MVP. This helps with the full screen situation. At least it allows me to work on full screen with my machines without having to jump through hoops (faking WinXP, for example) to be...
View ArticleRe: Used space is much bigger than real used space
Hello nasco, "It has been idle for an hour as below"It's not idling it's trying to write the ~2TB of data you appear to have in snapshots. "it does not help. I tried 2 times and now there are 2 new...
View ArticleNew to VMWare on Mac. 'Could not open /dev/vmmon: Broken pipe.' ... 'Please...
Downloaded VMWare this afternoon after reading/hearing about how good it is after experiencing some frustration with VirtualBox. Paid 70 pounds, downloaded and installed ... upon first attempt of...
View ArticleRe: Question regarding Move-Vm
Anyone have an example how to do that, i can't figure out how to loop the whole thing around for each VM.
View ArticleRe: move-vm is not working as expected with PowerCLI 6.4 or higher
Thanks for testing - did you test with vCenter in ELM? Like I said, it works with a standalone vCenter, but does not work when you have multiple vCenters in ELM.
View ArticleRe: move-vm is not working as expected with PowerCLI 6.4 or higher
I'm on vSphere 6.7U1.So no, not really tested with your exact environment
View ArticleRe: 6,7U1
online updates it hangs on for longon the host it showsThis host is potentially vulnerable to issues described in CVE-2018-3646, please refer to https://kb.vmware.com/s/article/55636 for details and...
View ArticleRe: File-based VCSA backup over SCP not working against non-Linux SSH server
Again, based on my research it's not that Bitvise isn't compatible with SCP. It's that vCenter is just not using SCP despite the label. It's using Linux shell commands and piping data streams across a...
View ArticleVirtualization Based Security (VBS) in vSphere 6.7
I've just upgraded to vSphere 6.7 Update 1 and one of the first things I wanted to start experimenting with is Virtualization Based Security (VBS) in my VMs. I have a Win2016 and Win2019 VM I have...
View ArticleRe: Stretch Guest display options in WS15 not available for any guest OS...
Just for reference. I just installed Oracle VirtualBox 5.2.20. One of the most basic features? Stretch mode (both windowed and full-screen) for all VMs, regardless of OS or HDPI setting...
View ArticleRe: How do I update the underlying OS image or applications?
Hi, thanks for this solution it worked for me
View ArticleRe: Question regarding Move-Vm
hmm that actually triggers the Move-VM of all $VMs for every object in the array. So if you have 10 Servers in $VMs it will run 9 times and don't find anything to move. I will try figure something out...
View ArticleRe: Unable to reconnect to VM after disconnect
Hi, I also have the same problem when I try to connect after a disconnection, I hope that it will quickly settle.
View ArticleRe: Question regarding Move-Vm
Assuming that you have all the VMs you want to move in the $vms variable, you could do something like this.Each run through the ForEach loop will pick a new random ESXi node in the cluster....
View ArticleRe: Question regarding Move-Vm
Oops, my bad, I used $vms where I should have used $vm.I updated the code.
View Article