Set-PubVDIApp

NAME

Set-PubVDIApp

SYNOPSIS

Modifies properties of a published VDI application.

SYNTAX

Set-PubVDIApp [-InputObject] <PubItem> [-ConnectTo <VDIMatchingMode> {AnyGuest | SpecificGuest | Guest | SpecificRASTemplate}] [-CreateShortcutInStartFolder <bool>] [-CreateShortcutInStartUpFolder <bool>] [-CreateShortcutOnDesktop <bool>] [-Description <string>] [-Enable <bool>] [-Icon <string>] [-IconIndex <uint>] [-InheritShorcutDefaultSettings <bool>] [-NameRule <VDINameRule> {Username | IPAddress}] [-NewName <string>] [-Parameters <string>] [-Persistent <bool>] [-PoolId <uint>] [-PublishToSite <Site[]>] [-ReplicateShortcutSettings <bool>] [-SiteId <uint>] [-StartIn <string>] [-StartOnLogon <bool>] [-StartPath <string>] [-Target <string>] [-VDIGuest <VDIGuest>] [-VDITemplate <VDITemplate>] [-WinType <WindowType> {Normal | Maximized | Minimized}] [<CommonParameters>]

Set-PubVDIApp [-Id] <uint> [-ConnectTo <VDIMatchingMode> {AnyGuest | SpecificGuest | Guest | SpecificRASTemplate}] [-CreateShortcutInStartFolder <bool>] [-CreateShortcutInStartUpFolder <bool>] [-CreateShortcutOnDesktop <bool>] [-Description <string>] [-Enable <bool>] [-Icon <string>] [-IconIndex <uint>] [-InheritShorcutDefaultSettings <bool>] [-NameRule <VDINameRule> {Username | IPAddress}] [-NewName <string>] [-Parameters <string>] [-Persistent <bool>] [-PoolId <uint>] [-PublishToSite <Site[]>] [-ReplicateShortcutSettings <bool>] [-SiteId <uint>] [-StartIn <string>] [-StartOnLogon <bool>] [-StartPath <string>] [-Target <string>] [-VDIGuest <VDIGuest>] [-VDITemplate <VDITemplate>] [-WinType <WindowType> {Normal | Maximized | Minimized}] [<CommonParameters>]

DESCRIPTION

Modifies properties of a published VDI application.

You can include only the parameters (application properties) that you want to modify.

To set filtering options, use the Pub Filtering cmdlets (e.g. Set-PubItemClientFilter).

PARAMETERS


-Persistent <bool>
Specifies whether the connection is persistent or not.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-ConnectTo <VDIMatchingMode>
Specifies the 'Matching Mode' option to connect with.

Acceptable values: 0 (Any Guest), 1 (Specific Guest), 2 (Guest), 3 (Specific RAS Template).

Possible values: AnyGuest, SpecificGuest, Guest, SpecificRASTemplate

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-NameRule <VDINameRule>
Specifies the 'Name Rule' option.

Acceptable values: 0 (Username), 1 (IP Address).

Possible values: Username, IPAddress

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-PoolId <uint>
Specifies the VDI Pool from which to publish an application.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-VDIGuest <VDIGuest>
Specifies the guest VM from which to publish an application.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-VDITemplate <VDITemplate>
Specifies the RAS template from which to publish an application.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Target <string>
File name and path of a published application executable.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Parameters <string>
Optional parameters to pass to the published application executable.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-StartIn <string>
Folder name in which to start a published application.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-WinType <WindowType>
Published application window type. Acceptable values: 0 (Normal), 1 (Maximized window), 2 (Minimized window).

Possible values: Normal, Maximized, Minimized

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-ReplicateShortcutSettings <bool>
Replicate shortcut settings to all sites.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-CreateShortcutOnDesktop <bool>
Create a shortcut on a client's desktop.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-CreateShortcutInStartFolder <bool>
Create a shortcut in the client's Start folder.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-CreateShortcutInStartUpFolder <bool>
Create a shortcut in the client's Auto Start folder.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-StartPath <string>
Specifies the path in the Start folder where the shortcut will be created.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-InheritShorcutDefaultSettings <bool>
Inherit default shortcut settings.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-StartOnLogon <bool>
Start a resource automatically when a user logs on.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-InputObject <PubItem>
Published item to be updated.

        Required?                    true
        Position?                    0
        Default value                
        Accept pipeline input?       true (ByValue)
        Accept wildcard characters?  false

-NewName <string>
A new name to assign to the published resource.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Icon <string>
Published resource icon file name. Can be an executable or a DLL.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-IconIndex <uint>
Icon index

Specifies the index of the icon that will be loaded from the binary specified in the Icon property

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Enable <bool>
Enable or disable a published resource.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Description <string>
Published resource description.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-PublishToSite <Site[]>
An array of sites to which to publish a resource.

        Required?                    false
        Position?                    named
        Default value                
        Accept pipeline input?       false
        Accept wildcard characters?  false

-Id <uint>
Published resource ID.

        Required?                    true
        Position?                    0
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-SiteId <uint>
Site ID.

        Required?                    false
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

<CommonParameters>
        This cmdlet supports the common parameters: Verbose, Debug,
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
        about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). 

INPUTS

PSAdmin.PubItem

        Published item to be updated.

OUTPUTS



EXAMPLES


---------- EXAMPLE 1 ----------

Set-PubVDIApp -Id 1 -Enable $false

Disables a published application specified by ID.

---------- EXAMPLE 2 ----------

Set-PubVDIApp $PubVDIApp -Enable $false

Disables a published application specified by the $PubVDIApp object.

---------- EXAMPLE 3 ----------

Get-PubVDIApp -Id 1 | Set-PubVDIApp -Enable $false

Disables a published application specified by an object obtained from the pipeline output.

RELATED LINKS

Parallels RAS v16.0