View Logon Scripts and Client Identification
One of my customers recently asked that I make the View client’s CD-Rom accessible to the virtual desktop through a PCoIP session. While that is, strictly speaking, not possible, the customer was adamant. After much discussion, I eventually determined to use a network drive mapping on the VDI Desktop to the Client machine’s CD-Rom. This doesn’t allow the customer to listen to audio CDs, however it does allow the customer to copy files off of their CDs and generally perform work functions. In order to accomplish this, I decided to use a simple logon script that would pull the client’s identification. Some poking around on google pointed me at the %viewclient_ip_address% environment variable, so I wrote up a quick test script (after configuring a share for my client’s CD-Rom called “CD”) that added the drive mapping. I executed it and it ran flawlessly, so I set that as a logon script and immediately forgot about it as I went on to work on other, more pressing requirements. Seve