Relative Content

Tag Archive for powershellamazon-rds

Launch Powershell ps1 file from RDS RemoteApp

I have a ps1 file I am trying to run from an RDS remote app. I am not sure what the -FilePath parameter should be.
New-RDRemoteApp -ConnectionBroker cb -CollectionName Applications
-Alias Testing -DisplayName "Testing"
-FilePath “C:pw.ps1” -UserGroups "usergroupusername"
-CommandLineSetting Require -RequiredCommandLine "argument1"
-IconPath “c:icon.ico”