Entries by Daniël de Zoete

Both Windows Containers feature and Docker, Why?

Have you ever wondered why you still need to install Docker, when you already installed the Windows Container Feature? I have. Because I’m new to containerization everything is interesting and cool, but not everything is described into detail, and most courses and information just give you the need-to-know knowledge of working with containers. Unfortunately for […]

RHEL 8 and the VMware customization hell

Normally VMware customization works pretty good. That is due to the fact that most of us only deploy or need to customize Windows servers and desktops. It kicks off sysprep, sets some predefined settings and you’re good to go. But now we’re talking about customizing Linux and there has been some changes over the years […]

No output when using multiple COM-object requests within PowerShell

When trying to get information from a webpage, the invoke-webrequest isn’t always sufficient. Especially when the webpage uses Ajax or other fancy javascript frameworks. If this is the case, you most likely will be using a .NET com object to get the requested information of a webpage. With such a com object you can open […]

Horizon Error: Failed to perform clientauth operation (Organizational Unit was not found)

When trying to add a kiosk client to the authentication list of Horizon, you suddenly get an error message stating that the OU cannot be found. Error: Failed to perform clientauth operation (Organizational Unit ‘LDAP://OU=Pool02,OU=Virtual Desktops,OU=Computers,OU=Org,DC=MYDOMAIN,DC=LOCAL’ was not found.  Please make sure it exists and the distinguished name is specified as a full path.  ERROR:  […]

vROPS Admin Lockout

When logging in at the administrative page of vRealize Operations Manager (https://fqdn/admin) after a long time, it can happen that you will get an error message stating “Incorrect User name/Password”. You are sure that you entered your credentials correct, but you won’t get past the error message. There are three possible reasons for this problem: […]

VCSA Backup Bug

If you want to make backup of the vCenter Server Appliance, there are multiple options to choose from. One of these is the manual method by which you login to the VAMI of the VCSA and select Backup in at the Summary page. You’ll get a lot of different options in which way you want […]

VRA / VRO Unexpected status code: 503

When using a vRealize Automation appliance with integrated vRealize Orchestrator, it can sometimes happen that the orchestrator is not responding well to the automation server. We encountered this problem when we updated vCenter and had to reboot the automation servers. After rebooting the vRealize Automation appliance, the IaaS host and the Powershell host, we received […]

Zero Client details not visible in Teradici MC

Not that long ago Teradici released the latest version of their PCoIP Management Console. I’m talking ofcourse about version 19.11.1. Unfortunately after updating our management console, I came across a problem where the details of the Zero Clients were no longer visible in the management console. So I contacted tech support and eventually they said […]

Change DNS server on vLCM Appliance

Changing the DNS server configuration on your servers is not a task you do on a daily basis. But when you have to, it is not always a straight forward action, as I experienced when trying to change the DNS server on the VMware Life Cycle Manager Appliance. Changing the DNS configuration under Windows is […]

VRA remove waiting on retry status

From time to time you’ll see machines in vRA that have the status “On (Reconfigure failed, waiting to retry)”. In some cases this status will never go away, because in reality the retry is already done and everything went well but the status in vRA still says “Waiting for retry”. The problem with a “Waiting […]