VMware Workspace One – Publish a VMware Horizon View RDSH application

Publishing a VMware Horizon View RDSH application to an iPad, Android or Windows device using Workspace One is something which is not documented but can be easily done by performing the following steps: Connect to your Horizon View ADAM database (See https://kb.vmware.com/s/article/2012377 for details) Browse to “DC=vdi, dc=vmware, dc=int” – …

Obtaining MSI productcodes via powershell

To obtain the productcode of an MSI installed application, you can search the Windows registry at the following locations: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall However, there is an easier way obtaining the productcodes of all installed applications through powershell by executing the following command: get-wmiobject Win32_Product | sort name | Format-Table IdentifyingNumber, Name, …

Microsoft FSLogix – Basic Installation and Configuration Notes

            Below are my notes to perform a basic installation/configuration of Microsoft FSlogix Download FSLogix https://aka.ms/fslogix_download FSLogix components Microsoft FSLogix Apps – FSLogixAppSetup.exe ==> !! Mandatory !! To be installed on the end-users clients machines installs core drivers and components for all FSLogix solutions Unattended …

Packer – introduction

What is Packer Packer is a simple, easy open source tool from HashiCorp that runs on all major operating systems and is ued to create identical machine images for different platforms from a single source configuration template. Packer Templates A Packer templates is a json formatted file containing the build …

VMware User Environment Manager 9.5 – Download Configuration Files

Today, VMware released User Environment Manager 9.5. The main new feature is to be able to download Configuration Templates directly from the console. You can download User Environment Manager 9.5 from here As noted in the release notes these Configuration Templates are pre-configured Flex configuration files that are available for many …