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 | Feb 17, 2021 | Blog posts, Horizon DaaS
Playing with 2FA/MFA in DaaS 8/9… yesterday I did some tests with a customer and his MFA setup. Somehow the 2FA setup in DaaS was activated so users and admins could not login into the user and admin portal. So how to disable the 2FA in de DaaS database? First...
by Sander van Gelderen | Oct 2, 2020 | Blog posts
With a tenant migration (step 6 in rundeck) to DaaS 9 it could fail with message:DaasError: ‘Tenant migration failed in TA_MIGRATING phase with error: java.lang.IllegalStateException: Guest process exited unexpectedly: 1’ This message does not give you the... by Sander van Gelderen | Sep 30, 2020 | Blog posts
We upgraded one of our DaaS tenant to DaaS 9 (20.2) and used the “Launch Console” option to test the “new” option. (It was there already but known as HACA) Unfortunately we got an error message “HTTP ERROR 404” when trying to...
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...