Citrix Virtual Apps and Desktops SDK

New-XDApplication

FIXME

Syntax


New-XDApplication [-Name] <String> -CommandLineExecutable <String> -DeliveryGroupName <String[]> [-BrowserName <String>] [-ClientFolder <String>] [-CommandLineArguments <String>] [-CpuPriorityLevel <CpuPriorityLevel>] [-Description <String>] [-Enabled <Boolean>] [-Priority <Int32>] [-DisplayName <String>] [-ShortcutAddedToDesktop <Boolean>] [-ShortcutAddedToStartMenu <Boolean>] [-StartMenuFolder <String>] [-Visible <Boolean>] [-WaitForPrinterCreation <Boolean>] [-WorkingDirectory <String>] [-MaxTotalInstances <Int32>] [-MaxPerUserInstances <Int32>] [-UserFilter <String[]>] [-UserFilterEnabled <Boolean>] [-IconUid <Int32>] [-AdminAddress <String>] [<CommonParameters>]

<!--NeedCopy-->

Detailed Description

FIXME

Parameters

Name Description Required? Pipeline Input Default Value
Name FIXME true true (ByPropertyName) FIXME
CommandLineExecutable FIXME true true (ByPropertyName) FIXME
DeliveryGroupName FIXME true true (ByPropertyName) FIXME
BrowserName FIXME false true (ByPropertyName) FIXME
ClientFolder FIXME false true (ByPropertyName) FIXME
CommandLineArguments FIXME false true (ByPropertyName) FIXME
CpuPriorityLevel FIXME false true (ByPropertyName) FIXME
Description FIXME false true (ByPropertyName) FIXME
Enabled FIXME false true (ByPropertyName) FIXME
Priority FIXME false true (ByPropertyName) FIXME
DisplayName FIXME false true (ByPropertyName) FIXME
ShortcutAddedToDesktop FIXME false true (ByPropertyName) FIXME
ShortcutAddedToStartMenu FIXME false true (ByPropertyName) FIXME
StartMenuFolder FIXME false true (ByPropertyName) FIXME
Visible FIXME false true (ByPropertyName) FIXME
WaitForPrinterCreation FIXME false true (ByPropertyName) FIXME
WorkingDirectory FIXME false true (ByPropertyName) FIXME
MaxTotalInstances FIXME false true (ByPropertyName) FIXME
MaxPerUserInstances FIXME false true (ByPropertyName) FIXME
UserFilter FIXME false true (ByPropertyName) FIXME
UserFilterEnabled FIXME false true (ByPropertyName) FIXME
IconUid FIXME false true (ByPropertyName) FIXME
AdminAddress Specifies the address of the Delivery Controller to which the PowerShell module will connect. This can be provided as a host name or an IP address. false false Localhost. Once a value is provided by any cmdlet, this value will become the default.

Input Type

Fixme

FIXME

Return Values

Citrix.Xendesktoppowershellsdk.Serviceinterfaces.Applications.Application

FIXME

Notes

FIXME FIXME

Examples

Example 1


FIXME

<!--NeedCopy-->

Description

FIXME

Example 2


FIXME

<!--NeedCopy-->

Description

FIXME

New-XDApplication