by Sander van Gelderen | Feb 22, 2022 | Automation, Blog posts, vSphere
Something to remember, because in the end it looks so simple 😉 I tried to import a OVA from a unified access gateway (UAG). But it failed with these error message In Powershell: Import-VApp : 2/21/2022 2:35:37 PM Import-VApp An error occurred while sending the...
by Arjen Kloosterman | Sep 29, 2021 | NSX, PowerCLI, vSphere
vSphere 7 Update 3 has been announced by VMware so in this blog I will go over vSphere 7 Update 3 and see What’s new. New innovations Here is a short overview of the topics I will discuss today: vSphere Lifecycle, Upgrade and PatchingvSphere with TanzuAI &...
by Arjen Kloosterman | Sep 27, 2021 | Automation, Horizon DaaS, VDI, vSphere
Next week VMworld 2021 Imagine that will kick off virtually again. This is the second year virtual and even though I miss meeting colleague’s, partners and customers in real life VMware is really making a push for another great effent.In this blog I share some... by Sander van Gelderen | Mar 5, 2021 | Blog posts, PowerShell, Veeam
Yesterday I upgraded veeam 10 to 11. According to the release notes, the pssnapin is replaced by a moduleSource: veeam_backup_11_0_whats_new_wn.pdf page 6:PowerShell module — By popular demand, we switched from the PowerShell snap-in to the PowerShellmodule, which can...
by Sander van Gelderen | Jul 2, 2020 | Blog posts, PowerCLI, PowerShell
In my previous blog I (re)created of extend a existing PowerCLI function that showed an overview of the user vGPU resources. If not you can read it here: https://www.vblog.nl/vmware-powercli-vgpu-overview/ Like I mentioned in the previous blog. My goal was to create a...
by Sander van Gelderen | Jun 26, 2020 | Blog posts, PowerCLI, PowerShell
I was looking for a script that could give a overview of all my VDI using a vGPU. I found one here https://powercli.ideas.aha.io/ideas/PCLI-I-51, but this function was not enough for me. So I used some parts from this script and added some extra information to it. The...