Citrix Virtual Apps and Desktops SDK

Set-XDApplication

FIXME

Syntax


Set-XDApplication [-Name] <String> [-CommandLineExecutable <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>] [-PassThru] [-AdminAddress <String>] [<CommonParameters>]

<!--NeedCopy-->

Detailed Description

FIXME

Parameters

Name Description Required? Pipeline Input Default Value
Name FIXME true true (ByPropertyName)  
CommandLineExecutable FIXME false true (ByPropertyName)  
BrowserName FIXME false true (ByPropertyName)  
ClientFolder FIXME false true (ByPropertyName)  
CommandLineArguments FIXME false true (ByPropertyName)  
CpuPriorityLevel FIXME false true (ByPropertyName)  
Description FIXME false true (ByPropertyName)  
Enabled FIXME false true (ByPropertyName)  
Priority FIXME false true (ByPropertyName)  
DisplayName FIXME false true (ByPropertyName)  
ShortcutAddedToDesktop FIXME false true (ByPropertyName)  
ShortcutAddedToStartMenu FIXME false true (ByPropertyName)  
StartMenuFolder FIXME false true (ByPropertyName)  
Visible FIXME false true (ByPropertyName)  
WaitForPrinterCreation FIXME false true (ByPropertyName)  
WorkingDirectory FIXME false true (ByPropertyName)  
MaxTotalInstances FIXME false true (ByPropertyName)  
MaxPerUserInstances FIXME false true (ByPropertyName)  
UserFilter FIXME false true (ByPropertyName)  
UserFilterEnabled FIXME false true (ByPropertyName)  
IconUid FIXME false true (ByPropertyName)  
PassThru Returns the affected record. By default, this cmdlet does not generate any output. false false False
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

None Or Citrix.Xendesktoppowershellsdk.Serviceinterfaces.Applications.Application

This cmdlet does not generate any output, unless you use the PassThru parameter, in which case it generates a Citrix.XenDesktopPowerShellSdk.ServiceInterfaces.Applications.Application object.

Notes

FIXME FIXME

Examples

Example 1


FIXME

<!--NeedCopy-->

Description

FIXME

Example 2


FIXME

<!--NeedCopy-->

Description

FIXME

Set-XDApplication