HI,
Below command is working to publish one app, I need to create around 1000 Apps, same
can feed -displayname, -requiredcommandline, and -usergroups from a file. please suggest.
I tried from get-content but getting error Cannot convert value to type System.String.
New-RDRemoteApp -CollectionName "Apps" -DisplayName "test" -FilePath "c:\windows\system32\mstsc.exe" -CommandLineSetting Require -RequiredCommandLine "/v:systemname:3389" -UserGroups domain\user
Thanks in Advance