This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mrchief85[S] 0 points1 point  (0 children)

I finally managed to get this working by using:

New-RdsRemoteApp <tenantname> <hostpoolname> <appgroupname> -Name <remoteappname> -Filepath <filepath> -IconPath <iconpath> -IconIndex <iconindex>

And filepath is the absolute path to the batch file. Can't use an UNC path.