Menu Close

RDS | Export and Import remote apps from and to your environment

Reading Time: < 1 minute

If you build a new RDS environment for what ever reason and you have a lot of published remote apps and you don’t want to recreate them by hand you have to use some scripting.

Variables

Export All Remote Apps from the old RDS Farm

 

Now just import the RemoteApps by using the foreach-object powershell command.

 

1 Comment

  1. Kyblik

    Helpful, however there are two errors in the code:
    1) Get-RDRemoteApp -CollectionName $CollectionName — variable $CollectionName is not defined, should be $CollectionNameOLD
    2)Import-Csv -Path $path — again $path is not defined, should be $ExportPath

Leave a Reply

Your email address will not be published.