Quantcast
Channel: Remote Desktop Services (Terminal Services) forum
Viewing all articles
Browse latest Browse all 1106

Multiple custom RDP file settings

$
0
0

I want to modify my Virtual Desktop deployment RDP file that is generated via the RDWEB website of my RDS server. I need to add these Custom RDP settings:drivestoredirect:s:DynamicDrives displayconnectionbar:i:0 devicestoredirect:s:*.

I need the WE8 thin client to redirect any flash drives that are plugged into the unit after initial logon. Also I want to get rid of the connection bar so users cannot accidentally disconnect, but in getting rid of the bar, I need the thin client to automatically redirect every USB device that can be to the VDI session like webcams and medical equipment that would normally require using the redirect button in the connection bar. This includes all the items listed under "Other supported RemoteFX USB devices". I tried using the following PowerShell command but it throws an error:

Set-RDVirtualDesktopCollectionConfiguration -CollectionName General_Users -CustomRdpProperty "drivestoredirect:s:DynamicDrives `n displayconnectionbar:i:0 `n devicestoredirect:s:*"

This creates this error:

Set-RDVirtualDesktopCollectionConfiguration : A Remote Desktop Services deployment does not exist on (Server name removed). This operation can be performed after creating a deployment. For information about creating a deployment, run "Get-Help New-RDVirtualDesktopDeployment" or "Get-Help New-RDSessionDeployment".
At line:1 char:1
+ Set-RDVirtualDesktopCollectionConfiguration -CollectionName General_User_Des -Cu ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Set-RDVirtualDesktopCollectionConfiguration

Please help.

-Brian


Viewing all articles
Browse latest Browse all 1106

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>