Re: Disable Delayed ack on all ESXi hosts in a cluster.
Not with a cmdlet I'm afraid.You could fall back to using the API method UpdateHostProfile, but the problem might be that the layout of the object you need to update is not documented.It will require...
View ArticleRe: srm 8.2 (appliance) and vcenter 6.7u2a (appliance) can't connect with...
Not at this time I'm afraid.You might want to open a SR for this.
View ArticleRe: Cannot add VMware base offline bundle?
I'm afraid I'm not a regular user of this tool, so my practical knowledge is limited.Why don't you contact the author of the tool?His contact info is mentioned in ESXi-Customizer-PS
View ArticleRe: Howto move UEM settings to subfolder
No, this did not break anything. All is running fine! Don't worry
View ArticleRe: Connect-Viserver Prompting For Creds w/ Credential Store Item
You will still need to connect with the Server parameter.The value you pass on the Server parameter should be the same that you used on the Host parameter with the New-VICredentialStoreItem.You can...
View ArticleRe: i3: "The current host window manager does not support multiple monitors"
Host: Arch Linux (but this problem should be reprocucible on all linux distribution)Guest: Windows.VMWare: VMware Workstation 15.1.0 build-13591040
View ArticleApplication hang - ThinApp 5.2.5 and Windows 10 1903
Hello!Has anyone tried ThinApp 5.2.5 on the latest Windows 10 1903 x64? All the portables, that worked on the Win10 1809, do not work properly.A simple example:I create new on Win10 1903 or start the...
View ArticleRe: ReportSystemFreeSpace problem
Nope. I just use a tool which shows all disks free space - Disk Space Monitor.
View ArticleRe: Ideal file backup
Yea I think so too I might connect an additional external drive and have the files backed up there. I'll ptobably just tell veeam to back it up in two locations if possible or create two separate...
View ArticleRe: Provisioning Machine not displaying "provisioning mode" pop-up
We do the same but change the computer name afterwards.I would suggest changing the computer name and then trying again, could be the issue. Do you see the appstack (or extra disk) being added to the...
View ArticleRe: Application cant connect to internet while in appstack
The only thing i can think of is the local firewall. Appvolumes does recreate the firewall rules during logon in you have them in an appstack.What happens if you disable the firewall, does it work as...
View ArticleRe: Win10 v1609 Writable volume can't function on Win10 v1703
You could try using UEM for saving settings outside of the writable and use the profile cleanup from UEM. This way settings are being merged into the writable from the UEM personal settings, it might...
View ArticleRe: Script to get infomration of datastore per cluster
Sure, try like this $VCName=Read-Host"Enter the VC name "Connect-VIServer VCname -WarningAction ContinueclearGet-Cluster|ForEach-Object-Process { $cluster=$_ Get-Datastore-RelatedObject $cluster|...
View ArticleRe: installation error when updating ESXi 6.5
There is a much easier way to solve that problem. The good thing is youre not the first one which that kind of problem 2 Solutions exists:1. Add swap space on a existing datastore2. Remove the *.vib...
View ArticleRe: Unable to enable network encryption in vSphere Replication 8.2
Yes, I rebooted several ESXi hosts. The vSphere Replication Appliance pushes down the vr2c-firewall VIB (v8.2.0.5495-13479329) on all (9) ESXi hosts, but none of the ESXi hosts have received the...
View ArticleRe: Script to get infomration of datastore per cluster
that did the magic! Thank you. Output seems muffled, is there way to correct it? I remember using Autofit should do it but not sure whats wrong. First and second is cluster and DS name and then all cut...
View ArticleRe: QLE8242 CNA, Not able to see VMNICs but i can see 2 HBAs
Hey Guys, i startet my (self builded) server today and i dont know why but now the nics are there... But the Ports are offline so they dosent the a signal. At the moment my PC is direct connected to...
View ArticleRe: Script to get infomration of datastore per cluster
That's probably due to the linelength of the console.Send it a file (for example with Export-Csv), there you should see all values and complete.
View Articlehow to find the Powercli connected session for ESXi
IS there anyway we can find the powercli open session on ESXi logs like in VC we use to find the open session because someone put the script to connect the ESXi with wrong password and it is keep on...
View Article