Bits, Bytes, & Radio Waves

A quiet journey through discovery and understanding.

Technology


  • VMware Agents Install Script

    Order of Agent Install VMware Tools VMware Horizon Agent VMware Dynamic Environment Manager (DEM) Agent (Optional) VMware App Volumes Agent # https://kb.vmware.com/s/article/2118048 # https://powershellexplained.com/2016-10-21-powershell-installing-msi-files/ # # Install VMware Horizon Agent # Start-Process C:\ImageBuild\agents\VMware-Horizon-Agent-x86_64-7.13.0-16975066.exe -Wait -ArgumentList ‘/s /v”/qn VDM_VC_MANAGED_AGENT=1 ADDLOCAL=BlastUDP,ClientDriveRedirection,Core,FLASHMMR,HelpDesk,NGVC,PerfTracker,RDP,RTAV,SmartCard,ThinPrint,TSMMR,V4V,VmVideo,VMWMediaProviderProxy,VmwVaudio,VmwVidd VDM_FIPS_ENABLED=1 REBOOT=ReallySuppress /l*v C:\ImageBuild\logs\HorizonAgent-Install.log”‘ # # Install VMware Dynamic Environment Manager (DEM) Agent # Start-Process msiexec.exe…


  • Using PowerCLI in Smart Card Based Environment

    ref: https://kb.vmware.com/s/article/67789 Problem You work in a hardened environment and you don’t have an administrative username and password because you only have smart cards or tokens. Resolution According to VMware, this is expected behavior. Uh, what? Workaround According to VMware, “Use Windows SSPI to pass through the Windows logged session Smart Card credentials to PowerCLI…


  • VMware Authentication Proxy in a DoD Hardened Environment

    If you work in IT in the DoD in any capacity, then you know your systems can be a pain to work with if you followed a Security Technical Implementation Guide (STIG). This can be even more of a pain when following a commercial vendor’s installation or configuration documentation, since they write in the general…