< Back

New-RdsRemoteApp

Sat Jan 18, 2020 3:54 pm

NAME New-RdsRemoteApp



SYNTAX

New-RdsRemoteApp [-TenantName] <string> [-HostPoolName] <string> [-AppGroupName] <string> [-Name] <string>

[-FilePath <string>] [-CommandLineSetting {Allow | DoNotAllow | Require}] [-Description <string>]

[-FileVirtualPath <string>] [-FolderName <string>] [-FriendlyName <string>] [-IconIndex <int>] [-IconPath

<string>] [-RequiredCommandLine <string>] [-ShowInWebFeed] [<CommonParameters>]



New-RdsRemoteApp [-TenantName] <string> [-HostPoolName] <string> [-AppGroupName] <string> [-Name] <string>

[-AppAlias <string>] [-CommandLineSetting {Allow | DoNotAllow | Require}] [-Description <string>]

[-FileVirtualPath <string>] [-FolderName <string>] [-FriendlyName <string>] [-IconIndex <int>] [-IconPath

<string>] [-RequiredCommandLine <string>] [-ShowInWebFeed] [<CommonParameters>]





PARAMETERS

-AppAlias <string>

AppAlias of RemoteApp.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name RA2

Aliases None

Dynamic? false



-AppGroupName <string>

Name of AppGroup.



Required? true

Position? 2

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-CommandLineSetting <CommandLineSetting>

CommandLineSetting of RemoteApp. Acceptable values: Allow, DoNotAllow and Require.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Description <string>

Description of RemoteApp.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-FilePath <string>

FilePath of RemoteApp.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name RA1

Aliases None

Dynamic? false



-FileVirtualPath <string>

VirtualFilePath of RemoteApp.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-FolderName <string>

FolderName of RemoteApp.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-FriendlyName <string>

FriendlyName of RemoteApp.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-HostPoolName <string>

Name of HostPool.



Required? true

Position? 1

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



-IconIndex <int>

IconIndex of RemoteApp.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-IconPath <string>

IconPath of RemoteApp.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-Name <string>

Name of RemoteApp.



Required? true

Position? 3

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases RemoteAppName

Dynamic? false



-RequiredCommandLine <string>

RequiredCommandLine of RemoteApp.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-ShowInWebFeed

Whether to show RemoteApp in web feed.



Required? false

Position? Named

Accept pipeline input? false

Parameter set name (All)

Aliases None

Dynamic? false



-TenantName <string>

Name of Tenant.



Required? true

Position? 0

Accept pipeline input? true (ByValue, ByPropertyName)

Parameter set name (All)

Aliases None

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.String





OUTPUTS

Microsoft.RDInfra.RDManagementData.RdMgmtRemoteApp





ALIASES

None





REMARKS

None